0.9.1 โ€ข Published 15 days ago

@huggingface/tasks v0.9.1

Weekly downloads
-
License
MIT
Repository
github
Last release
15 days ago

Tasks

This package contains data used for https://huggingface.co/tasks.

Philosophy behind Tasks

The Task pages are made to lower the barrier of entry to understand a task that can be solved with machine learning and use or train a model to accomplish it. It's a collaborative documentation effort made to help out software developers, social scientists, or anyone with no background in machine learning that is interested in understanding how machine learning models can be used to solve a problem.

The task pages avoid jargon to let everyone understand the documentation, and if specific terminology is needed, it is explained on the most basic level possible. This is important to understand before contributing to Tasks: at the end of every task page, the user is expected to be able to find and pull a model from the Hub and use it on their data and see if it works for their use case to come up with a proof of concept.

How to Contribute

You can open a pull request to contribute a new documentation about a new task. Under src/tasks we have a folder for every task that contains two files, about.md and data.ts. about.md contains the markdown part of the page, use cases, resources and minimal code block to infer a model that belongs to the task. data.ts contains redirections to canonical models and datasets, metrics, the schema of the task and the information the inference widget needs.

Anatomy of a Task Page

We have a dataset that contains data used in the inference widget. The last file is const.ts, which has the task to library mapping (e.g. spacy to token-classification) where you can add a library. They will look in the top right corner like below.

Libraries of a Task

This might seem overwhelming, but you don't necessarily need to add all of these in one pull request or on your own, you can simply contribute one section. Feel free to ask for help whenever you need.

Other data

This package contains the definition files (written in Typescript) for the huggingface.co hub's:

  • pipeline types a.k.a. task types (used to determine which widget to display on the model page, and which inference API to run)
  • default widget inputs (when they aren't provided in the model card)
  • definitions and UI elements for model libraries (and soon for dataset libraries).

Please add to any of those definitions by opening a PR. Thanks ๐Ÿ”ฅ

โš ๏ธ The hub's definitive doc is at https://huggingface.co/docs/hub.

Feedback (feature requests, bugs, etc.) is super welcome ๐Ÿ’™๐Ÿ’š๐Ÿ’›๐Ÿ’œโ™ฅ๏ธ๐Ÿงก

0.9.1

15 days ago

0.9.0

21 days ago

0.8.0

30 days ago

0.7.1

30 days ago

0.7.0

1 month ago

0.6.1

1 month ago

0.6.0

2 months ago

0.5.2

2 months ago

0.5.1

2 months ago

0.5.0

2 months ago

0.4.0

2 months ago

0.3.4

2 months ago

0.3.3

3 months ago

0.3.2

3 months ago

0.3.1

3 months ago

0.3.0

3 months ago

0.2.2

3 months ago

0.2.1

4 months ago

0.2.0

4 months ago

0.1.2

5 months ago

0.1.3

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2-test

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago