Upload config.json with huggingface_hub
Browse files- config.json +14 -0
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "model2vec",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"StaticModel"
|
| 5 |
+
],
|
| 6 |
+
"tokenizer_name": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 7 |
+
"apply_pca": 1024,
|
| 8 |
+
"sif_coefficient": 0.0001,
|
| 9 |
+
"hidden_dim": 1024,
|
| 10 |
+
"seq_length": 1000000,
|
| 11 |
+
"normalize": true,
|
| 12 |
+
"pooling": "mean",
|
| 13 |
+
"embedding_dtype": "float16"
|
| 14 |
+
}
|