ysasaki6023
commited on
Commit
•
999d746
1
Parent(s):
147fc05
update model card README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the rotten_tomatoes dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 5.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -39,18 +39,16 @@ The following hyperparameters were used during training:
|
|
39 |
- train_batch_size: 1
|
40 |
- eval_batch_size: 1
|
41 |
- seed: 42
|
42 |
-
- gradient_accumulation_steps: 128
|
43 |
-
- total_train_batch_size: 128
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 500
|
47 |
-
- training_steps:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
-
| 4.
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the rotten_tomatoes dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 5.2143
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
39 |
- train_batch_size: 1
|
40 |
- eval_batch_size: 1
|
41 |
- seed: 42
|
|
|
|
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
- lr_scheduler_warmup_steps: 500
|
45 |
+
- training_steps: 16
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
+
| 4.8863 | 1.0 | 16 | 5.2143 |
|
52 |
|
53 |
|
54 |
### Framework versions
|