jstzwj commited on
Commit
d9e4cff
1 Parent(s): 521ba82

update ShamiTokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -4,6 +4,6 @@
4
  "clean_up_tokenization_spaces": true,
5
  "eos_token": "<|endoftext|>",
6
  "model_max_length": 1024,
7
- "tokenizer_class": "GPT2Tokenizer",
8
  "unk_token": "<|endoftext|>"
9
  }
 
4
  "clean_up_tokenization_spaces": true,
5
  "eos_token": "<|endoftext|>",
6
  "model_max_length": 1024,
7
+ "tokenizer_class": "ShamiTokenizer",
8
  "unk_token": "<|endoftext|>"
9
  }