Skip to content

Commit 5d32041

Browse files
committed
Updated image
1 parent 0f91591 commit 5d32041

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Model2Vec** is a method to distill a small, fast model from any Sentence Transformer model.
44

5-
| ![Description](assets/images/sentences_per_second_vs_average_score.png) |
5+
| ![Description](assets/images/speed_vs_accuracy.png) |
66
|:--:|
77
|*Model2vec allows you to create really fast small models that still perform well.*|
88

@@ -241,7 +241,7 @@ As can be seen, the Model2Vec models outperforms the GloVe and WL256 models on a
241241

242242
The scatterplot below shows the relationship between the number of sentences per second and the average classification score. The bubble sizes correspond to the number of parameters in the models (larger = more parameters), and the colors correspond to the sentences per second (greener = more sentences per second). This plot shows that the Model2Vec models are much faster than the other models, while still being competitive in terms of classification performance with the all-MiniLM-L6-v2 model.
243243

244-
| ![Description](assets/images/sentences_per_second_vs_average_score.png) |
244+
| ![Description](assets/images/speed_vs_accuracy.png) |
245245
|:--:|
246246
|*Figure: The average accuracy over all classification datasets plotted against sentence per second. The circle size indicates model size.*|
247247

105 KB
Loading

0 commit comments

Comments
 (0)