autotrain-advanced


Nameautotrain-advanced JSON
Version 0.7.76 PyPI version JSON
download
home_pagehttps://github.com/huggingface/autotrain-advanced
SummaryNone
upload_time2024-04-29 12:28:31
maintainerNone
docs_urlNone
authorHuggingFace Inc.
requires_pythonNone
licenseApache 2.0
keywords automl autonlp autotrain huggingface
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🤗 AutoTrain Advanced

AutoTrain Advanced: faster and easier training and deployments of state-of-the-art machine learning models. AutoTrain Advanced is a no-code solution that allows you to train machine learning models in just a few clicks. Please note that you must upload data in correct format for project to be created. For help regarding proper data format and pricing, check out the documentation. 

NOTE: AutoTrain is free! You only pay for the resources you use in case you decide to run AutoTrain on Hugging Face Spaces. When running locally, you only pay for the resources you use on your own infrastructure.


[![Deploy on Spaces](https://huggingface.co/datasets/huggingface/badges/resolve/main/deploy-on-spaces-md.svg)](https://huggingface.co/new-space?template=autotrain-projects/autotrain-advanced) [![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.ipynb)


## Installation

You can Install AutoTrain-Advanced python package via PIP. Please note you will need python >= 3.10 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

You also need to install torch, torchaudio and torchvision.

The best way to run autotrain is in a conda environment. You can create a new conda environment with the following command:

    conda create -n autotrain python=3.10
    conda activate autotrain
    pip install autotrain-advanced
    conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
    conda install -c "nvidia/label/cuda-12.1.0" cuda-nvcc

Once done, you can start the application using:

    autotrain app --port 8080 --host 127.0.0.1


## 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) |


## Documentation

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/huggingface/autotrain-advanced",
    "name": "autotrain-advanced",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "automl autonlp autotrain huggingface",
    "author": "HuggingFace Inc.",
    "author_email": "autotrain@huggingface.co",
    "download_url": "https://files.pythonhosted.org/packages/c9/58/341458932bec05592c2104ccaef0cf642bb1823db29546f5e50684f551ef/autotrain-advanced-0.7.76.tar.gz",
    "platform": null,
    "description": "# \ud83e\udd17 AutoTrain Advanced\n\nAutoTrain Advanced: faster and easier training and deployments of state-of-the-art machine learning models. AutoTrain Advanced is a no-code solution that allows you to train machine learning models in just a few clicks. Please note that you must upload data in correct format for project to be created. For help regarding proper data format and pricing, check out the documentation. \n\nNOTE: AutoTrain is free! You only pay for the resources you use in case you decide to run AutoTrain on Hugging Face Spaces. When running locally, you only pay for the resources you use on your own infrastructure.\n\n\n[![Deploy on Spaces](https://huggingface.co/datasets/huggingface/badges/resolve/main/deploy-on-spaces-md.svg)](https://huggingface.co/new-space?template=autotrain-projects/autotrain-advanced) [![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.ipynb)\n\n\n## Installation\n\nYou can Install AutoTrain-Advanced python package via PIP. Please note you will need python >= 3.10 for AutoTrain Advanced to work properly.\n\n    pip install autotrain-advanced\n    \nPlease make sure that you have git lfs installed. Check out the instructions here: https://github.com/git-lfs/git-lfs/wiki/Installation\n\nYou also need to install torch, torchaudio and torchvision.\n\nThe best way to run autotrain is in a conda environment. You can create a new conda environment with the following command:\n\n    conda create -n autotrain python=3.10\n    conda activate autotrain\n    pip install autotrain-advanced\n    conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia\n    conda install -c \"nvidia/label/cuda-12.1.0\" cuda-nvcc\n\nOnce done, you can start the application using:\n\n    autotrain app --port 8080 --host 127.0.0.1\n\n\n## Colabs\n\n| Task | Colab Link |\n| --- | --- |\n| 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) |\n| 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) |\n\n\n## Documentation\n\nDocumentation is available at https://hf.co/docs/autotrain/\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": null,
    "version": "0.7.76",
    "project_urls": {
        "Download": "https://github.com/huggingface/autotrain-advanced/tags",
        "Homepage": "https://github.com/huggingface/autotrain-advanced"
    },
    "split_keywords": [
        "automl",
        "autonlp",
        "autotrain",
        "huggingface"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc14a7f9aa17c480432f1be160f43908b92ecfa56fcfaa4b49b4e26220e9acba",
                "md5": "f0800a1c1e3b8b0c65955bd3c29c4937",
                "sha256": "dad08edf2ea12b24470b544ef0b7077cb2ec61cc6fd0cfe39ab4329999b1486e"
            },
            "downloads": -1,
            "filename": "autotrain_advanced-0.7.76-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f0800a1c1e3b8b0c65955bd3c29c4937",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 269170,
            "upload_time": "2024-04-29T12:28:28",
            "upload_time_iso_8601": "2024-04-29T12:28:28.338607Z",
            "url": "https://files.pythonhosted.org/packages/dc/14/a7f9aa17c480432f1be160f43908b92ecfa56fcfaa4b49b4e26220e9acba/autotrain_advanced-0.7.76-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c958341458932bec05592c2104ccaef0cf642bb1823db29546f5e50684f551ef",
                "md5": "673aa1d1fadcfd5c500008cc726b6dd3",
                "sha256": "2689d24bade3d21d5e1753c886e4373a504643d9663246a912c15eb6a751a8b3"
            },
            "downloads": -1,
            "filename": "autotrain-advanced-0.7.76.tar.gz",
            "has_sig": false,
            "md5_digest": "673aa1d1fadcfd5c500008cc726b6dd3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 213905,
            "upload_time": "2024-04-29T12:28:31",
            "upload_time_iso_8601": "2024-04-29T12:28:31.331573Z",
            "url": "https://files.pythonhosted.org/packages/c9/58/341458932bec05592c2104ccaef0cf642bb1823db29546f5e50684f551ef/autotrain-advanced-0.7.76.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 12:28:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "huggingface",
    "github_project": "autotrain-advanced",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "autotrain-advanced"
}
        
Elapsed time: 0.26522s