Commit
·
ec428ff
1
Parent(s):
e2e36b0
Update config
Browse files- config.json +3 -3
config.json
CHANGED
@@ -4,9 +4,9 @@
|
|
4 |
"StaticModel"
|
5 |
],
|
6 |
"tokenizer_name": "mixedbread-ai/mxbai-embed-2d-large-v1",
|
7 |
-
"apply_pca":
|
8 |
-
"apply_zipf":
|
9 |
-
"hidden_dim":
|
10 |
"seq_length": 1000000,
|
11 |
"normalize": false
|
12 |
}
|
|
|
4 |
"StaticModel"
|
5 |
],
|
6 |
"tokenizer_name": "mixedbread-ai/mxbai-embed-2d-large-v1",
|
7 |
+
"apply_pca": 384,
|
8 |
+
"apply_zipf": true,
|
9 |
+
"hidden_dim": 384,
|
10 |
"seq_length": 1000000,
|
11 |
"normalize": false
|
12 |
}
|