@@ -70,8 +70,7 @@ It works by passing a vocabulary through a sentence transformer model, then redu
7070- [ Model2Vec Repo] ( https://github.com/MinishLab/model2vec )
7171- [ Model2Vec Base Models] ( https://huggingface.co/collections/minishlab/model2vec-base-models-66fd9dd9b7c3b3c0f25ca90e )
7272- [ Model2Vec Results] ( https://github.com/MinishLab/model2vec/tree/main/results )
73- - [ Model2Vec Tutorials] ( https://github.com/MinishLab/model2vec/tree/main/tutorials )
74- - [ Website] ( https://minishlab.github.io/ )
73+ - [ Model2Vec Docs] ( https://minish.ai/packages/model2vec/introduction )
7574
7675
7776## Library Authors
@@ -82,10 +81,13 @@ Model2Vec was developed by the [Minish Lab](https://github.com/MinishLab) team c
8281
8382Please cite the [ Model2Vec repository] ( https://github.com/MinishLab/model2vec ) if you use this model in your work.
8483```
85- @article{minishlab2024model2vec,
86- author = {Tulkens, Stephan and {van Dongen}, Thomas},
87- title = {Model2Vec: Fast State-of-the-Art Static Embeddings},
88- year = {2024},
89- url = {https://github.com/MinishLab/model2vec}
84+ @software{minishlab2024model2vec,
85+ author = {Stephan Tulkens and {van Dongen}, Thomas},
86+ title = {Model2Vec: Fast State-of-the-Art Static Embeddings},
87+ year = {2024},
88+ publisher = {Zenodo},
89+ doi = {10.5281/zenodo.17270888},
90+ url = {https://github.com/MinishLab/model2vec},
91+ license = {MIT}
9092}
9193```
0 commit comments