End of training
Browse files- README.md +87 -0
- generation_config.json +6 -0
- model.safetensors +1 -1
- runs/Nov04_14-05-48_autodl-container-b0b64ab924-20ecb542/events.out.tfevents.1730700356.autodl-container-b0b64ab924-20ecb542.1318.0 +2 -2
- runs/Nov04_14-05-48_autodl-container-b0b64ab924-20ecb542/events.out.tfevents.1730702206.autodl-container-b0b64ab924-20ecb542.1318.1 +3 -0
README.md
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: mit
|
| 4 |
+
base_model: gpt2
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
model-index:
|
| 8 |
+
- name: gpt2-wikitext2
|
| 9 |
+
results: []
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 13 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 14 |
+
|
| 15 |
+
# gpt2-wikitext2
|
| 16 |
+
|
| 17 |
+
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
| 18 |
+
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 1.4411
|
| 20 |
+
|
| 21 |
+
## Model description
|
| 22 |
+
|
| 23 |
+
More information needed
|
| 24 |
+
|
| 25 |
+
## Intended uses & limitations
|
| 26 |
+
|
| 27 |
+
More information needed
|
| 28 |
+
|
| 29 |
+
## Training and evaluation data
|
| 30 |
+
|
| 31 |
+
More information needed
|
| 32 |
+
|
| 33 |
+
## Training procedure
|
| 34 |
+
|
| 35 |
+
### Training hyperparameters
|
| 36 |
+
|
| 37 |
+
The following hyperparameters were used during training:
|
| 38 |
+
- learning_rate: 2e-05
|
| 39 |
+
- train_batch_size: 8
|
| 40 |
+
- eval_batch_size: 8
|
| 41 |
+
- seed: 42
|
| 42 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 43 |
+
- lr_scheduler_type: linear
|
| 44 |
+
- num_epochs: 30
|
| 45 |
+
|
| 46 |
+
### Training results
|
| 47 |
+
|
| 48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 49 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
| 50 |
+
| No log | 1.0 | 136 | 2.6125 |
|
| 51 |
+
| No log | 2.0 | 272 | 2.3027 |
|
| 52 |
+
| No log | 3.0 | 408 | 2.1283 |
|
| 53 |
+
| 2.7351 | 4.0 | 544 | 1.9970 |
|
| 54 |
+
| 2.7351 | 5.0 | 680 | 1.8977 |
|
| 55 |
+
| 2.7351 | 6.0 | 816 | 1.8174 |
|
| 56 |
+
| 2.7351 | 7.0 | 952 | 1.7532 |
|
| 57 |
+
| 1.9296 | 8.0 | 1088 | 1.6992 |
|
| 58 |
+
| 1.9296 | 9.0 | 1224 | 1.6594 |
|
| 59 |
+
| 1.9296 | 10.0 | 1360 | 1.6301 |
|
| 60 |
+
| 1.9296 | 11.0 | 1496 | 1.5985 |
|
| 61 |
+
| 1.6853 | 12.0 | 1632 | 1.5784 |
|
| 62 |
+
| 1.6853 | 13.0 | 1768 | 1.5560 |
|
| 63 |
+
| 1.6853 | 14.0 | 1904 | 1.5433 |
|
| 64 |
+
| 1.5639 | 15.0 | 2040 | 1.5262 |
|
| 65 |
+
| 1.5639 | 16.0 | 2176 | 1.5109 |
|
| 66 |
+
| 1.5639 | 17.0 | 2312 | 1.5018 |
|
| 67 |
+
| 1.5639 | 18.0 | 2448 | 1.4957 |
|
| 68 |
+
| 1.4932 | 19.0 | 2584 | 1.4823 |
|
| 69 |
+
| 1.4932 | 20.0 | 2720 | 1.4741 |
|
| 70 |
+
| 1.4932 | 21.0 | 2856 | 1.4681 |
|
| 71 |
+
| 1.4932 | 22.0 | 2992 | 1.4618 |
|
| 72 |
+
| 1.448 | 23.0 | 3128 | 1.4559 |
|
| 73 |
+
| 1.448 | 24.0 | 3264 | 1.4543 |
|
| 74 |
+
| 1.448 | 25.0 | 3400 | 1.4487 |
|
| 75 |
+
| 1.4177 | 26.0 | 3536 | 1.4463 |
|
| 76 |
+
| 1.4177 | 27.0 | 3672 | 1.4435 |
|
| 77 |
+
| 1.4177 | 28.0 | 3808 | 1.4429 |
|
| 78 |
+
| 1.4177 | 29.0 | 3944 | 1.4424 |
|
| 79 |
+
| 1.4044 | 30.0 | 4080 | 1.4411 |
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
### Framework versions
|
| 83 |
+
|
| 84 |
+
- Transformers 4.46.1
|
| 85 |
+
- Pytorch 2.3.0+cu121
|
| 86 |
+
- Datasets 3.1.0
|
| 87 |
+
- Tokenizers 0.20.1
|
generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 50256,
|
| 4 |
+
"eos_token_id": 50256,
|
| 5 |
+
"transformers_version": "4.46.1"
|
| 6 |
+
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 497774208
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a70e9c1d4f75985d0f3b42140c603f3c226549bcf09774f772fb1abb16f96154
|
| 3 |
size 497774208
|
runs/Nov04_14-05-48_autodl-container-b0b64ab924-20ecb542/events.out.tfevents.1730700356.autodl-container-b0b64ab924-20ecb542.1318.0
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:4c2b1e98601a616fcfd2217fb896549f312ce2e6dc2f994e999554216a2a278e
|
| 3 |
+
size 15440
|
runs/Nov04_14-05-48_autodl-container-b0b64ab924-20ecb542/events.out.tfevents.1730702206.autodl-container-b0b64ab924-20ecb542.1318.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18773c21c32db24dae76b8a4018c9c1fee3520b17c15d167eb0751495dba28c3
|
| 3 |
+
size 359
|