cfpark00 commited on
Commit
c86912e
·
verified ·
1 Parent(s): fd7e1dd

Upload tokenizer

Browse files
Files changed (2) hide show
  1. special_tokens_map.json +1 -0
  2. tokenizer_config.json +1 -0
special_tokens_map.json CHANGED
@@ -1,3 +1,4 @@
1
  {
 
2
  "pad_token": "<pad>"
3
  }
 
1
  {
2
+ "eos_token": "<pad>",
3
  "pad_token": "<pad>"
4
  }
tokenizer_config.json CHANGED
@@ -10,6 +10,7 @@
10
  }
11
  },
12
  "clean_up_tokenization_spaces": false,
 
13
  "extra_special_tokens": {},
14
  "model_max_length": 1000000000000000019884624838656,
15
  "pad_token": "<pad>",
 
10
  }
11
  },
12
  "clean_up_tokenization_spaces": false,
13
+ "eos_token": "<pad>",
14
  "extra_special_tokens": {},
15
  "model_max_length": 1000000000000000019884624838656,
16
  "pad_token": "<pad>",