vericava commited on
Commit
e431f62
·
verified ·
1 Parent(s): d681737

End of training

Browse files
Files changed (2) hide show
  1. README.md +64 -5
  2. generation_config.json +6 -0
README.md CHANGED
@@ -1,11 +1,70 @@
1
  ---
2
- license: apache-2.0
3
- language:
4
- - ja
5
- pipeline_tag: text-generation
6
  library_name: transformers
 
 
 
 
 
 
 
7
  ---
8
 
 
 
 
9
  # gpt2-medium-vericava-posts-v3
10
 
11
- GPT-2 (300M) trained from scratch using my posts on the Internet.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
 
2
  library_name: transformers
3
+ license: mit
4
+ base_model: gpt2-medium
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: gpt2-medium-vericava-posts-v3
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-medium-vericava-posts-v3
16
 
17
+ This model is a fine-tuned version of [gpt2-medium](https://huggingface.co/gpt2-medium) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 6.4732
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.0005
39
+ - train_batch_size: 128
40
+ - eval_batch_size: 128
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 8
43
+ - total_train_batch_size: 1024
44
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_steps: 1000
47
+ - num_epochs: 100
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-------:|:----:|:---------------:|
54
+ | 2.1117 | 11.1176 | 100 | 6.5645 |
55
+ | 1.461 | 22.2353 | 200 | 5.6692 |
56
+ | 1.3005 | 33.3529 | 300 | 5.3980 |
57
+ | 1.1776 | 44.4706 | 400 | 5.2793 |
58
+ | 1.0325 | 55.5882 | 500 | 5.3445 |
59
+ | 0.8629 | 66.7059 | 600 | 5.5766 |
60
+ | 0.6811 | 77.8235 | 700 | 5.8608 |
61
+ | 0.4943 | 88.9412 | 800 | 6.1404 |
62
+ | 0.3243 | 100.0 | 900 | 6.4732 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.52.4
68
+ - Pytorch 2.6.0+cu124
69
+ - Datasets 3.6.0
70
+ - Tokenizers 0.21.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "eos_token_id": 3,
5
+ "transformers_version": "4.52.4"
6
+ }