diwank commited on
Commit
7f4a11f
·
verified ·
1 Parent(s): de0312c

Upload tokenizer

Browse files
Files changed (2) hide show
  1. special_tokens_map.json +3 -1
  2. tokenizer_config.json +1 -0
special_tokens_map.json CHANGED
@@ -1 +1,3 @@
1
- {}
 
 
 
1
+ {
2
+ "eos_token": "<|endoftext|>"
3
+ }
tokenizer_config.json CHANGED
@@ -10,6 +10,7 @@
10
  }
11
  },
12
  "clean_up_tokenization_spaces": true,
 
13
  "max_length": 1024,
14
  "model_max_length": 1000000000000000019884624838656,
15
  "stride": 0,
 
10
  }
11
  },
12
  "clean_up_tokenization_spaces": true,
13
+ "eos_token": "<|endoftext|>",
14
  "max_length": 1024,
15
  "model_max_length": 1000000000000000019884624838656,
16
  "stride": 0,