End of training
Browse files
README.md
CHANGED
@@ -16,9 +16,9 @@ model-index:
|
|
16 |
dataset:
|
17 |
name: glue
|
18 |
type: glue
|
19 |
-
config:
|
20 |
split: validation
|
21 |
-
args:
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
@@ -32,7 +32,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the glue dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss:
|
36 |
- Accuracy: 0.0
|
37 |
|
38 |
## Model description
|
@@ -65,14 +65,16 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
|
|
|
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
16 |
dataset:
|
17 |
name: glue
|
18 |
type: glue
|
19 |
+
config: cola
|
20 |
split: validation
|
21 |
+
args: cola
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the glue dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 4.3499
|
36 |
- Accuracy: 0.0
|
37 |
|
38 |
## Model description
|
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| 0.387 | 0.09 | 25 | 0.5450 | 0.8293 |
|
69 |
+
| 0.2475 | 0.19 | 50 | 0.5868 | 0.8188 |
|
70 |
+
| 0.3632 | 0.28 | 75 | 0.4910 | 0.8178 |
|
71 |
+
| 0.3274 | 0.37 | 100 | 0.4657 | 0.8169 |
|
72 |
+
| 0.3411 | 0.47 | 125 | 0.5840 | 0.8188 |
|
73 |
+
| 0.3016 | 0.56 | 150 | 0.5476 | 0.8169 |
|
74 |
+
| 0.2658 | 0.65 | 175 | 0.5822 | 0.8130 |
|
75 |
+
| 0.3412 | 0.75 | 200 | 0.5156 | 0.8188 |
|
76 |
+
| 0.2783 | 0.84 | 225 | 0.4850 | 0.8245 |
|
77 |
+
| 0.3596 | 0.93 | 250 | 0.5406 | 0.8284 |
|
78 |
|
79 |
|
80 |
### Framework versions
|