Stffens commited on
Commit
248e3e6
·
verified ·
1 Parent(s): aa3761b

add 1_Pooling/config.json

Browse files
Files changed (1) hide show
  1. 1_Pooling/config.json +5 -0
1_Pooling/config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "embedding_dimension": 384,
3
+ "pooling_mode": "cls",
4
+ "include_prompt": true
5
+ }