kennethge123
commited on
Commit
•
6bd262c
1
Parent(s):
a10e5ab
Model save
Browse files- README.md +94 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: gpt2
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- super_glue
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: superglue_rte-gpt2
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Text Classification
|
15 |
+
type: text-classification
|
16 |
+
dataset:
|
17 |
+
name: super_glue
|
18 |
+
type: super_glue
|
19 |
+
config: rte
|
20 |
+
split: validation
|
21 |
+
args: rte
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.5434782608695652
|
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 |
+
# superglue_rte-gpt2
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the super_glue dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 4.4821
|
36 |
+
- Accuracy: 0.5435
|
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: 4
|
57 |
+
- eval_batch_size: 32
|
58 |
+
- seed: 42
|
59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
+
- lr_scheduler_type: linear
|
61 |
+
- num_epochs: 20
|
62 |
+
|
63 |
+
### Training results
|
64 |
+
|
65 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
67 |
+
| 0.778 | 1.0 | 623 | 0.6845 | 0.5797 |
|
68 |
+
| 0.7042 | 2.0 | 1246 | 0.6909 | 0.5797 |
|
69 |
+
| 0.7022 | 3.0 | 1869 | 0.6608 | 0.5507 |
|
70 |
+
| 0.7145 | 4.0 | 2492 | 0.7206 | 0.5797 |
|
71 |
+
| 0.6183 | 5.0 | 3115 | 0.8510 | 0.5435 |
|
72 |
+
| 0.5855 | 6.0 | 3738 | 1.7010 | 0.5362 |
|
73 |
+
| 0.5468 | 7.0 | 4361 | 2.3186 | 0.5362 |
|
74 |
+
| 0.4411 | 8.0 | 4984 | 2.6790 | 0.5435 |
|
75 |
+
| 0.3226 | 9.0 | 5607 | 2.6486 | 0.5507 |
|
76 |
+
| 0.2479 | 10.0 | 6230 | 3.2958 | 0.5362 |
|
77 |
+
| 0.1632 | 11.0 | 6853 | 3.3893 | 0.5290 |
|
78 |
+
| 0.1526 | 12.0 | 7476 | 3.2382 | 0.5942 |
|
79 |
+
| 0.1127 | 13.0 | 8099 | 4.0889 | 0.4855 |
|
80 |
+
| 0.0902 | 14.0 | 8722 | 3.7049 | 0.5580 |
|
81 |
+
| 0.0997 | 15.0 | 9345 | 3.6377 | 0.5290 |
|
82 |
+
| 0.083 | 16.0 | 9968 | 3.6723 | 0.6087 |
|
83 |
+
| 0.0612 | 17.0 | 10591 | 4.2905 | 0.5870 |
|
84 |
+
| 0.0357 | 18.0 | 11214 | 4.4611 | 0.5145 |
|
85 |
+
| 0.0643 | 19.0 | 11837 | 4.4033 | 0.5217 |
|
86 |
+
| 0.0348 | 20.0 | 12460 | 4.4821 | 0.5435 |
|
87 |
+
|
88 |
+
|
89 |
+
### Framework versions
|
90 |
+
|
91 |
+
- Transformers 4.32.1
|
92 |
+
- Pytorch 1.13.0+cu117
|
93 |
+
- Datasets 2.15.0
|
94 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497813601
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2499149aaec052f77654d7952660c8bd623804bb827a662ea99f3e6360ae123b
|
3 |
size 497813601
|