ctranslate2-4you commited on
Commit
35aa655
·
verified ·
1 Parent(s): 19c79dd

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +17 -10
config.json CHANGED
@@ -1,10 +1,17 @@
1
- {
2
- "bos_token": "<|endoftext|>",
3
- "eos_token": "<|im_end|>",
4
- "layer_norm_epsilon": 1e-05,
5
- "multi_query_attention": true,
6
- "quantization_bits": null,
7
- "quantization_group_size": null,
8
- "quantization_type": 0,
9
- "unk_token": "\u00ef\u00bf\u00bd"
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
+ }