kennethge123
commited on
Commit
•
7e68227
1
Parent(s):
99a879b
Model save
Browse files
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: gpt2
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- sst
|
8 |
+
model-index:
|
9 |
+
- name: sst-gpt2
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# sst-gpt2
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the sst dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0218
|
21 |
+
- Mse: 0.0218
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 5e-05
|
41 |
+
- train_batch_size: 16
|
42 |
+
- eval_batch_size: 32
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 20
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Mse |
|
51 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
52 |
+
| 0.2144 | 1.0 | 534 | 0.0300 | 0.0301 |
|
53 |
+
| 0.0251 | 2.0 | 1068 | 0.0249 | 0.0250 |
|
54 |
+
| 0.0181 | 3.0 | 1602 | 0.0230 | 0.0230 |
|
55 |
+
| 0.0134 | 4.0 | 2136 | 0.0244 | 0.0244 |
|
56 |
+
| 0.0096 | 5.0 | 2670 | 0.0228 | 0.0228 |
|
57 |
+
| 0.0077 | 6.0 | 3204 | 0.0227 | 0.0227 |
|
58 |
+
| 0.0062 | 7.0 | 3738 | 0.0227 | 0.0227 |
|
59 |
+
| 0.0052 | 8.0 | 4272 | 0.0229 | 0.0229 |
|
60 |
+
| 0.0044 | 9.0 | 4806 | 0.0227 | 0.0226 |
|
61 |
+
| 0.0038 | 10.0 | 5340 | 0.0240 | 0.0240 |
|
62 |
+
| 0.0034 | 11.0 | 5874 | 0.0221 | 0.0221 |
|
63 |
+
| 0.0029 | 12.0 | 6408 | 0.0220 | 0.0220 |
|
64 |
+
| 0.0026 | 13.0 | 6942 | 0.0229 | 0.0229 |
|
65 |
+
| 0.0024 | 14.0 | 7476 | 0.0217 | 0.0217 |
|
66 |
+
| 0.002 | 15.0 | 8010 | 0.0225 | 0.0225 |
|
67 |
+
| 0.0018 | 16.0 | 8544 | 0.0222 | 0.0222 |
|
68 |
+
| 0.0016 | 17.0 | 9078 | 0.0217 | 0.0217 |
|
69 |
+
| 0.0015 | 18.0 | 9612 | 0.0218 | 0.0218 |
|
70 |
+
| 0.0014 | 19.0 | 10146 | 0.0217 | 0.0217 |
|
71 |
+
| 0.0013 | 20.0 | 10680 | 0.0218 | 0.0218 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- Transformers 4.37.0
|
77 |
+
- Pytorch 1.13.1+cu117
|
78 |
+
- Datasets 2.15.0
|
79 |
+
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497777360
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aeaff41154b47bce17645d2ca367597eb92c8ec72bfebbee6e425447eee37151
|
3 |
size 497777360
|
runs/Mar29_08-46-18_dsail2/events.out.tfevents.1711716379.dsail2.11956.1
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:5782dbb40cdb1dc70b820d3272eeba624c95e5b4e2e4f23078855a417581fac3
|
3 |
+
size 14664
|