Skip to content

Commit ecbcffd

Browse files
authored
fix bibtex (#208)
1 parent 844c3fa commit ecbcffd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ MIT
188188

189189
If you use Model2Vec in your research, please cite the following:
190190
```bibtex
191-
@software{minishlab2024model2vec,
192-
authors = {Stephan Tulkens and Thomas van Dongen},
191+
@article{minishlab2024model2vec,
192+
author = {Tulkens, Stephan and {van Dongen}, Thomas},
193193
title = {Model2Vec: Fast State-of-the-Art Static Embeddings},
194194
year = {2024},
195195
url = {https://github.com/MinishLab/model2vec}

model2vec/modelcards/classifier_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Model2Vec was developed by the [Minish Lab](https://github.com/MinishLab) team c
4141

4242
Please cite the [Model2Vec repository](https://github.com/MinishLab/model2vec) if you use this model in your work.
4343
```
44-
@software{minishlab2024model2vec,
45-
authors = {Stephan Tulkens and Thomas van Dongen},
44+
@article{minishlab2024model2vec,
45+
author = {Tulkens, Stephan and {van Dongen}, Thomas},
4646
title = {Model2Vec: Fast State-of-the-Art Static Embeddings},
4747
year = {2024},
4848
url = {https://github.com/MinishLab/model2vec}

model2vec/modelcards/model_card_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ Model2Vec was developed by the [Minish Lab](https://github.com/MinishLab) team c
8282

8383
Please cite the [Model2Vec repository](https://github.com/MinishLab/model2vec) if you use this model in your work.
8484
```
85-
@software{minishlab2024model2vec,
86-
authors = {Stephan Tulkens and Thomas van Dongen},
85+
@article{minishlab2024model2vec,
86+
author = {Tulkens, Stephan and {van Dongen}, Thomas},
8787
title = {Model2Vec: Fast State-of-the-Art Static Embeddings},
8888
year = {2024},
8989
url = {https://github.com/MinishLab/model2vec}

0 commit comments

Comments
 (0)