HemanthSai7 commited on
Commit
ecf9385
·
verified ·
1 Parent(s): bf277cf

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +4 -1
tokenizer_config.json CHANGED
@@ -8,5 +8,8 @@
8
  "pad_token_id": 3,
9
  "model_max_length": 2048,
10
  "tokenizer_class": "NandiTokenizer",
11
- "unk_token": "<|endoftext|>"
 
 
 
12
  }
 
8
  "pad_token_id": 3,
9
  "model_max_length": 2048,
10
  "tokenizer_class": "NandiTokenizer",
11
+ "unk_token": "<|endoftext|>",
12
+ "auto_map": {
13
+ "AutoTokenizer": ["tokenization_nandi.NandiTokenizer", null]
14
+ }
15
  }