Pringled commited on
Commit
7924c12
·
verified ·
1 Parent(s): 2bad2c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -15
README.md CHANGED
@@ -1,27 +1,14 @@
1
  ---
2
  library_name: model2vec
3
  license: mit
4
- model_name: potion-retrieval-512dim-60kvocab-v1replica-v1
5
  tags:
6
  - embeddings
7
  - static-embeddings
8
- - mteb
9
  - sentence-transformers
10
  ---
11
 
12
- ```
13
- Average (All) 49.73
14
- Average (MTEB) 49.76
15
- Classification 59.56
16
- Clustering 30.55
17
- PairClassification 76.38
18
- Reranking 50.05
19
- Retrieval 36.35
20
- STS 73.22
21
- Summarization 28.85
22
- PEARL 49.31
23
- WordSim 50.02
24
- ```
25
 
26
  # potion-retrieval-32M Model Card
27
 
@@ -61,6 +48,23 @@ Model2vec creates a small, static model that outperforms other static embedding
61
 
62
  The results for this model can be found on the [Model2Vec results page](https://github.com/MinishLab/model2vec/blob/main/results/README.md).
63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  ## Additional Resources
65
 
66
  - [All Model2Vec models on the hub](https://huggingface.co/models?library=model2vec)
 
1
  ---
2
  library_name: model2vec
3
  license: mit
4
+ model_name: potion-retrieval-32M
5
  tags:
6
  - embeddings
7
  - static-embeddings
 
8
  - sentence-transformers
9
  ---
10
 
11
+
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
  # potion-retrieval-32M Model Card
14
 
 
48
 
49
  The results for this model can be found on the [Model2Vec results page](https://github.com/MinishLab/model2vec/blob/main/results/README.md).
50
 
51
+ ## Results
52
+
53
+ The results for this model are shown in the table below. The full Model2Vec results for all models can be found on the [Model2Vec results page](https://github.com/MinishLab/model2vec/blob/main/results/README.md).
54
+ ```
55
+ Average (All) 49.73
56
+ Average (MTEB) 49.76
57
+ Classification 59.56
58
+ Clustering 30.55
59
+ PairClassification 76.38
60
+ Reranking 50.05
61
+ Retrieval 36.35
62
+ STS 73.22
63
+ Summarization 28.85
64
+ PEARL 49.31
65
+ WordSim 50.02
66
+ ```
67
+
68
  ## Additional Resources
69
 
70
  - [All Model2Vec models on the hub](https://huggingface.co/models?library=model2vec)