End of training
Browse files- README.md +27 -2
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -5,9 +5,24 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- glue
|
|
|
|
|
8 |
model-index:
|
9 |
- name: t5-base_cola_densedense_baseline
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,6 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# t5-base_cola_densedense_baseline
|
17 |
|
18 |
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the glue dataset.
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -46,10 +64,17 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 20
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- glue
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
model-index:
|
11 |
- name: t5-base_cola_densedense_baseline
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Text Classification
|
15 |
+
type: text-classification
|
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
|
25 |
+
value: 0.835091083413231
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
# t5-base_cola_densedense_baseline
|
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.5187
|
36 |
+
- Accuracy: 0.8351
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
64 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
65 |
- lr_scheduler_type: linear
|
66 |
- lr_scheduler_warmup_steps: 20
|
67 |
+
- num_epochs: 8
|
68 |
|
69 |
### Training results
|
70 |
|
71 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
72 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
73 |
+
| 0.5117 | 1.49 | 50 | 0.5002 | 0.7977 |
|
74 |
+
| 0.3559 | 2.99 | 100 | 0.4575 | 0.8207 |
|
75 |
+
| 0.3103 | 4.48 | 150 | 0.4466 | 0.8255 |
|
76 |
+
| 0.2928 | 5.97 | 200 | 0.5051 | 0.8303 |
|
77 |
+
| 0.2085 | 7.46 | 250 | 0.5187 | 0.8351 |
|
78 |
|
79 |
|
80 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 447040957
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:954517a304721d877b9a4de5b26daad87d1016033e44e83665d8768d41c36fdd
|
3 |
size 447040957
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5371
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a7ea6141ac6d591531b660849d92cabf85c2c737ea01f7e7003dd85475588f0
|
3 |
size 5371
|