ctranslate2-4you
commited on
Update config.json
Browse files- config.json +17 -10
config.json
CHANGED
@@ -1,10 +1,17 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
"
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model:
|
5 |
+
- microsoft/phi-4
|
6 |
+
---
|
7 |
+
|
8 |
+
{
|
9 |
+
"bos_token": "<|endoftext|>",
|
10 |
+
"eos_token": "<|im_end|>",
|
11 |
+
"layer_norm_epsilon": 1e-05,
|
12 |
+
"multi_query_attention": true,
|
13 |
+
"quantization_bits": null,
|
14 |
+
"quantization_group_size": null,
|
15 |
+
"quantization_type": 0,
|
16 |
+
"unk_token": "\u00ef\u00bf\u00bd"
|
17 |
+
}
|