rename tokenizer name

#2
by yuchenlin - opened
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -4,6 +4,6 @@
4
  "model_max_length": 512,
5
  "padding_side": "right",
6
  "special_tokens_map_file": "/root/.cache/huggingface/hub/models--decapoda-research--llama-13b-hf/snapshots/438770a656712a5072229b62256521845d4de5ce/special_tokens_map.json",
7
- "tokenizer_class": "LLaMATokenizer",
8
  "unk_token": ""
9
  }
 
4
  "model_max_length": 512,
5
  "padding_side": "right",
6
  "special_tokens_map_file": "/root/.cache/huggingface/hub/models--decapoda-research--llama-13b-hf/snapshots/438770a656712a5072229b62256521845d4de5ce/special_tokens_map.json",
7
+ "tokenizer_class": "LlamaTokenizer",
8
  "unk_token": ""
9
  }