guialfaro commited on
Commit
ac141ce
1 Parent(s): 2866e19

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +9 -0
tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_input_names": [
3
+ "input_ids",
4
+ "attention_mask"
5
+ ],
6
+ "name_or_path": "hyunwoongko/kobart",
7
+ "special_tokens_map_file": "/root/.cache/huggingface/transformers/a87d2ed77831bb40ce806a97c04126addf5ecc82b3e23ecf916b2a4acdb9c29a.c23d5e62137984cf842a885705037b25b156747d145406702932d5f5d5e7c88e",
8
+ "tokenizer_class": "PreTrainedTokenizerFast"
9
+ }