JingweiZuo commited on
Commit
b664863
·
verified ·
1 Parent(s): 8a0def7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -34,7 +34,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
 
@@ -126,6 +126,7 @@ You can check more in detail on our [our release blogpost](https://falcon-lm.git
126
  # Useful links
127
 
128
  - View [our release blogpost](https://falcon-lm.github.io/blog/falcon-h1/).
 
129
  - Feel free to join [our discord server](https://discord.gg/trwMYP9PYm) if you have any questions or to interact with our researchers and developers.
130
 
131
  # Citation
@@ -133,11 +134,10 @@ You can check more in detail on our [our release blogpost](https://falcon-lm.git
133
  If the Falcon-H1 family of models were helpful to your work, feel free to give us a cite.
134
 
135
  ```
136
- @misc{tiifalconh1,
137
- title = {Falcon-H1: A Family of Hybrid-Head Language Models Redefining Efficiency and Performance},
138
- url = {https://falcon-lm.github.io/blog/falcon-h1},
139
- author = {Falcon-LLM Team},
140
- month = {May},
141
- year = {2025}
142
  }
143
  ```
 
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/) and [Technical Report](https://arxiv.org/abs/2507.22448).
38
 
39
  # Usage
40
 
 
126
  # Useful links
127
 
128
  - View [our release blogpost](https://falcon-lm.github.io/blog/falcon-h1/).
129
+ - View [our technical report](https://arxiv.org/abs/2507.22448).
130
  - Feel free to join [our discord server](https://discord.gg/trwMYP9PYm) if you have any questions or to interact with our researchers and developers.
131
 
132
  # Citation
 
134
  If the Falcon-H1 family of models were helpful to your work, feel free to give us a cite.
135
 
136
  ```
137
+ @article{falconh1,
138
+ title={Falcon-H1: A Family of Hybrid-Head Language Models Redefining Efficiency and Performance},
139
+ 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},
140
+ journal = {arXiv preprint arXiv:2507.22448},
141
+ year={2025}
 
142
  }
143
  ```