competitions


Namecompetitions JSON
Version 0.1.6 PyPI version JSON
download
home_pagehttps://github.com/huggingface/competitions
SummaryHugging Face Competitions
upload_time2024-01-16 09:09:54
maintainer
docs_urlNone
authorHuggingFace Inc.
requires_python>=3.10
licenseApache 2.0
keywords huggingface competitions machine learning ai nlp tabular
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Competitions

Create a machine learning competition for your organization, friends or the world!

## Getting Started

There are two types of competitions you can create:

- generic: a competition where you provide the data and the participants provide the predictions as a CSV file. all the test data is always available to the participants.

- script: a competition where you provide the data and the participants provide the code that generates the predictions. test data can be hidden from the participants.

## Costs

Creating a competition is free. However, you will need to pay for the compute resources used to run the competition. The cost of the compute resources depends the type of competition you create.

- generic: generic competitions are free to run. you can, however, upgrade the compute to cpu-basic to speed up the metric calculation and reduce the waiting time for the participants.

- script: script competitions require a compute resource to run the participant's code. you can choose between a variety of cpu and gpu instances (T4, A10g and even A100). the cost of the compute resource is charged per hour.

For information on the cost of the compute resources, please see the [pricing page](https://huggingface.co/docs/hub/spaces-overview#hardware-resources).

## Visibility

You can choose to make your competition public or private. Public competitions are visible to everyone and anyone can participate. Private competitions are only visible to the people you invite!

## How to create a competition?

Please read the [docs](https://huggingface.co/docs/competitions) to learn how to create a competition.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/huggingface/competitions",
    "name": "competitions",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "huggingface competitions machine learning ai nlp tabular",
    "author": "HuggingFace Inc.",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a1/0b/300d4dca14c912599dd8302404a8e64b943558698e82a2a86cb1869a8015/competitions-0.1.6.tar.gz",
    "platform": null,
    "description": "# Competitions\n\nCreate a machine learning competition for your organization, friends or the world!\n\n## Getting Started\n\nThere are two types of competitions you can create:\n\n- generic: a competition where you provide the data and the participants provide the predictions as a CSV file. all the test data is always available to the participants.\n\n- script: a competition where you provide the data and the participants provide the code that generates the predictions. test data can be hidden from the participants.\n\n## Costs\n\nCreating a competition is free. However, you will need to pay for the compute resources used to run the competition. The cost of the compute resources depends the type of competition you create.\n\n- generic: generic competitions are free to run. you can, however, upgrade the compute to cpu-basic to speed up the metric calculation and reduce the waiting time for the participants.\n\n- script: script competitions require a compute resource to run the participant's code. you can choose between a variety of cpu and gpu instances (T4, A10g and even A100). the cost of the compute resource is charged per hour.\n\nFor information on the cost of the compute resources, please see the [pricing page](https://huggingface.co/docs/hub/spaces-overview#hardware-resources).\n\n## Visibility\n\nYou can choose to make your competition public or private. Public competitions are visible to everyone and anyone can participate. Private competitions are only visible to the people you invite!\n\n## How to create a competition?\n\nPlease read the [docs](https://huggingface.co/docs/competitions) to learn how to create a competition.\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Hugging Face Competitions",
    "version": "0.1.6",
    "project_urls": {
        "Download": "https://github.com/huggingface/competitions/tags",
        "Homepage": "https://github.com/huggingface/competitions"
    },
    "split_keywords": [
        "huggingface",
        "competitions",
        "machine",
        "learning",
        "ai",
        "nlp",
        "tabular"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65ca62fbd33de8d97a5e3b5e37e1178ef4fbc6f76c8147723ba9e880e25c1aff",
                "md5": "79bae9744638cdde7652832932f73cf2",
                "sha256": "5062880d1f6075826dd9cc783aee0c3b06529298915d65e82c69bed4b2b5855a"
            },
            "downloads": -1,
            "filename": "competitions-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "79bae9744638cdde7652832932f73cf2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 39673,
            "upload_time": "2024-01-16T09:09:53",
            "upload_time_iso_8601": "2024-01-16T09:09:53.052505Z",
            "url": "https://files.pythonhosted.org/packages/65/ca/62fbd33de8d97a5e3b5e37e1178ef4fbc6f76c8147723ba9e880e25c1aff/competitions-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a10b300d4dca14c912599dd8302404a8e64b943558698e82a2a86cb1869a8015",
                "md5": "a1cc2040b08d3dfd97da590bf4b609f8",
                "sha256": "d7e2375572c8df96cd00b11ecbbe0fc340adaf473654dea3933dee7587b69f91"
            },
            "downloads": -1,
            "filename": "competitions-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "a1cc2040b08d3dfd97da590bf4b609f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 31150,
            "upload_time": "2024-01-16T09:09:54",
            "upload_time_iso_8601": "2024-01-16T09:09:54.515527Z",
            "url": "https://files.pythonhosted.org/packages/a1/0b/300d4dca14c912599dd8302404a8e64b943558698e82a2a86cb1869a8015/competitions-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-16 09:09:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "huggingface",
    "github_project": "competitions",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "competitions"
}
        
Elapsed time: 0.19287s