nazemi
commited on
Commit
·
908b1c1
1
Parent(s):
92dfd05
End of training
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -40,17 +40,22 @@ The following hyperparameters were used during training:
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.0185
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 10
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 0.3131 | 1.0 | 191 | 0.3448 |
|
50 |
+
| 0.2332 | 2.0 | 382 | 0.1029 |
|
51 |
+
| 0.127 | 3.0 | 573 | 0.0606 |
|
52 |
+
| 0.0685 | 4.0 | 764 | 0.0423 |
|
53 |
+
| 0.052 | 5.0 | 955 | 0.0338 |
|
54 |
+
| 0.0002 | 6.0 | 1146 | 0.0275 |
|
55 |
+
| 0.0468 | 7.0 | 1337 | 0.0238 |
|
56 |
+
| 0.02 | 8.0 | 1528 | 0.0207 |
|
57 |
+
| 0.0567 | 9.0 | 1719 | 0.0189 |
|
58 |
+
| 0.0044 | 10.0 | 1910 | 0.0185 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
runs/Jan12_07-38-23_192168021136.tpgi.com.au/events.out.tfevents.1705016304.192168021136.tpgi.com.au.30439.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5afa897af94e5b4fc6d1953c7dda5bea284ee6993df3453136a34b10edad9617
|
3 |
+
size 307828
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4792
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52a5c185826cbacdf7444da6a15e5f1a088b275324f52a98d591bab69ca9f1a2
|
3 |
size 4792
|