End of training
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ 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: 0.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -65,22 +65,22 @@ 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 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
|
85 |
|
86 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.8283796740172579
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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: 0.5042
|
36 |
+
- Accuracy: 0.8284
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| 0.5796 | 0.19 | 50 | 0.5780 | 0.6913 |
|
69 |
+
| 0.4821 | 0.37 | 100 | 0.6683 | 0.7546 |
|
70 |
+
| 0.4703 | 0.56 | 150 | 0.4976 | 0.8035 |
|
71 |
+
| 0.4252 | 0.75 | 200 | 0.4958 | 0.8150 |
|
72 |
+
| 0.4915 | 0.93 | 250 | 0.5360 | 0.8044 |
|
73 |
+
| 0.3812 | 1.12 | 300 | 0.4645 | 0.8322 |
|
74 |
+
| 0.3603 | 1.31 | 350 | 0.4788 | 0.8293 |
|
75 |
+
| 0.3336 | 1.49 | 400 | 0.5135 | 0.8245 |
|
76 |
+
| 0.4157 | 1.68 | 450 | 0.5311 | 0.8322 |
|
77 |
+
| 0.4094 | 1.87 | 500 | 0.5042 | 0.8284 |
|
78 |
+
| 0.2836 | 2.05 | 550 | 0.5277 | 0.8313 |
|
79 |
+
| 0.2993 | 2.24 | 600 | 0.5515 | 0.8341 |
|
80 |
+
| 0.2843 | 2.43 | 650 | 0.5195 | 0.8332 |
|
81 |
+
| 0.2288 | 2.61 | 700 | 0.5129 | 0.8332 |
|
82 |
+
| 0.3165 | 2.8 | 750 | 0.5126 | 0.8360 |
|
83 |
+
| 0.2717 | 2.99 | 800 | 0.5083 | 0.8332 |
|
84 |
|
85 |
|
86 |
### Framework versions
|