rb05751 commited on
Commit
01a660e
1 Parent(s): 41e7542

Training in progress, step 500

Browse files
README.md CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # my_finetuned_gpt2_model
15
 
16
- This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the r/askscience dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 3.7705
19
 
 
13
 
14
  # my_finetuned_gpt2_model
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: 3.7705
19
 
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22d0351e0907f058a8ac4d80fbce78e2faed784da7e391b82d32a7705df3c44d
3
  size 327674773
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caa6e8d5e95e6ba9ac505fcfc2dca07e9a7d23ee9070ba9812b2ef3455a2917d
3
  size 327674773
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,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<|endoftext|>",
6
+ "model_max_length": 1024,
7
+ "tokenizer_class": "GPT2Tokenizer",
8
+ "unk_token": "<|endoftext|>"
9
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f0d323128de58e89aa5d7a9e3a12dbc23f47d180ca64bca25968f64da4bd2898
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaf677570da6480fca12a34c8fb703edf62e2223898cc0379ad0bc21bb77bdbc
3
  size 4091
vocab.json ADDED
The diff for this file is too large to render. See raw diff