Improve model card: Add pipeline tag, update license, and add project links
Browse filesThis PR enhances the model card by:
* Adding the `pipeline_tag: text-generation` to the metadata, which ensures the model appears under the relevant filter on the Hugging Face Hub (`huggingface.co/models?pipeline_tag=text-generation`).
* Updating the `license` to `apache-2.0` (standard SPDX identifier) for clarity and consistency, as indicated by the project's GitHub repository, and removing the specific `license_name` and `license_link` fields which become redundant.
* Removing the `base_model` metadata, as this model is a foundational 'base' model within the Falcon-H1 family, not a fine-tuned version of another model on the Hub.
* Adding direct links to the Hugging Face paper page, the official GitHub repository, and the project homepage for easier navigation and improved discoverability of related resources.
* Updating the license information within the model description for consistency with the metadata.
|
@@ -1,5 +1,4 @@
|
|
| 1 |
---
|
| 2 |
-
library_name: transformers
|
| 3 |
language:
|
| 4 |
- ar
|
| 5 |
- cs
|
|
@@ -19,18 +18,27 @@ language:
|
|
| 19 |
- sv
|
| 20 |
- ur
|
| 21 |
- zh
|
|
|
|
|
|
|
| 22 |
tags:
|
| 23 |
- falcon-h1
|
| 24 |
-
license: other
|
| 25 |
-
license_name: falcon-llm-license
|
| 26 |
-
license_link: https://falconllm.tii.ae/falcon-terms-and-conditions.html
|
| 27 |
-
base_model: tiiuae/Falcon-H1-3B-Base
|
| 28 |
inference: true
|
|
|
|
| 29 |
---
|
| 30 |
|
| 31 |
<img src="https://huggingface.co/datasets/tiiuae/documentation-images/resolve/main/falcon_mamba/falcon-h1-logo.png" alt="drawing" width="800"/>
|
| 32 |
|
| 33 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
0. [TL;DR](#TL;DR)
|
| 36 |
1. [Model Details](#model-details)
|
|
@@ -49,7 +57,7 @@ inference: true
|
|
| 49 |
- **Model type:** Causal decoder-only
|
| 50 |
- **Architecture:** Hybrid Transformers + Mamba architecture
|
| 51 |
- **Language(s) (NLP):** English, Multilingual
|
| 52 |
-
- **License:**
|
| 53 |
|
| 54 |
# Training details
|
| 55 |
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- ar
|
| 4 |
- cs
|
|
|
|
| 18 |
- sv
|
| 19 |
- ur
|
| 20 |
- zh
|
| 21 |
+
library_name: transformers
|
| 22 |
+
license: apache-2.0
|
| 23 |
tags:
|
| 24 |
- falcon-h1
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
inference: true
|
| 26 |
+
pipeline_tag: text-generation
|
| 27 |
---
|
| 28 |
|
| 29 |
<img src="https://huggingface.co/datasets/tiiuae/documentation-images/resolve/main/falcon_mamba/falcon-h1-logo.png" alt="drawing" width="800"/>
|
| 30 |
|
| 31 |
+
# Falcon-H1: A Family of Hybrid-Head Language Models Redefining Efficiency and Performance
|
| 32 |
+
|
| 33 |
+
## Links
|
| 34 |
+
- 📄 [Paper on Hugging Face](https://huggingface.co/papers/2507.22448)
|
| 35 |
+
- 💻 [Code on GitHub](https://github.com/tiiuae/Falcon-H1)
|
| 36 |
+
- 🌐 [Project Homepage](https://tiiuae.github.io/Falcon-H1/)
|
| 37 |
+
- 📰 [Release Blogpost](https://falcon-lm.github.io/blog/falcon-h1/)
|
| 38 |
+
- 🎮 [Hugging Face Demo](https://huggingface.co/spaces/tiiuae/Falcon-H1-playground)
|
| 39 |
+
- 💬 [Discord Server](https://discord.gg/trwMYP9PYm)
|
| 40 |
+
|
| 41 |
+
# Table of Contents
|
| 42 |
|
| 43 |
0. [TL;DR](#TL;DR)
|
| 44 |
1. [Model Details](#model-details)
|
|
|
|
| 57 |
- **Model type:** Causal decoder-only
|
| 58 |
- **Architecture:** Hybrid Transformers + Mamba architecture
|
| 59 |
- **Language(s) (NLP):** English, Multilingual
|
| 60 |
+
- **License:** Apache 2.0
|
| 61 |
|
| 62 |
# Training details
|
| 63 |
|