Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
cff-version: 1.2.0
message: "If you use Model2Vec in your research, please cite it as below."
title: "Model2Vec: Fast State-of-the-Art Static Embeddings"
authors:
- family-names: "Tulkens"
given-names: "Stephan"
- family-names: "van Dongen"
given-names: "Thomas"
doi: 10.5281/zenodo.17270888
license: MIT
url: "https://github.com/MinishLab/model2vec"
repository-code: "https://github.com/MinishLab/model2vec"
date-released: "2024-09-20"

preferred-citation:
type: software
title: "Model2Vec: Fast State-of-the-Art Static Embeddings"
authors:
- family-names: "Tulkens"
given-names: "Stephan"
- family-names: "van Dongen"
given-names: "Thomas"
year: 2024
publisher: Zenodo
doi: 10.5281/zenodo.17270888
url: "https://github.com/MinishLab/model2vec"
license: MIT
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,15 @@ MIT
## Citing

If you use Model2Vec in your research, please cite the following:

```bibtex
@article{minishlab2024model2vec,
author = {Tulkens, Stephan and {van Dongen}, Thomas},
title = {Model2Vec: Fast State-of-the-Art Static Embeddings},
year = {2024},
url = {https://github.com/MinishLab/model2vec}
@software{minishlab2024model2vec,
author = {Stephan Tulkens and {van Dongen}, Thomas},
title = {Model2Vec: Fast State-of-the-Art Static Embeddings},
year = {2024},
publisher = {Zenodo},
doi = {10.5281/zenodo.17270888},
url = {https://github.com/MinishLab/model2vec},
license = {MIT}
}
```
16 changes: 9 additions & 7 deletions model2vec/modelcards/classifier_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ predicted = model.predict(["Example sentence"])
- [Model2Vec Repo](https://github.com/MinishLab/model2vec)
- [Model2Vec Base Models](https://huggingface.co/collections/minishlab/model2vec-base-models-66fd9dd9b7c3b3c0f25ca90e)
- [Model2Vec Results](https://github.com/MinishLab/model2vec/tree/main/results)
- [Model2Vec Tutorials](https://github.com/MinishLab/model2vec/tree/main/tutorials)
- [Website](https://minishlab.github.io/)
- [Model2Vec Docs](https://minish.ai/packages/model2vec/introduction)

## Library Authors

Expand All @@ -41,10 +40,13 @@ Model2Vec was developed by the [Minish Lab](https://github.com/MinishLab) team c

Please cite the [Model2Vec repository](https://github.com/MinishLab/model2vec) if you use this model in your work.
```
@article{minishlab2024model2vec,
author = {Tulkens, Stephan and {van Dongen}, Thomas},
title = {Model2Vec: Fast State-of-the-Art Static Embeddings},
year = {2024},
url = {https://github.com/MinishLab/model2vec}
@software{minishlab2024model2vec,
author = {Stephan Tulkens and {van Dongen}, Thomas},
title = {Model2Vec: Fast State-of-the-Art Static Embeddings},
year = {2024},
publisher = {Zenodo},
doi = {10.5281/zenodo.17270888},
url = {https://github.com/MinishLab/model2vec},
license = {MIT}
}
```
16 changes: 9 additions & 7 deletions model2vec/modelcards/model_card_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ It works by passing a vocabulary through a sentence transformer model, then redu
- [Model2Vec Repo](https://github.com/MinishLab/model2vec)
- [Model2Vec Base Models](https://huggingface.co/collections/minishlab/model2vec-base-models-66fd9dd9b7c3b3c0f25ca90e)
- [Model2Vec Results](https://github.com/MinishLab/model2vec/tree/main/results)
- [Model2Vec Tutorials](https://github.com/MinishLab/model2vec/tree/main/tutorials)
- [Website](https://minishlab.github.io/)
- [Model2Vec Docs](https://minish.ai/packages/model2vec/introduction)


## Library Authors
Expand All @@ -82,10 +81,13 @@ Model2Vec was developed by the [Minish Lab](https://github.com/MinishLab) team c

Please cite the [Model2Vec repository](https://github.com/MinishLab/model2vec) if you use this model in your work.
```
@article{minishlab2024model2vec,
author = {Tulkens, Stephan and {van Dongen}, Thomas},
title = {Model2Vec: Fast State-of-the-Art Static Embeddings},
year = {2024},
url = {https://github.com/MinishLab/model2vec}
@software{minishlab2024model2vec,
author = {Stephan Tulkens and {van Dongen}, Thomas},
title = {Model2Vec: Fast State-of-the-Art Static Embeddings},
year = {2024},
publisher = {Zenodo},
doi = {10.5281/zenodo.17270888},
url = {https://github.com/MinishLab/model2vec},
license = {MIT}
}
```