Upload config.json with huggingface_hub
Browse files- config.json +5 -0
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"normalize": true,
|
| 3 |
+
"embedding_dtype": "int8",
|
| 4 |
+
"vocabulary_quantization": 2000
|
| 5 |
+
}
|