darwinkernelpanic commited on
Commit
3396923
·
verified ·
1 Parent(s): 0867370

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. pytorch_model.bin +3 -0
  2. tokenizer.json +0 -0
  3. tokenizer_config.json +12 -0
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50a6878ea23ba332284f5a7c35822d79663b6c5b3ff1af8a576cc9691b713863
3
+ size 57358466
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "eos_token": "<|endoftext|>",
6
+ "errors": "replace",
7
+ "is_local": false,
8
+ "model_max_length": 1024,
9
+ "pad_token": "<|endoftext|>",
10
+ "tokenizer_class": "GPT2Tokenizer",
11
+ "unk_token": "<|endoftext|>"
12
+ }