Instructions to use abulte/top2vec-datagouvfr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use abulte/top2vec-datagouvfr with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("abulte/top2vec-datagouvfr") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
Upload top2vec_distiluse-base-multilingual-cased.bin
Browse files
top2vec_distiluse-base-multilingual-cased.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1875ab0042474349ac02380ea7b6697d5c8c9c020e2fdc58b601cae432357354
|
| 3 |
+
size 118154111
|