soundwave77 commited on
Commit
4e00229
1 Parent(s): 8937e32

fix word_embedding_dimension parameter

Browse files

Hello! It seems that the embedding dimension here should be 384 as in the original e5-small
![image.png](https://cdn-uploads.huggingface.co/production/uploads/6489cdf9e6fe7a6b4cf628ff/FDxPhhb1wORJCO1Zrtdmy.png)

Files changed (1) hide show
  1. 1_Pooling/config.json +1 -1
1_Pooling/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "word_embedding_dimension": 1024,
3
  "pooling_mode_cls_token": false,
4
  "pooling_mode_mean_tokens": true,
5
  "pooling_mode_max_tokens": false,
 
1
  {
2
+ "word_embedding_dimension": 384,
3
  "pooling_mode_cls_token": false,
4
  "pooling_mode_mean_tokens": true,
5
  "pooling_mode_max_tokens": false,