danielhanchen commited on
Commit
a285619
·
verified ·
1 Parent(s): 28e14b5

Add files using upload-large-folder tool

Browse files
Files changed (2) hide show
  1. config.json +1 -1
  2. tokenizer_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "meta-llama/Meta-Llama-3.1-8B-Instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "meta-llama/meta-Llama-3.1-8B-Instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
tokenizer_config.json CHANGED
@@ -2062,6 +2062,6 @@
2062
  "model_max_length": 131072,
2063
  "pad_token": "<|finetune_right_pad_id|>",
2064
  "padding_side": "left",
2065
- "tokenizer_class": "PreTrainedTokenizerFast",
2066
  "unk_token": null
2067
  }
 
2062
  "model_max_length": 131072,
2063
  "pad_token": "<|finetune_right_pad_id|>",
2064
  "padding_side": "left",
2065
+ "tokenizer_class": "PreTrainedTokenizer",
2066
  "unk_token": null
2067
  }