stephen423 commited on
Commit
410be6d
1 Parent(s): adf9d00

End of training

Browse files
Files changed (3) hide show
  1. README.md +61 -0
  2. generation_config.json +6 -0
  3. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: gpt2
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - wikitext
8
+ model-index:
9
+ - name: gpt2-wikitext2
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
+ # gpt2-wikitext2
17
+
18
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the wikitext dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 6.1045
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 3.0
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 6.5489 | 1.0 | 2250 | 6.4641 |
52
+ | 6.148 | 2.0 | 4500 | 6.1911 |
53
+ | 6.0043 | 3.0 | 6750 | 6.1045 |
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - Transformers 4.32.0.dev0
59
+ - Pytorch 2.0.1+cpu
60
+ - Datasets 2.12.0
61
+ - Tokenizers 0.13.2
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.32.0.dev0"
6
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:921ae737ab132c91ef819fe0f10ea6f6c6b6b1cab8b23f8d9fa11a99700a8798
3
  size 497805149
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8fa5e5bab75e68bba893ecabd894eea3fea69bbd28d4f392598ea4002cbce2b
3
  size 497805149