ylacombe HF staff commited on
Commit
a8a827d
1 Parent(s): a7dcb3c

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +3 -0
tokenizer_config.json CHANGED
@@ -33,13 +33,16 @@
33
  "special": true
34
  }
35
  },
 
36
  "chat_template": null,
37
  "clean_up_tokenization_spaces": false,
 
38
  "model_input_names": [
39
  "input_ids",
40
  "attention_mask"
41
  ],
42
  "model_max_length": 1000000000000000019884624838656,
 
43
  "tokenizer_class": "PreTrainedTokenizerFast",
44
  "unk_token": "<unk>"
45
  }
 
33
  "special": true
34
  }
35
  },
36
+ "bos_token_id": null,
37
  "chat_template": null,
38
  "clean_up_tokenization_spaces": false,
39
+ "eos_token_id": null,
40
  "model_input_names": [
41
  "input_ids",
42
  "attention_mask"
43
  ],
44
  "model_max_length": 1000000000000000019884624838656,
45
+ "pad_token_id": null,
46
  "tokenizer_class": "PreTrainedTokenizerFast",
47
  "unk_token": "<unk>"
48
  }