lightsout19
commited on
Commit
•
9c1bdb5
1
Parent(s):
615d408
End of training
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ base_model: t5-small
|
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
-
-
|
9 |
model-index:
|
10 |
- name: t5-sst2
|
11 |
results: []
|
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
-
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -48,13 +48,13 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step
|
52 |
-
|
53 |
-
|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
+
- accuracy
|
9 |
model-index:
|
10 |
- name: t5-sst2
|
11 |
results: []
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.2725
|
22 |
+
- Accuracy: 0.9014
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
53 |
+
| 0.2778 | 1.0 | 2105 | 0.2721 | 0.8899 |
|
54 |
+
| 0.2401 | 2.0 | 4210 | 0.2660 | 0.8979 |
|
55 |
+
| 0.2173 | 3.0 | 6315 | 0.2661 | 0.8956 |
|
56 |
+
| 0.2081 | 4.0 | 8420 | 0.2701 | 0.8979 |
|
57 |
+
| 0.2123 | 5.0 | 10525 | 0.2725 | 0.9014 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
runs/Oct25_04-03-59_4e9b76f6a14e/events.out.tfevents.1729830233.4e9b76f6a14e.30.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee1d25674eb5c329999e37bacf36c1f1b46ee0da2036eebd7127e719b6b6eaaf
|
3 |
+
size 411
|