chavinlo yuchenlin commited on
Commit
07dd28d
1 Parent(s): 464a0bd

rename tokenizer name (#2)

Browse files

- rename tokenizer name (59cde474157e9c475b3244c5ef5b315db61d9029)


Co-authored-by: Yuchen Lin <yuchenlin@users.noreply.huggingface.co>

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
  }