From 955230f2b4545decfd30f82537c221db826731c2 Mon Sep 17 00:00:00 2001 From: stephantul Date: Thu, 10 Apr 2025 14:03:59 +0200 Subject: [PATCH] fix bibtex --- README.md | 4 ++-- model2vec/modelcards/classifier_template.md | 4 ++-- model2vec/modelcards/model_card_template.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index de1c4e4a..ff643b89 100644 --- a/README.md +++ b/README.md @@ -188,8 +188,8 @@ MIT If you use Model2Vec in your research, please cite the following: ```bibtex -@software{minishlab2024model2vec, - authors = {Stephan Tulkens and Thomas van Dongen}, +@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} diff --git a/model2vec/modelcards/classifier_template.md b/model2vec/modelcards/classifier_template.md index 6beed85f..bb01fad1 100644 --- a/model2vec/modelcards/classifier_template.md +++ b/model2vec/modelcards/classifier_template.md @@ -41,8 +41,8 @@ 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. ``` -@software{minishlab2024model2vec, - authors = {Stephan Tulkens and Thomas van Dongen}, +@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} diff --git a/model2vec/modelcards/model_card_template.md b/model2vec/modelcards/model_card_template.md index 3d769c7b..3f51cd3b 100644 --- a/model2vec/modelcards/model_card_template.md +++ b/model2vec/modelcards/model_card_template.md @@ -82,8 +82,8 @@ 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. ``` -@software{minishlab2024model2vec, - authors = {Stephan Tulkens and Thomas van Dongen}, +@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}