Model save
Browse files- README.md +111 -0
- generation_config.json +6 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,111 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model: gpt2
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: age_random
|
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 |
+
# age_random
|
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: 3.4612
|
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: 0.0001
|
39 |
+
- train_batch_size: 16
|
40 |
+
- eval_batch_size: 16
|
41 |
+
- seed: 42
|
42 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
+
- lr_scheduler_type: reduce_lr_on_plateau
|
44 |
+
- lr_scheduler_warmup_steps: 500
|
45 |
+
- num_epochs: 1
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
+
|:-------------:|:------:|:------:|:---------------:|
|
51 |
+
| 4.8574 | 0.0106 | 2000 | 4.1984 |
|
52 |
+
| 4.145 | 0.0212 | 4000 | 3.9833 |
|
53 |
+
| 3.9948 | 0.0317 | 6000 | 3.8724 |
|
54 |
+
| 3.9047 | 0.0423 | 8000 | 3.8042 |
|
55 |
+
| 3.8428 | 0.0529 | 10000 | 3.7519 |
|
56 |
+
| 3.7955 | 0.0635 | 12000 | 3.7141 |
|
57 |
+
| 3.7557 | 0.0741 | 14000 | 3.6856 |
|
58 |
+
| 3.725 | 0.0847 | 16000 | 3.6586 |
|
59 |
+
| 3.6947 | 0.0952 | 18000 | 3.6385 |
|
60 |
+
| 3.6726 | 0.1058 | 20000 | 3.6223 |
|
61 |
+
| 3.6556 | 0.1164 | 22000 | 3.6024 |
|
62 |
+
| 3.6309 | 0.1270 | 24000 | 3.5923 |
|
63 |
+
| 3.619 | 0.1376 | 26000 | 3.5809 |
|
64 |
+
| 3.6045 | 0.1482 | 28000 | 3.5688 |
|
65 |
+
| 3.5854 | 0.1587 | 30000 | 3.5668 |
|
66 |
+
| 3.5793 | 0.1693 | 32000 | 3.5575 |
|
67 |
+
| 3.5685 | 0.1799 | 34000 | 3.5453 |
|
68 |
+
| 3.556 | 0.1905 | 36000 | 3.5405 |
|
69 |
+
| 3.5475 | 0.2011 | 38000 | 3.5332 |
|
70 |
+
| 3.5358 | 0.2117 | 40000 | 3.5293 |
|
71 |
+
| 3.5305 | 0.2222 | 42000 | 3.5237 |
|
72 |
+
| 3.5257 | 0.2328 | 44000 | 3.5184 |
|
73 |
+
| 3.5122 | 0.2434 | 46000 | 3.5163 |
|
74 |
+
| 3.5099 | 0.2540 | 48000 | 3.5092 |
|
75 |
+
| 3.503 | 0.2646 | 50000 | 3.5097 |
|
76 |
+
| 3.494 | 0.2752 | 52000 | 3.5058 |
|
77 |
+
| 3.4923 | 0.2857 | 54000 | 3.5029 |
|
78 |
+
| 3.4839 | 0.2963 | 56000 | 3.4993 |
|
79 |
+
| 3.4794 | 0.3069 | 58000 | 3.4979 |
|
80 |
+
| 3.4784 | 0.3175 | 60000 | 3.4935 |
|
81 |
+
| 3.4688 | 0.3281 | 62000 | 3.4919 |
|
82 |
+
| 3.4672 | 0.3387 | 64000 | 3.4888 |
|
83 |
+
| 3.4651 | 0.3492 | 66000 | 3.4864 |
|
84 |
+
| 3.454 | 0.3598 | 68000 | 3.4848 |
|
85 |
+
| 3.4579 | 0.3704 | 70000 | 3.4826 |
|
86 |
+
| 3.4525 | 0.3810 | 72000 | 3.4789 |
|
87 |
+
| 3.4448 | 0.3916 | 74000 | 3.4794 |
|
88 |
+
| 3.4483 | 0.4022 | 76000 | 3.4779 |
|
89 |
+
| 3.4422 | 0.4127 | 78000 | 3.4766 |
|
90 |
+
| 3.4365 | 0.4233 | 80000 | 3.4745 |
|
91 |
+
| 3.4383 | 0.4339 | 82000 | 3.4725 |
|
92 |
+
| 3.4311 | 0.4445 | 84000 | 3.4713 |
|
93 |
+
| 3.4304 | 0.4551 | 86000 | 3.4709 |
|
94 |
+
| 3.4293 | 0.4657 | 88000 | 3.4679 |
|
95 |
+
| 3.4218 | 0.4762 | 90000 | 3.4673 |
|
96 |
+
| 3.4226 | 0.4868 | 92000 | 3.4682 |
|
97 |
+
| 3.4231 | 0.4974 | 94000 | 3.4639 |
|
98 |
+
| 3.4182 | 0.5080 | 96000 | 3.4659 |
|
99 |
+
| 3.4165 | 0.5186 | 98000 | 3.4674 |
|
100 |
+
| 3.4137 | 0.5292 | 100000 | 3.4611 |
|
101 |
+
| 3.4101 | 0.5397 | 102000 | 3.4653 |
|
102 |
+
| 3.4136 | 0.5503 | 104000 | 3.4648 |
|
103 |
+
| 3.4059 | 0.5609 | 106000 | 3.4612 |
|
104 |
+
|
105 |
+
|
106 |
+
### Framework versions
|
107 |
+
|
108 |
+
- Transformers 4.45.2
|
109 |
+
- Pytorch 2.4.1
|
110 |
+
- Datasets 3.0.1
|
111 |
+
- Tokenizers 0.20.1
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 5,
|
4 |
+
"eos_token_id": 4,
|
5 |
+
"transformers_version": "4.45.2"
|
6 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7438256
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:960980706b2191ca6300843ac241192a3cfe9d9a86cd5775d1a6de14dfeef9e3
|
3 |
size 7438256
|