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-large](https://huggingface.co/t5-large) on the glue dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 1.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -67,19 +67,19 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
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 |
|
84 |
|
85 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.8446788111217641
|
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-large](https://huggingface.co/t5-large) on the glue dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.1819
|
36 |
+
- Accuracy: 0.8447
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 0.4141 | 0.37 | 50 | 0.5198 | 0.8025 |
|
71 |
+
| 0.3263 | 0.75 | 100 | 0.5361 | 0.8245 |
|
72 |
+
| 0.284 | 1.12 | 150 | 0.5351 | 0.8360 |
|
73 |
+
| 0.2565 | 1.49 | 200 | 0.4917 | 0.8322 |
|
74 |
+
| 0.3137 | 1.87 | 250 | 0.4415 | 0.8418 |
|
75 |
+
| 0.1998 | 2.24 | 300 | 2.1507 | 0.8360 |
|
76 |
+
| 0.1983 | 2.61 | 350 | 0.8461 | 0.8284 |
|
77 |
+
| 0.1874 | 2.99 | 400 | 0.6088 | 0.8351 |
|
78 |
+
| 0.1321 | 3.36 | 450 | 2.0126 | 0.8466 |
|
79 |
+
| 0.3057 | 3.73 | 500 | 1.1819 | 0.8447 |
|
80 |
+
| 0.0939 | 4.1 | 550 | 1.6535 | 0.8437 |
|
81 |
+
| 0.0894 | 4.48 | 600 | 3.4434 | 0.8408 |
|
82 |
+
| 0.1519 | 4.85 | 650 | 3.1519 | 0.8428 |
|
83 |
|
84 |
|
85 |
### Framework versions
|