andersonbcdefg commited on
Commit
9ef0864
1 Parent(s): 37b6c54

Pushing sentencetransformers model

Browse files

Model distilled from bge-small-v1.5 but ~1/4 the size

Files changed (1) hide show
  1. added_tokens.json +7 -0
added_tokens.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "[CLS]": 101,
3
+ "[MASK]": 103,
4
+ "[PAD]": 0,
5
+ "[SEP]": 102,
6
+ "[UNK]": 100
7
+ }