mandelakori
commited on
Update config.json
Browse files- config.json +3 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "./
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
@@ -22,5 +22,6 @@
|
|
22 |
"torch_dtype": "bfloat16",
|
23 |
"transformers_version": "4.34.0",
|
24 |
"use_cache": true,
|
25 |
-
"vocab_size": 32000
|
|
|
26 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./aisak/",
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
|
|
22 |
"torch_dtype": "bfloat16",
|
23 |
"transformers_version": "4.34.0",
|
24 |
"use_cache": true,
|
25 |
+
"vocab_size": 32000,
|
26 |
+
"instruction": "instruction.txt"
|
27 |
}
|