kennethge123
commited on
Commit
•
344e2ca
1
Parent(s):
7025824
Model save
Browse files
README.md
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: t5-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- sst
|
8 |
+
model-index:
|
9 |
+
- name: sst-t5-base
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# sst-t5-base
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the sst dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0185
|
21 |
+
- Mse: 0.0185
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 5e-05
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 32
|
43 |
+
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 4
|
45 |
+
- total_train_batch_size: 32
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 20
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Mse |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
54 |
+
| No log | 1.0 | 267 | 0.0196 | 0.0196 |
|
55 |
+
| 0.0237 | 2.0 | 534 | 0.0179 | 0.0179 |
|
56 |
+
| 0.0237 | 3.0 | 801 | 0.0174 | 0.0174 |
|
57 |
+
| 0.0133 | 4.0 | 1068 | 0.0182 | 0.0182 |
|
58 |
+
| 0.0133 | 5.0 | 1335 | 0.0181 | 0.0181 |
|
59 |
+
| 0.0101 | 6.0 | 1602 | 0.0180 | 0.0180 |
|
60 |
+
| 0.0101 | 7.0 | 1869 | 0.0183 | 0.0183 |
|
61 |
+
| 0.0083 | 8.0 | 2136 | 0.0188 | 0.0188 |
|
62 |
+
| 0.0083 | 9.0 | 2403 | 0.0185 | 0.0186 |
|
63 |
+
| 0.0067 | 10.0 | 2670 | 0.0187 | 0.0187 |
|
64 |
+
| 0.0067 | 11.0 | 2937 | 0.0184 | 0.0184 |
|
65 |
+
| 0.0057 | 12.0 | 3204 | 0.0186 | 0.0186 |
|
66 |
+
| 0.0057 | 13.0 | 3471 | 0.0194 | 0.0194 |
|
67 |
+
| 0.005 | 14.0 | 3738 | 0.0175 | 0.0176 |
|
68 |
+
| 0.0045 | 15.0 | 4005 | 0.0182 | 0.0182 |
|
69 |
+
| 0.0045 | 16.0 | 4272 | 0.0183 | 0.0183 |
|
70 |
+
| 0.0041 | 17.0 | 4539 | 0.0187 | 0.0187 |
|
71 |
+
| 0.0041 | 18.0 | 4806 | 0.0186 | 0.0186 |
|
72 |
+
| 0.0038 | 19.0 | 5073 | 0.0188 | 0.0188 |
|
73 |
+
| 0.0038 | 20.0 | 5340 | 0.0185 | 0.0185 |
|
74 |
+
|
75 |
+
|
76 |
+
### Framework versions
|
77 |
+
|
78 |
+
- Transformers 4.37.0
|
79 |
+
- Pytorch 1.13.1+cu117
|
80 |
+
- Datasets 2.15.0
|
81 |
+
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 894013636
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f97beee4fa0b746694bcd143cd5c3a36912c2a60b4ef53b6b24206bdc66f600
|
3 |
size 894013636
|
runs/Mar29_21-07-44_dsail2/events.out.tfevents.1711760866.dsail2.32250.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1f846a49f12fdba947c40efe92cbd32bca0fcb53e0725c83bcbaa5ba662d81f
|
3 |
+
size 13521
|