End of training
Browse files- README.md +3 -4
- pytorch_model.bin +2 -2
- training_args.bin +2 -2
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 |
|
@@ -56,7 +56,6 @@ The following hyperparameters were used during training:
|
|
56 |
- train_batch_size: 16
|
57 |
- eval_batch_size: 32
|
58 |
- seed: 1
|
59 |
-
- distributed_type: multi-GPU
|
60 |
- gradient_accumulation_steps: 2
|
61 |
- total_train_batch_size: 32
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.38461538461538464
|
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.7029
|
36 |
+
- Accuracy: 0.3846
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
56 |
- train_batch_size: 16
|
57 |
- eval_batch_size: 32
|
58 |
- seed: 1
|
|
|
59 |
- gradient_accumulation_steps: 2
|
60 |
- total_train_batch_size: 32
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7392bb7bc2f7cea153a52f8b9309651169d3acf5c9d11cea5a6a819d61131629
|
3 |
+
size 894094241
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0439bbb8379ed2253a5f620b4ec6d528e8b5e6d58063bb744ea2cfe9e915412f
|
3 |
+
size 4091
|