End of training
Browse files- README.md +68 -71
- pytorch_model.bin +1 -1
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: 0.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -59,79 +59,76 @@ The following hyperparameters were used during training:
|
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
- lr_scheduler_warmup_steps: 20
|
62 |
-
- num_epochs:
|
63 |
|
64 |
### Training results
|
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 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
89 |
-
| 0.
|
90 |
-
| 0.
|
91 |
-
| 0.
|
92 |
-
| 0.
|
93 |
-
| 0.
|
94 |
-
| 0.
|
95 |
-
| 0.
|
96 |
-
| 0.
|
97 |
-
| 0.
|
98 |
-
| 0.
|
99 |
-
| 0.
|
100 |
-
| 0.
|
101 |
-
| 0.
|
102 |
-
| 0.
|
103 |
-
| 0.
|
104 |
-
| 0.
|
105 |
-
| 0.
|
106 |
-
| 0.
|
107 |
-
| 0.
|
108 |
-
| 0.
|
109 |
-
| 0.
|
110 |
-
| 0.
|
111 |
-
| 0.
|
112 |
-
| 0.
|
113 |
-
| 0.
|
114 |
-
| 0.
|
115 |
-
| 0.
|
116 |
-
| 0.
|
117 |
-
| 0.
|
118 |
-
| 0.
|
119 |
-
| 0.
|
120 |
-
| 0.
|
121 |
-
| 0.
|
122 |
-
| 0.
|
123 |
-
| 0.
|
124 |
-
| 0.
|
125 |
-
| 0.
|
126 |
-
| 0.
|
127 |
-
| 0.
|
128 |
-
| 0.
|
129 |
-
| 0.
|
130 |
-
| 0.
|
131 |
-
| 0.
|
132 |
-
| 0.1197 | 3.45 | 1625 | 5.1001 | 0.8341 |
|
133 |
-
| 0.6171 | 3.5 | 1650 | 4.7312 | 0.8360 |
|
134 |
-
| 0.1307 | 3.56 | 1675 | 4.3671 | 0.8360 |
|
135 |
|
136 |
|
137 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.880859375
|
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: 0.4179
|
36 |
+
- Accuracy: 0.8809
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
- lr_scheduler_warmup_steps: 20
|
62 |
+
- num_epochs: 6
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| 0.5885 | 0.05 | 25 | 0.6751 | 0.6913 |
|
69 |
+
| 0.5475 | 0.11 | 50 | 0.5338 | 0.6913 |
|
70 |
+
| 0.5122 | 0.16 | 75 | 0.4847 | 0.7919 |
|
71 |
+
| 0.4486 | 0.21 | 100 | 0.5089 | 0.7996 |
|
72 |
+
| 0.4087 | 0.27 | 125 | 0.5139 | 0.8063 |
|
73 |
+
| 0.4022 | 0.32 | 150 | 0.5188 | 0.8035 |
|
74 |
+
| 0.4245 | 0.37 | 175 | 0.5196 | 0.7987 |
|
75 |
+
| 0.4298 | 0.42 | 200 | 0.6226 | 0.8006 |
|
76 |
+
| 0.4326 | 0.48 | 225 | 0.6169 | 0.8015 |
|
77 |
+
| 0.4321 | 0.53 | 250 | 0.6173 | 0.7987 |
|
78 |
+
| 0.4288 | 0.58 | 275 | 0.4786 | 0.8102 |
|
79 |
+
| 0.3914 | 0.64 | 300 | 0.5147 | 0.8054 |
|
80 |
+
| 0.3519 | 0.69 | 325 | 0.5691 | 0.8150 |
|
81 |
+
| 0.4036 | 0.74 | 350 | 0.4560 | 0.8236 |
|
82 |
+
| 0.3706 | 0.8 | 375 | 0.4640 | 0.8245 |
|
83 |
+
| 0.3584 | 0.85 | 400 | 0.4605 | 0.8207 |
|
84 |
+
| 0.3539 | 0.9 | 425 | 0.4932 | 0.8217 |
|
85 |
+
| 0.3982 | 0.96 | 450 | 0.5397 | 0.8073 |
|
86 |
+
| 0.3352 | 1.01 | 475 | 0.5490 | 0.8150 |
|
87 |
+
| 0.2631 | 1.06 | 500 | 0.9244 | 0.8121 |
|
88 |
+
| 0.2992 | 1.11 | 525 | 0.5666 | 0.8169 |
|
89 |
+
| 0.2308 | 1.17 | 550 | 0.7285 | 0.8178 |
|
90 |
+
| 0.2893 | 1.22 | 575 | 0.6907 | 0.8198 |
|
91 |
+
| 0.2809 | 1.27 | 600 | 0.4998 | 0.8140 |
|
92 |
+
| 0.2469 | 1.33 | 625 | 0.7260 | 0.8236 |
|
93 |
+
| 0.331 | 1.38 | 650 | 0.5812 | 0.8293 |
|
94 |
+
| 0.286 | 1.43 | 675 | 0.5102 | 0.8360 |
|
95 |
+
| 0.347 | 1.49 | 700 | 0.5696 | 0.8255 |
|
96 |
+
| 0.2971 | 1.54 | 725 | 0.4114 | 0.8380 |
|
97 |
+
| 0.3048 | 1.59 | 750 | 0.5466 | 0.8169 |
|
98 |
+
| 0.3168 | 1.65 | 775 | 0.4787 | 0.8274 |
|
99 |
+
| 0.2247 | 1.7 | 800 | 0.7926 | 0.8063 |
|
100 |
+
| 0.2666 | 1.75 | 825 | 0.5763 | 0.8274 |
|
101 |
+
| 0.2856 | 1.8 | 850 | 0.5131 | 0.8303 |
|
102 |
+
| 0.2967 | 1.86 | 875 | 0.4970 | 0.8293 |
|
103 |
+
| 0.296 | 1.91 | 900 | 0.5532 | 0.8293 |
|
104 |
+
| 0.2828 | 1.96 | 925 | 0.4777 | 0.8274 |
|
105 |
+
| 0.2708 | 2.02 | 950 | 0.5433 | 0.8351 |
|
106 |
+
| 0.1406 | 2.07 | 975 | 0.6351 | 0.8351 |
|
107 |
+
| 0.2046 | 2.12 | 1000 | 0.6058 | 0.8332 |
|
108 |
+
| 0.2227 | 2.18 | 1025 | 0.5616 | 0.8408 |
|
109 |
+
| 0.1551 | 2.23 | 1050 | 1.0299 | 0.8360 |
|
110 |
+
| 0.1465 | 2.28 | 1075 | 0.7842 | 0.8380 |
|
111 |
+
| 0.2171 | 2.34 | 1100 | 0.6329 | 0.8437 |
|
112 |
+
| 0.1588 | 2.39 | 1125 | 0.7575 | 0.8418 |
|
113 |
+
| 0.4245 | 2.44 | 1150 | 0.7603 | 0.8351 |
|
114 |
+
| 0.2124 | 2.49 | 1175 | 0.5838 | 0.8447 |
|
115 |
+
| 0.2333 | 2.55 | 1200 | 0.4896 | 0.8418 |
|
116 |
+
| 0.1943 | 2.6 | 1225 | 0.6343 | 0.8332 |
|
117 |
+
| 0.1961 | 2.65 | 1250 | 0.6343 | 0.8284 |
|
118 |
+
| 0.1981 | 2.71 | 1275 | 0.6145 | 0.8332 |
|
119 |
+
| 0.2151 | 2.76 | 1300 | 0.6335 | 0.8360 |
|
120 |
+
| 0.1634 | 2.81 | 1325 | 1.1357 | 0.8399 |
|
121 |
+
| 0.1526 | 2.87 | 1350 | 1.0044 | 0.8293 |
|
122 |
+
| 0.2096 | 2.92 | 1375 | 0.7761 | 0.8360 |
|
123 |
+
| 0.2135 | 2.97 | 1400 | 0.9338 | 0.8351 |
|
124 |
+
| 0.155 | 3.03 | 1425 | 3.3297 | 0.8360 |
|
125 |
+
| 0.3667 | 3.08 | 1450 | 4.0564 | 0.8370 |
|
126 |
+
| 0.5925 | 3.13 | 1475 | 6.7411 | 0.8408 |
|
127 |
+
| 0.5866 | 3.18 | 1500 | 7.1940 | 0.8399 |
|
128 |
+
| 0.3812 | 3.24 | 1525 | 7.0097 | 0.8351 |
|
129 |
+
| 0.1041 | 3.29 | 1550 | 7.0157 | 0.8351 |
|
130 |
+
| 0.3451 | 3.34 | 1575 | 6.2653 | 0.8418 |
|
131 |
+
| 0.1121 | 3.4 | 1600 | 4.2608 | 0.8485 |
|
|
|
|
|
|
|
132 |
|
133 |
|
134 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2955086993
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f79c9ef5ec15efa0c84e8d8739597da4e56fd674206e30cdb7cdadf935470a00
|
3 |
size 2955086993
|