Redhotchilipoppy commited on
Commit
0cdb665
1 Parent(s): 0738517

End of training

Browse files
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 1.5814
19
 
20
  ## Model description
21
 
@@ -34,19 +34,33 @@ More information needed
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
- - learning_rate: 2e-05
38
  - train_batch_size: 8
39
  - eval_batch_size: 8
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 1.0
44
 
45
  ### Training results
46
 
47
- | Training Loss | Epoch | Step | Validation Loss |
48
- |:-------------:|:-----:|:----:|:---------------:|
49
- | 1.7602 | 1.0 | 1105 | 1.5814 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
 
52
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.9267
19
 
20
  ## Model description
21
 
 
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
+ - learning_rate: 5e-05
38
  - train_batch_size: 8
39
  - eval_batch_size: 8
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 15
44
 
45
  ### Training results
46
 
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:-----:|:---------------:|
49
+ | 1.4649 | 1.0 | 1090 | 1.2665 |
50
+ | 1.2725 | 2.0 | 2180 | 1.1424 |
51
+ | 1.1813 | 3.0 | 3270 | 1.0741 |
52
+ | 1.1291 | 4.0 | 4360 | 1.0381 |
53
+ | 1.0842 | 5.0 | 5450 | 1.0118 |
54
+ | 1.0461 | 6.0 | 6540 | 0.9905 |
55
+ | 1.0236 | 7.0 | 7630 | 0.9721 |
56
+ | 1.0033 | 8.0 | 8720 | 0.9618 |
57
+ | 0.9879 | 9.0 | 9810 | 0.9499 |
58
+ | 0.9731 | 10.0 | 10900 | 0.9465 |
59
+ | 0.9568 | 11.0 | 11990 | 0.9392 |
60
+ | 0.9509 | 12.0 | 13080 | 0.9326 |
61
+ | 0.9429 | 13.0 | 14170 | 0.9300 |
62
+ | 0.9371 | 14.0 | 15260 | 0.9290 |
63
+ | 0.9319 | 15.0 | 16350 | 0.9267 |
64
 
65
 
66
  ### Framework versions
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a59f48304f0e8a850d1afece1dbb0fd9e791fbbc4a0701a6b7f3ad0d3780cc50
3
  size 327657928
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68e05d90f0ef50f949eb84ec05739f87e19d6100cf1782e052a251263de4a34e
3
  size 327657928
runs/Jan22_07-36-55_a7ddfede0210/events.out.tfevents.1705909016.a7ddfede0210.26.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b445c9ea4328ff5e433a54691ad4d2b3c67f7358adb4ff65492171091b8fd8d
3
+ size 14145
runs/Jan22_07-36-55_a7ddfede0210/events.out.tfevents.1705913091.a7ddfede0210.26.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a601c54e6996939399d8e823bd77c29e36d8414c76748927edfdaba833216887
3
+ size 359
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": true,
15
+ "eos_token": "<|endoftext|>",
16
+ "model_max_length": 1024,
17
+ "pad_token": "<|endoftext|>",
18
+ "tokenizer_class": "GPT2Tokenizer",
19
+ "unk_token": "<|endoftext|>"
20
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12a30ba3f3225f87bcced6f0b3f2f7bcbf6d6327d2e74df8dc3a904df3a42b95
3
  size 4283
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a840294e2802fcc10f2ad05e50bbbe67e46700d509667bab1028ec9f5c7a03b
3
  size 4283
vocab.json ADDED
The diff for this file is too large to render. See raw diff