Ba2han commited on
Commit
970b48e
·
verified ·
1 Parent(s): aa0f4ea

Upload 2 files

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -2
tokenizer_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "bos_token": "<|begin_of_text|>",
4
  "clean_up_tokenization_spaces": true,
5
  "eos_token": "<|end_of_text|>",
6
- "is_local": false,
7
  "model_input_names": [
8
  "input_ids",
9
  "attention_mask"
@@ -11,6 +11,6 @@
11
  "model_max_length": 8192,
12
  "pad_token": "<|finetune_right_pad_id|>",
13
  "padding_side": "right",
14
- "tokenizer_class": "TokenizersBackend",
15
  "unk_token": null
16
  }
 
3
  "bos_token": "<|begin_of_text|>",
4
  "clean_up_tokenization_spaces": true,
5
  "eos_token": "<|end_of_text|>",
6
+ "is_local": true,
7
  "model_input_names": [
8
  "input_ids",
9
  "attention_mask"
 
11
  "model_max_length": 8192,
12
  "pad_token": "<|finetune_right_pad_id|>",
13
  "padding_side": "right",
14
+ "tokenizer_class": "PreTrainedTokenizerFast",
15
  "unk_token": null
16
  }