Sven Schultze
commited on
Commit
·
824d037
1
Parent(s):
1c0d6bf
update config.json
Browse files- config.json +4 -6
config.json
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"_name_or_path": "/home/kira-backend/trainer/onnx/voix-40-llama3.2-1b",
|
4 |
"architectures": [
|
5 |
"LlamaForCausalLM"
|
6 |
],
|
@@ -29,7 +28,8 @@
|
|
29 |
"rope_type": "llama3"
|
30 |
},
|
31 |
"rope_theta": 500000.0,
|
32 |
-
"tie_word_embeddings": true,
|
|
|
33 |
"transformers.js_config": {
|
34 |
"dtype": "q4",
|
35 |
"use_external_data_format": {
|
@@ -37,8 +37,6 @@
|
|
37 |
"model_fp16.onnx": true
|
38 |
}
|
39 |
},
|
40 |
-
"
|
41 |
-
"transformers_version": "4.49.0",
|
42 |
-
"use_cache": false,
|
43 |
"vocab_size": 128256
|
44 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "meta-llama/Llama-3.2-1B",
|
|
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
28 |
"rope_type": "llama3"
|
29 |
},
|
30 |
"rope_theta": 500000.0,
|
31 |
+
"tie_word_embeddings": true,
|
32 |
+
"transformers_version": "4.49.0",
|
33 |
"transformers.js_config": {
|
34 |
"dtype": "q4",
|
35 |
"use_external_data_format": {
|
|
|
37 |
"model_fp16.onnx": true
|
38 |
}
|
39 |
},
|
40 |
+
"use_cache": true,
|
|
|
|
|
41 |
"vocab_size": 128256
|
42 |
}
|