JeongJunNyeong commited on
Commit
ae96e0e
1 Parent(s): 55c76e7

Upload tokenizer

Browse files
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "mask_token": "<mask>",
5
+ "pad_token": "<pad>",
6
+ "unk_token": "<unk>"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_input_names": [
3
+ "input_ids",
4
+ "attention_mask"
5
+ ],
6
+ "model_max_length": 1000000000000000019884624838656,
7
+ "name_or_path": "final-project-level3-nlp-13/saved_models/hyunwoongko/kobart/chatbot_social_media_10epoch_01-21-22-43",
8
+ "special_tokens_map_file": "/root/.cache/huggingface/transformers/a87d2ed77831bb40ce806a97c04126addf5ecc82b3e23ecf916b2a4acdb9c29a.c23d5e62137984cf842a885705037b25b156747d145406702932d5f5d5e7c88e",
9
+ "tokenizer_class": "PreTrainedTokenizerFast"
10
+ }