Remove hardcoded path in tokenizer_config.json

#10
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "clean_up_tokenization_spaces": false,
4
  "eos_token": "",
5
  "model_max_length": 1000000000000000019884624838656,
6
- "special_tokens_map_file": "/home/ubuntu/llama_hf/30B/special_tokens_map.json",
7
  "tokenizer_class": "LlamaTokenizer",
8
  "unk_token": ""
9
  }
 
3
  "clean_up_tokenization_spaces": false,
4
  "eos_token": "",
5
  "model_max_length": 1000000000000000019884624838656,
6
+ "special_tokens_map_file": "./special_tokens_map.json",
7
  "tokenizer_class": "LlamaTokenizer",
8
  "unk_token": ""
9
  }