Metadata-Version: 2.1
Name: autotrain-advanced
Version: 0.6.35
Home-page: https://github.com/huggingface/autotrain-advanced
Download-URL: https://github.com/huggingface/autotrain-advanced/tags
Author: HuggingFace Inc.
Author-email: autotrain@huggingface.co
License: Apache 2.0
Keywords: automl autonlp autotrain huggingface
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: quality
Provides-Extra: docs
License-File: LICENSE

# 🤗 AutoTrain Advanced

AutoTrain Advanced: faster and easier training and deployments of state-of-the-art machine learning models

[![Deploy on Spaces](https://huggingface.co/datasets/huggingface/badges/resolve/main/deploy-on-spaces-lg.svg)](https://huggingface.co/new-space?template=autotrain-projects/autotrain-advanced)


## Documentation

Documentation is available [here](https://hf.co/docs/autotrain/).



## Installation

You can Install AutoTrain-Advanced python package via PIP. Please note you will need python >= 3.8 for AutoTrain Advanced to work properly.

    pip install autotrain-advanced
    
Please make sure that you have git lfs installed. Check out the instructions here: https://github.com/git-lfs/git-lfs/wiki/Installation


## Colabs

| Task | Colab Link |
| --- | --- |
| LLM Fine Tuning | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/autotrain-advanced/blob/main/colabs/AutoTrain_LLM.ipynb) |
| DreamBooth Training | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/autotrain-advanced/blob/main/colabs/AutoTrain_Dreambooth.ipynb) |


## Tutorials

| Title | Link |
| --- | --- |
| How to Finetune LLMs | https://youtu.be/3fsn19OI_C8 |
| How to Train SDXL Dreambooth | https://youtu.be/gF078Lhnr94 |


## Documentation

Documentation is available at https://hf.co/docs/autotrain/
