Transformers
GGUF
falcon-h1
conversational
JingweiZuo commited on
Commit
18cc981
·
verified ·
1 Parent(s): d130d05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -8
README.md CHANGED
@@ -1,5 +1,24 @@
1
  ---
2
  library_name: transformers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  tags:
4
  - falcon-h1
5
  license: other
@@ -34,7 +53,7 @@ inference: true
34
 
35
  # Training details
36
 
37
- For more details about the training protocol of this model, please refer to the [Falcon-H1 technical blogpost](https://falcon-lm.github.io/blog/falcon-h1/).
38
 
39
  # Usage
40
 
@@ -124,6 +143,7 @@ You can check more in detail on our [our release blogpost](https://falcon-lm.git
124
  # Useful links
125
 
126
  - View [our release blogpost](https://falcon-lm.github.io/blog/falcon-h1/).
 
127
  - Feel free to join [our discord server](https://discord.gg/trwMYP9PYm) if you have any questions or to interact with our researchers and developers.
128
 
129
  # Citation
@@ -131,11 +151,9 @@ You can check more in detail on our [our release blogpost](https://falcon-lm.git
131
  If the Falcon-H1 family of models were helpful to your work, feel free to give us a cite.
132
 
133
  ```
134
- @misc{tiifalconh1,
135
- title = {Falcon-H1: A Family of Hybrid-Head Language Models Redefining Efficiency and Performance},
136
- url = {https://falcon-lm.github.io/blog/falcon-h1},
137
- author = {Falcon-LLM Team},
138
- month = {May},
139
- year = {2025}
140
  }
141
- ```
 
1
  ---
2
  library_name: transformers
3
+ language:
4
+ - ar
5
+ - cs
6
+ - de
7
+ - en
8
+ - es
9
+ - fr
10
+ - hi
11
+ - it
12
+ - ja
13
+ - ko
14
+ - nl
15
+ - pl
16
+ - pt
17
+ - ro
18
+ - ru
19
+ - sv
20
+ - ur
21
+ - zh
22
  tags:
23
  - falcon-h1
24
  license: other
 
53
 
54
  # Training details
55
 
56
+ For more details about the training protocol of this model, please refer to the [Falcon-H1 technical blogpost](https://falcon-lm.github.io/blog/falcon-h1/) and [Technical Report](https://arxiv.org/abs/2507.22448).
57
 
58
  # Usage
59
 
 
143
  # Useful links
144
 
145
  - View [our release blogpost](https://falcon-lm.github.io/blog/falcon-h1/).
146
+ - View [our technical report](https://arxiv.org/abs/2507.22448).
147
  - Feel free to join [our discord server](https://discord.gg/trwMYP9PYm) if you have any questions or to interact with our researchers and developers.
148
 
149
  # Citation
 
151
  If the Falcon-H1 family of models were helpful to your work, feel free to give us a cite.
152
 
153
  ```
154
+ @article{falconh1,
155
+ title={Falcon-H1: A Family of Hybrid-Head Language Models Redefining Efficiency and Performance},
156
+ author={Jingwei Zuo and Maksim Velikanov and Ilyas Chahed and Younes Belkada and Dhia Eddine Rhayem and Guillaume Kunsch and Hakim Hacid and Hamza Yous and Brahim Farhat and Ibrahim Khadraoui and Mugariya Farooq and Giulia Campesan and Ruxandra Cojocaru and Yasser Djilali and Shi Hu and Iheb Chaabane and Puneesh Khanna and Mohamed El Amine Seddik and Ngoc Dung Huynh and Phuc Le Khac and Leen AlQadi and Billel Mokeddem and Mohamed Chami and Abdalgader Abubaker and Mikhail Lubinets and Kacper Piskorski and Slim Frikha},
157
+ journal = {arXiv preprint arXiv:2507.22448},
158
+ year={2025}
 
159
  }