Skip to content

Commit

Permalink
Hacktoberfest: no-license models challenge (#991)
Browse files Browse the repository at this point in the history
* Hacktoberfest: no-license models challenge

* update llama2
  • Loading branch information
Wauplin authored Oct 4, 2023
1 parent 06694c5 commit a0906be
Show file tree
Hide file tree
Showing 3 changed files with 635 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hacktoberfest_challenges/model_license_other.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Related to https://github.com/huggingface/hub-docs/issues/985.

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.

In this challenge, we will focus on models that as the license `"other"`. This means that the model has a custom license defined by the author. For example, models from Coqui have their own [coqui-public-model-license](https://coqui.ai/cpml). Historically, this information was not available in the model card metadata. This is now possible by adding the license name and a URL to it:
In this challenge, we will focus on models that have the license `"other"`. This means that the model has a custom license defined by the author. For example, models from Coqui have their own [coqui-public-model-license](https://coqui.ai/cpml). Historically, this information was not available in the model card metadata. This is now possible by adding the license name and a URL to it:


```yaml
Expand Down
Loading

0 comments on commit a0906be

Please sign in to comment.