Upload config.json with huggingface_hub
Browse files- config.json +7 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<\uff5cbegin\u2581of\u2581sentence\uff5c>",
|
3 |
+
"eos_token": "<\uff5cend\u2581of\u2581sentence\uff5c>",
|
4 |
+
"layer_norm_epsilon": 1e-06,
|
5 |
+
"multi_query_attention": true,
|
6 |
+
"unk_token": ""
|
7 |
+
}
|