Update README.md
Browse files
README.md
CHANGED
|
@@ -34,7 +34,7 @@ license_link: https://falconllm.tii.ae/falcon-terms-and-conditions.html
|
|
| 34 |
|
| 35 |
# Training details
|
| 36 |
|
| 37 |
-
For more details about the training protocol of this model, please refer to the [
|
| 38 |
|
| 39 |
# Usage
|
| 40 |
|
|
@@ -87,7 +87,7 @@ ollama run hf.co/tiiuae/Falcon-H1-Tiny-R-90M:Q8_0
|
|
| 87 |
### Apple `mlx`
|
| 88 |
|
| 89 |
```bash
|
| 90 |
-
mlx_lm.chat --model tiiuae/
|
| 91 |
```
|
| 92 |
|
| 93 |
### vLLM
|
|
@@ -109,7 +109,7 @@ python -m sglang.launch_server \
|
|
| 109 |
|
| 110 |
# Evaluation
|
| 111 |
|
| 112 |
-
For detailed evaluation of
|
| 113 |
|
| 114 |
# Useful links
|
| 115 |
|
|
@@ -118,12 +118,12 @@ For detailed evaluation of Tiny-H1 series, please refer to our [technical blogpo
|
|
| 118 |
|
| 119 |
# Citation
|
| 120 |
|
| 121 |
-
If the
|
| 122 |
|
| 123 |
```
|
| 124 |
@misc{falcon_h1_tiny,
|
| 125 |
title={Falcon-H1-Tiny: A series of extremely small, yet powerful language models redefining capabilities at small scale},
|
| 126 |
author={Falcon-LLM Team},
|
| 127 |
-
year={
|
| 128 |
}
|
| 129 |
```
|
|
|
|
| 34 |
|
| 35 |
# Training details
|
| 36 |
|
| 37 |
+
For more details about the training protocol of this model, please refer to the [Falcon-H1-Tiny technical blogpost](https://huggingface.co/spaces/tiiuae/tiny-h1-blogpost).
|
| 38 |
|
| 39 |
# Usage
|
| 40 |
|
|
|
|
| 87 |
### Apple `mlx`
|
| 88 |
|
| 89 |
```bash
|
| 90 |
+
mlx_lm.chat --model tiiuae/Falcon-H1-Tiny-R-90M
|
| 91 |
```
|
| 92 |
|
| 93 |
### vLLM
|
|
|
|
| 109 |
|
| 110 |
# Evaluation
|
| 111 |
|
| 112 |
+
For detailed evaluation of Falcon-H1-Tiny series, please refer to our [technical blogpost](https://huggingface.co/spaces/tiiuae/tiny-h1-blogpost)
|
| 113 |
|
| 114 |
# Useful links
|
| 115 |
|
|
|
|
| 118 |
|
| 119 |
# Citation
|
| 120 |
|
| 121 |
+
If the Falcon-H1-Tiny family of models were helpful to your work, feel free to give us a cite.
|
| 122 |
|
| 123 |
```
|
| 124 |
@misc{falcon_h1_tiny,
|
| 125 |
title={Falcon-H1-Tiny: A series of extremely small, yet powerful language models redefining capabilities at small scale},
|
| 126 |
author={Falcon-LLM Team},
|
| 127 |
+
year={2026},
|
| 128 |
}
|
| 129 |
```
|