Skip to content

Commit 0ca9d00

Browse files
authored
Logos (#44)
* Add new readmes, logos * Resize logo * Resize lead line * Resize images * Resize images * Fix attribution * Change font in logo to Xanh Mono * Add lead line * New logog * New logog
1 parent f568b50 commit 0ca9d00

File tree

4 files changed

+29
-7
lines changed

4 files changed

+29
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
2+
<div align="center">
3+
<picture>
4+
<img width="50%" alt="Model2Vec logo" src="assets/images/logo.png">
5+
</picture>
6+
</a>
7+
</div>
8+
19
<div align="center">
2-
<h1>Model2Vec: Distill a Small Fast Model from any Sentence Transformer</h1>
10+
<h2>Distill a Small Fast Model from any Sentence Transformer</h2>
311
</div>
412

513
<div align="center">
@@ -16,18 +24,18 @@
1624
<a href="https://pypi.org/project/model2vec/"><img src="https://img.shields.io/pypi/pyversions/model2vec" alt="Supported Python versions"></a>
1725
<a href="https://pepy.tech/project/model2vec">
1826
<img src="https://static.pepy.tech/badge/model2vec" alt="Downloads">
19-
</a>
20-
<a href="https://app.codecov.io/gh/MinishLab/model2vec">
21-
<img src="https://codecov.io/gh/MinishLab/model2vec/graph/badge.svg?token=21TWJ6B5ET" alt="Downloads">
22-
</a>
27+
</a>
2328
<a href="https://github.com/MinishLab/model2vec/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green" alt="License - MIT"></a>
2429
</h2>
2530
</div>
2631

32+
2733
<p align="center">
28-
<img src="assets/images/model2vec_model_diagram.png" alt="Model2Vec">
34+
<img width="75%", src="assets/images/model2vec_model_diagram.png" alt="Model2Vec">
2935
</p>
3036

37+
Model2Vec is a technique to turn any sentence transformer into a really small fast model, reducing model size by 15x and making the models up to 500x faster, with a small drop in performance. See our results [here](#classification-and-speed-benchmarks), or dive in to see how it works.
38+
3139
## Table of Contents
3240
- [Quickstart](#quickstart)
3341
- [What is Model2Vec?](#what-is-model2vec)
@@ -282,7 +290,7 @@ MIT
282290

283291
If you use Model2Vec in your research, please cite the following:
284292
```bibtex
285-
@software{minishlab2024word2vec,
293+
@software{minishlab2024model2vec,
286294
authors = {Stephan Tulkens, Thomas van Dongen},
287295
title = {Model2Vec: Turn any Sentence Transformer into a Small Fast Model},
288296
year = {2024},

assets/images/logo.png

783 KB
Loading

assets/images/tutorial_ezlo.png

847 KB
Loading

tutorials/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<div align="center">
2+
<picture>
3+
<img width="75%", alt="Tutorials" src="../assets/images/tutorial_ezlo.png">
4+
</picture>
5+
</a>
6+
</div>
7+
8+
# Tutorials
9+
10+
This is a list of all our tutorials. They are all self-contained ipython notebooks.
11+
12+
| | what? | Link |
13+
|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------|
14+
| **Recipe search** | Learn how to do lightning-fast semantic search by distilling a small model. Compare a really tiny model to a larger with one with a better vocabulary. Learn what Fattoush is (delicious). | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/minishlab/model2vec/blob/master/tutorials/recipe_search.ipynb) |

0 commit comments

Comments
 (0)