Pringled commited on
Commit
0826b05
1 Parent(s): fc2044a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -1
config.json CHANGED
@@ -1 +1,8 @@
1
- {"tokenizer_name": "BAAI/bge-base-en-v1.5", "apply_pca": 256, "apply_zipf": true, "normalize": false}
 
 
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_name": "BAAI/bge-base-en-v1.5",
3
+ "apply_pca": 256,
4
+ "apply_zipf": true,
5
+ "normalize": false,
6
+ "hidden_dim": 256,
7
+ "seq_length": 1000000
8
+ }