autotrain-advanced


Nameautotrain-advanced JSON
Version 0.7.118 PyPI version JSON
download
home_pagehttps://github.com/huggingface/autotrain-advanced
SummaryNone
upload_time2024-05-31 09:54:20
maintainerNone
docs_urlNone
authorHuggingFace Inc.
requires_pythonNone
licenseApache 2.0
keywords automl autonlp autotrain huggingface
VCS
bugtrack_url
requirements albumentations codecarbon datasets evaluate ipadic jiwer joblib loguru pandas nltk optuna Pillow protobuf sacremoses scikit-learn sentencepiece tqdm werkzeug xgboost huggingface_hub requests einops invisible-watermark packaging cryptography nvitop tensorboard peft trl tiktoken transformers accelerate diffusers bitsandbytes rouge_score py7zr fastapi uvicorn python-multipart pydantic hf-transfer pyngrok authlib itsdangerous seqeval httpx pyyaml timm torchmetrics pycocotools sentence-transformers
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.


## Run on Colab or Hugging Face Spaces

- Run AutoTrain on Colab: [![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)


- Deploy AutoTrain on Hugging Face Spaces: [![Deploy on Spaces](https://huggingface.co/datasets/huggingface/badges/resolve/main/deploy-on-spaces-md.svg)](https://huggingface.co/login?next=%2Fspaces%2Fautotrain-projects%2Fautotrain-advanced%3Fduplicate%3Dtrue)


- Run AutoTrain UI on Colab via ngrok: [![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_ngrok.ipynb)


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


If you are not fond of UI, you can use AutoTrain Configs to train using command line or simply AutoTrain CLI.

To use config file for training, you can use the following command:

    autotrain --config <path_to_config_file>


You can find sample config files in the `configs` directory of this repository.

## 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/3e/61/10119a13a056b1904ead75b88fc755d87191c4055b86d0283a223a94fb5c/autotrain-advanced-0.7.118.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## Run on Colab or Hugging Face Spaces\n\n- Run AutoTrain on Colab: [![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- Deploy AutoTrain on Hugging Face Spaces: [![Deploy on Spaces](https://huggingface.co/datasets/huggingface/badges/resolve/main/deploy-on-spaces-md.svg)](https://huggingface.co/login?next=%2Fspaces%2Fautotrain-projects%2Fautotrain-advanced%3Fduplicate%3Dtrue)\n\n\n- Run AutoTrain UI on Colab via ngrok: [![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_ngrok.ipynb)\n\n\n## Local 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\nIf you are not fond of UI, you can use AutoTrain Configs to train using command line or simply AutoTrain CLI.\n\nTo use config file for training, you can use the following command:\n\n    autotrain --config <path_to_config_file>\n\n\nYou can find sample config files in the `configs` directory of this repository.\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.118",
    "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": "e15b9aa903f7bf3f7880bab2c6d1e8ec3edbfca685cd5e92f1a2bd54e8d5f7e4",
                "md5": "9bf713185311bba368b7f373352f60f5",
                "sha256": "624b77162ea26da1bed3f53e5d0c294f38a8a5644f80d4206a41e2030dd0c1a2"
            },
            "downloads": -1,
            "filename": "autotrain_advanced-0.7.118-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9bf713185311bba368b7f373352f60f5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 316411,
            "upload_time": "2024-05-31T09:54:17",
            "upload_time_iso_8601": "2024-05-31T09:54:17.588145Z",
            "url": "https://files.pythonhosted.org/packages/e1/5b/9aa903f7bf3f7880bab2c6d1e8ec3edbfca685cd5e92f1a2bd54e8d5f7e4/autotrain_advanced-0.7.118-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e6110119a13a056b1904ead75b88fc755d87191c4055b86d0283a223a94fb5c",
                "md5": "8572a8411dc5a349002333cd4b366ffa",
                "sha256": "799a34b56f4dcb90b5077f71517a33d608bb25bbd36527c33da83256753b3d63"
            },
            "downloads": -1,
            "filename": "autotrain-advanced-0.7.118.tar.gz",
            "has_sig": false,
            "md5_digest": "8572a8411dc5a349002333cd4b366ffa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 238196,
            "upload_time": "2024-05-31T09:54:20",
            "upload_time_iso_8601": "2024-05-31T09:54:20.838988Z",
            "url": "https://files.pythonhosted.org/packages/3e/61/10119a13a056b1904ead75b88fc755d87191c4055b86d0283a223a94fb5c/autotrain-advanced-0.7.118.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-31 09:54:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "huggingface",
    "github_project": "autotrain-advanced",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "albumentations",
            "specs": [
                [
                    "==",
                    "1.4.7"
                ]
            ]
        },
        {
            "name": "codecarbon",
            "specs": [
                [
                    "==",
                    "2.3.5"
                ]
            ]
        },
        {
            "name": "datasets",
            "specs": [
                [
                    "~=",
                    "2.19.0"
                ]
            ]
        },
        {
            "name": "evaluate",
            "specs": [
                [
                    "==",
                    "0.4.1"
                ]
            ]
        },
        {
            "name": "ipadic",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "jiwer",
            "specs": [
                [
                    "==",
                    "3.0.3"
                ]
            ]
        },
        {
            "name": "joblib",
            "specs": [
                [
                    "==",
                    "1.4.0"
                ]
            ]
        },
        {
            "name": "loguru",
            "specs": [
                [
                    "==",
                    "0.7.2"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "2.2.2"
                ]
            ]
        },
        {
            "name": "nltk",
            "specs": [
                [
                    "==",
                    "3.8.1"
                ]
            ]
        },
        {
            "name": "optuna",
            "specs": [
                [
                    "==",
                    "3.6.1"
                ]
            ]
        },
        {
            "name": "Pillow",
            "specs": [
                [
                    "==",
                    "10.3.0"
                ]
            ]
        },
        {
            "name": "protobuf",
            "specs": [
                [
                    "==",
                    "4.23.4"
                ]
            ]
        },
        {
            "name": "sacremoses",
            "specs": [
                [
                    "==",
                    "0.1.1"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": [
                [
                    "==",
                    "1.5.0"
                ]
            ]
        },
        {
            "name": "sentencepiece",
            "specs": [
                [
                    "==",
                    "0.2.0"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": [
                [
                    "==",
                    "4.66.4"
                ]
            ]
        },
        {
            "name": "werkzeug",
            "specs": [
                [
                    "==",
                    "3.0.2"
                ]
            ]
        },
        {
            "name": "xgboost",
            "specs": [
                [
                    "==",
                    "2.0.3"
                ]
            ]
        },
        {
            "name": "huggingface_hub",
            "specs": [
                [
                    "==",
                    "0.23.1"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.31.0"
                ]
            ]
        },
        {
            "name": "einops",
            "specs": [
                [
                    "==",
                    "0.7.0"
                ]
            ]
        },
        {
            "name": "invisible-watermark",
            "specs": [
                [
                    "==",
                    "0.2.0"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "24.0"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": [
                [
                    "==",
                    "42.0.5"
                ]
            ]
        },
        {
            "name": "nvitop",
            "specs": [
                [
                    "==",
                    "1.3.2"
                ]
            ]
        },
        {
            "name": "tensorboard",
            "specs": [
                [
                    "==",
                    "2.16.2"
                ]
            ]
        },
        {
            "name": "peft",
            "specs": [
                [
                    "==",
                    "0.11.1"
                ]
            ]
        },
        {
            "name": "trl",
            "specs": [
                [
                    "==",
                    "0.8.6"
                ]
            ]
        },
        {
            "name": "tiktoken",
            "specs": [
                [
                    "==",
                    "0.6.0"
                ]
            ]
        },
        {
            "name": "transformers",
            "specs": [
                [
                    "==",
                    "4.41.0"
                ]
            ]
        },
        {
            "name": "accelerate",
            "specs": [
                [
                    "==",
                    "0.30.1"
                ]
            ]
        },
        {
            "name": "diffusers",
            "specs": [
                [
                    "==",
                    "0.27.2"
                ]
            ]
        },
        {
            "name": "bitsandbytes",
            "specs": [
                [
                    "==",
                    "0.43.1"
                ]
            ]
        },
        {
            "name": "rouge_score",
            "specs": [
                [
                    "==",
                    "0.1.2"
                ]
            ]
        },
        {
            "name": "py7zr",
            "specs": [
                [
                    "==",
                    "0.21.0"
                ]
            ]
        },
        {
            "name": "fastapi",
            "specs": [
                [
                    "==",
                    "0.111.0"
                ]
            ]
        },
        {
            "name": "uvicorn",
            "specs": [
                [
                    "==",
                    "0.29.0"
                ]
            ]
        },
        {
            "name": "python-multipart",
            "specs": [
                [
                    "==",
                    "0.0.9"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    "==",
                    "2.7.1"
                ]
            ]
        },
        {
            "name": "hf-transfer",
            "specs": []
        },
        {
            "name": "pyngrok",
            "specs": [
                [
                    "==",
                    "7.1.6"
                ]
            ]
        },
        {
            "name": "authlib",
            "specs": [
                [
                    "==",
                    "1.3.0"
                ]
            ]
        },
        {
            "name": "itsdangerous",
            "specs": [
                [
                    "==",
                    "2.2.0"
                ]
            ]
        },
        {
            "name": "seqeval",
            "specs": [
                [
                    "==",
                    "1.2.2"
                ]
            ]
        },
        {
            "name": "httpx",
            "specs": [
                [
                    "==",
                    "0.27.0"
                ]
            ]
        },
        {
            "name": "pyyaml",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "timm",
            "specs": [
                [
                    "==",
                    "1.0.3"
                ]
            ]
        },
        {
            "name": "torchmetrics",
            "specs": [
                [
                    "==",
                    "1.4.0"
                ]
            ]
        },
        {
            "name": "pycocotools",
            "specs": [
                [
                    "==",
                    "2.0.7"
                ]
            ]
        },
        {
            "name": "sentence-transformers",
            "specs": [
                [
                    "==",
                    "3.0.0"
                ]
            ]
        }
    ],
    "lcname": "autotrain-advanced"
}
        
Elapsed time: 0.26039s