Upload config.json with huggingface_hub
Browse files- config.json +10 -0
config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "model2vec",
|
| 3 |
+
"architectures": ["StaticModel"],
|
| 4 |
+
"tokenizer_name": "BAAI/bge-base-en-v1.5",
|
| 5 |
+
"apply_pca": 256,
|
| 6 |
+
"apply_zipf": true,
|
| 7 |
+
"normalize": false,
|
| 8 |
+
"hidden_dim": 256,
|
| 9 |
+
"seq_length": 1000000
|
| 10 |
+
}
|