Upload 2 files
Browse files- config.json +13 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "model2vec",
|
3 |
+
"architectures": [
|
4 |
+
"StaticModel"
|
5 |
+
],
|
6 |
+
"tokenizer_name": "jinaai/jina-embeddings-v3",
|
7 |
+
"apply_pca": 256,
|
8 |
+
"apply_zipf": null,
|
9 |
+
"sif_coefficient": 0.0001,
|
10 |
+
"hidden_dim": 256,
|
11 |
+
"seq_length": 1000000,
|
12 |
+
"normalize": true
|
13 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebc30b3a223897b2e61d21415a42416fab93b63d1a570d496995cf815d8588a1
|
3 |
+
size 256002136
|