No-code tool for training/finetuning models across modalities/tasks
Top 11.1% on sourcepulse
AutoTrain Advanced provides a no-code solution for training and deploying state-of-the-art machine learning models, targeting users who want to fine-tune LLMs or perform various NLP and image tasks without extensive coding. It simplifies the process of customizing models for specific applications, offering flexibility for both local and cloud-based execution.
How It Works
AutoTrain Advanced leverages configuration files and a user-friendly interface to abstract away complex training pipelines. It supports multiple LLM fine-tuning methods (SFT, ORPO, DPO, Reward) and various NLP tasks, with plans for image-related tasks. The system is designed to work seamlessly with Hugging Face Hub models, allowing users to specify base models, datasets, and training parameters like quantization, PEFT, and mixed precision through YAML configurations.
Quick Start & Requirements
pip install autotrain-advanced
autotrain app --port 8080 --host 127.0.0.1
autotrain --config <path_to_config_file>
Highlighted Details
Maintenance & Community
The project is actively maintained by Hugging Face. Community support channels are not explicitly mentioned in the README.
Licensing & Compatibility
The repository is licensed under the Apache 2.0 license, permitting commercial use and integration with closed-source projects.
Limitations & Caveats
Some tasks, including Token Classification, Seq2Seq, Extractive Question Answering, Image Classification, and Image Scoring/Regression, are marked as "Coming Soon." Visual Language Model (VLM) finetuning is marked as unsupported (🟥).
6 months ago
1 day