Upload 4 files
Browse files- config.json +13 -0
- model.safetensors +3 -0
- modules.json +14 -0
- tokenizer.json +0 -0
config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "model2vec",
|
3 |
+
"architectures": [
|
4 |
+
"StaticModel"
|
5 |
+
],
|
6 |
+
"tokenizer_name": "Mihaiii/Venusaur",
|
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:ca043c1dc170d9c92f2935599fc9a2d79a17bae8821df780b226ab2e2b037e99
|
3 |
+
size 30236760
|
modules.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"idx": 0,
|
4 |
+
"name": "0",
|
5 |
+
"path": ".",
|
6 |
+
"type": "sentence_transformers.models.StaticEmbedding"
|
7 |
+
},
|
8 |
+
{
|
9 |
+
"idx": 1,
|
10 |
+
"name": "1",
|
11 |
+
"path": "1_Normalize",
|
12 |
+
"type": "sentence_transformers.models.Normalize"
|
13 |
+
}
|
14 |
+
]
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|