Add files using upload-large-folder tool
Browse files- config.json +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "meta-llama/
|
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": "
|
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 |
}
|