Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"LlamaForCausalLM"
|
| 5 |
],
|
|
@@ -35,6 +35,6 @@
|
|
| 35 |
"tie_word_embeddings": false,
|
| 36 |
"torch_dtype": "bfloat16",
|
| 37 |
"transformers_version": "4.46.2",
|
| 38 |
-
"use_cache":
|
| 39 |
"vocab_size": 128256
|
| 40 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "tokyotech-llm/Llama-3.1-Swallow-8B-Instruct-v0.3",
|
| 3 |
"architectures": [
|
| 4 |
"LlamaForCausalLM"
|
| 5 |
],
|
|
|
|
| 35 |
"tie_word_embeddings": false,
|
| 36 |
"torch_dtype": "bfloat16",
|
| 37 |
"transformers_version": "4.46.2",
|
| 38 |
+
"use_cache": true,
|
| 39 |
"vocab_size": 128256
|
| 40 |
}
|