End of training
Browse files- README.md +97 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: t5-large
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- super_glue
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: t5-large_boolq_dense_epochs-5
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Text Classification
|
15 |
+
type: text-classification
|
16 |
+
dataset:
|
17 |
+
name: super_glue
|
18 |
+
type: super_glue
|
19 |
+
config: boolq
|
20 |
+
split: validation
|
21 |
+
args: boolq
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.846177370030581
|
26 |
+
---
|
27 |
+
|
28 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
+
should probably proofread and complete it, then remove this comment. -->
|
30 |
+
|
31 |
+
# t5-large_boolq_dense_epochs-5
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on the super_glue dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.3715
|
36 |
+
- Accuracy: 0.8462
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Intended uses & limitations
|
43 |
+
|
44 |
+
More information needed
|
45 |
+
|
46 |
+
## Training and evaluation data
|
47 |
+
|
48 |
+
More information needed
|
49 |
+
|
50 |
+
## Training procedure
|
51 |
+
|
52 |
+
### Training hyperparameters
|
53 |
+
|
54 |
+
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 5e-05
|
56 |
+
- train_batch_size: 8
|
57 |
+
- eval_batch_size: 16
|
58 |
+
- seed: 0
|
59 |
+
- gradient_accumulation_steps: 4
|
60 |
+
- total_train_batch_size: 32
|
61 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
+
- lr_scheduler_type: linear
|
63 |
+
- lr_scheduler_warmup_steps: 20
|
64 |
+
- num_epochs: 5
|
65 |
+
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 0.6792 | 0.17 | 50 | 0.6652 | 0.6217 |
|
71 |
+
| 0.66 | 0.34 | 100 | 0.6595 | 0.6220 |
|
72 |
+
| 0.6614 | 0.51 | 150 | 0.6548 | 0.6232 |
|
73 |
+
| 0.636 | 0.68 | 200 | 0.6122 | 0.6985 |
|
74 |
+
| 0.4882 | 0.85 | 250 | 0.4702 | 0.7847 |
|
75 |
+
| 0.5068 | 1.02 | 300 | 0.4639 | 0.7862 |
|
76 |
+
| 0.3332 | 1.19 | 350 | 0.5297 | 0.7908 |
|
77 |
+
| 0.4296 | 1.36 | 400 | 0.3955 | 0.8373 |
|
78 |
+
| 0.356 | 1.53 | 450 | 0.4013 | 0.8410 |
|
79 |
+
| 0.3227 | 1.7 | 500 | 0.3715 | 0.8462 |
|
80 |
+
| 0.3516 | 1.87 | 550 | 0.3724 | 0.8428 |
|
81 |
+
| 0.2169 | 2.04 | 600 | 0.3906 | 0.8477 |
|
82 |
+
| 0.2199 | 2.21 | 650 | 0.4061 | 0.8572 |
|
83 |
+
| 0.1969 | 2.37 | 700 | 0.4351 | 0.8550 |
|
84 |
+
| 0.2713 | 2.54 | 750 | 0.5411 | 0.8584 |
|
85 |
+
| 0.2458 | 2.71 | 800 | 0.3924 | 0.8627 |
|
86 |
+
| 0.2134 | 2.88 | 850 | 0.3973 | 0.8630 |
|
87 |
+
| 0.1636 | 3.05 | 900 | 0.4933 | 0.8590 |
|
88 |
+
| 0.1108 | 3.22 | 950 | 0.9926 | 0.8621 |
|
89 |
+
| 0.1433 | 3.39 | 1000 | 0.6679 | 0.8602 |
|
90 |
+
|
91 |
+
|
92 |
+
### Framework versions
|
93 |
+
|
94 |
+
- Transformers 4.34.1
|
95 |
+
- Pytorch 2.1.0+cu118
|
96 |
+
- Datasets 2.14.6
|
97 |
+
- Tokenizers 0.14.1
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2955087438
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:472b2ee47208fb2edba690667d4c5229feba8fa05e448cb67087448e6ccf8339
|
3 |
size 2955087438
|