Text Generation
Transformers
Safetensors
falcon_h1
falcon-h1
JingweiZuo commited on
Commit
06d7330
·
verified ·
1 Parent(s): 434c6a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -52,7 +52,7 @@ license_link: https://falconllm.tii.ae/falcon-terms-and-conditions.html
52
 
53
  # Training details
54
 
55
- 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/).
56
 
57
  # Usage
58
 
@@ -135,6 +135,7 @@ You can check more in detail on our [our release blogpost](https://falcon-lm.git
135
  # Useful links
136
 
137
  - View [our release blogpost](https://falcon-lm.github.io/blog/falcon-h1/).
 
138
  - Feel free to join [our discord server](https://discord.gg/trwMYP9PYm) if you have any questions or to interact with our researchers and developers.
139
 
140
  # Citation
@@ -142,11 +143,10 @@ You can check more in detail on our [our release blogpost](https://falcon-lm.git
142
  If the Falcon-H1 family of models were helpful to your work, feel free to give us a cite.
143
 
144
  ```
145
- @misc{tiifalconh1,
146
- title = {Falcon-H1: A Family of Hybrid-Head Language Models Redefining Efficiency and Performance},
147
- url = {https://falcon-lm.github.io/blog/falcon-h1},
148
- author = {Falcon-LLM Team},
149
- month = {May},
150
- year = {2025}
151
  }
152
  ```
 
52
 
53
  # Training details
54
 
55
+ 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).
56
 
57
  # Usage
58
 
 
135
  # Useful links
136
 
137
  - View [our release blogpost](https://falcon-lm.github.io/blog/falcon-h1/).
138
+ - View [our technical report](https://arxiv.org/abs/2507.22448).
139
  - Feel free to join [our discord server](https://discord.gg/trwMYP9PYm) if you have any questions or to interact with our researchers and developers.
140
 
141
  # Citation
 
143
  If the Falcon-H1 family of models were helpful to your work, feel free to give us a cite.
144
 
145
  ```
146
+ @article{falconh1,
147
+ title={Falcon-H1: A Family of Hybrid-Head Language Models Redefining Efficiency and Performance},
148
+ 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},
149
+ journal = {arXiv preprint arXiv:2507.22448},
150
+ year={2025}
 
151
  }
152
  ```