Update config.json
Browse files- config.json +3 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "Undi95/
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -24,6 +24,7 @@
|
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.44.1",
|
27 |
-
"use_cache":
|
28 |
"vocab_size": 32000
|
|
|
29 |
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Undi95/MXLewd-L2-20B",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.44.1",
|
27 |
+
"use_cache": true,
|
28 |
"vocab_size": 32000
|
29 |
+
}
|
30 |
|