Skip to content

Commit

Permalink
Add links to issue in hacktoberfest challenges (#987)
Browse files Browse the repository at this point in the history
* Update datasets_without_language.md

* Update model_license_other.md
  • Loading branch information
Wauplin authored Oct 2, 2023
1 parent 4440daa commit 6774091
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hacktoberfest_challenges/datasets_without_language.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Datasets without language challenge

Related to https://github.com/huggingface/hub-docs/issues/986.

## Context

The Hugging Face Hub hosts hundreds of thousands of public models and datasets. These datasets and models cover a wide range of languages. One of the main ways in which it's possible to know what language a dataset is in is by looking at the `language` field in the dataset's [metadata](https://huggingface.co/docs/hub/datasets-cards#dataset-card-metadata) section of the dataset card.
Expand Down
2 changes: 2 additions & 0 deletions hacktoberfest_challenges/model_license_other.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

# Model `license:other` challenge

Related to https://github.com/huggingface/hub-docs/issues/985.

## Context

The Hugging Face Hub hosts hundreds of thousands of public models and datasets. Public doesn't necessarily mean open-source without any limitations. Authors can define which license applies to the work they share (e.g. [MIT](https://opensource.org/license/mit/), [Apache2.0](https://www.apache.org/licenses/LICENSE-2.0), [OpenRAIL](https://huggingface.co/blog/open_rail), etc.). All users must be able to quickly know which license applies to which model and even to list models with a specific license (e.g. [Apache2.0](https://huggingface.co/models?license=license:apache-2.0&sort=trending)). The Hub relies on the [Model Card](https://huggingface.co/docs/hub/model-cards) to do so. A Model Card is a file attached to a model providing handy information. They are essential for discoverability, reproducibility and sharing. In our case, we will focus on the [metadata](https://huggingface.co/docs/hub/model-cards#model-card-metadata) section of the Model Card. This metadata contains valuable information, including a `license` tag.
Expand Down

0 comments on commit 6774091

Please sign in to comment.