Skip to content

Commit c271eb7

Browse files
Update README.md
1 parent c413203 commit c271eb7

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,16 @@ Documentation is available at https://hf.co/docs/autotrain/
119119
## Citation
120120

121121
```
122-
@misc{thakur2024autotrainnocodetrainingstateoftheart,
123-
title={AutoTrain: No-code training for state-of-the-art models},
124-
author={Abhishek Thakur},
125-
year={2024},
126-
eprint={2410.15735},
127-
archivePrefix={arXiv},
128-
primaryClass={cs.AI},
129-
url={https://arxiv.org/abs/2410.15735},
122+
@inproceedings{thakur-2024-autotrain,
123+
title = "{A}uto{T}rain: No-code training for state-of-the-art models",
124+
author = "Thakur, Abhishek",
125+
booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing: System Demonstrations",
126+
month = nov,
127+
year = "2024",
128+
address = "Miami, Florida, USA",
129+
publisher = "Association for Computational Linguistics",
130+
url = "https://aclanthology.org/2024.emnlp-demo.44",
131+
pages = "419--423",
132+
abstract = "With the advancements in open-source models, training(or finetuning) models on custom datasets has become a crucial part of developing solutions which are tailored to specific industrial or open-source applications. Yet, there is no single tool which simplifies the process of training across different types of modalities or tasks.We introduce AutoTrain(aka AutoTrain Advanced){---}an open-source, no code tool/library which can be used to train (or finetune) models for different kinds of tasks such as: large language model (LLM) finetuning, text classification/regression, token classification, sequence-to-sequence task, finetuning of sentence transformers, visual language model (VLM) finetuning, image classification/regression and even classification and regression tasks on tabular data. AutoTrain Advanced is an open-source library providing best practices for training models on custom datasets. The library is available at https://github.com/huggingface/autotrain-advanced. AutoTrain can be used in fully local mode or on cloud machines and works with tens of thousands of models shared on Hugging Face Hub and their variations.",
130133
}
131134
```

0 commit comments

Comments
 (0)