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