Pringled commited on
Commit
26cc9fc
·
verified ·
1 Parent(s): 5f4f5ca

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. modules.json +8 -0
README.md CHANGED
@@ -8,6 +8,7 @@ tags:
8
  - embeddings
9
  - static-embeddings
10
  - mteb
 
11
  model-index:
12
  - name: M2V_base_glove_subword
13
  results:
 
8
  - embeddings
9
  - static-embeddings
10
  - mteb
11
+ - sentence-transformers
12
  model-index:
13
  - name: M2V_base_glove_subword
14
  results:
modules.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": ".",
6
+ "type": "sentence_transformers.models.StaticEmbedding"
7
+ }
8
+ ]