edumunozsala commited on
Commit
ba9cb97
1 Parent(s): e48cc13

Upload llm2vec_config.json

Browse files
Files changed (1) hide show
  1. llm2vec_config.json +6 -0
llm2vec_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "pooling_mode": "mean",
3
+ "max_length": 128,
4
+ "doc_max_length": 400,
5
+ "skip_instruction": true
6
+ }