Datasets:
Card: link the models trained on this dataset
Browse files
README.md
CHANGED
|
@@ -276,6 +276,21 @@ specification.
|
|
| 276 |
- **Not independently verified.** v2 has not yet been checked with a training A/B run on `eval_core`, and has had
|
| 277 |
no independent human review beyond the review samples.
|
| 278 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 279 |
## Licence and attribution
|
| 280 |
|
| 281 |
- **Dataset.** Released under **CC-BY-4.0**.
|
|
|
|
| 276 |
- **Not independently verified.** v2 has not yet been checked with a training A/B run on `eval_core`, and has had
|
| 277 |
no independent human review beyond the review samples.
|
| 278 |
|
| 279 |
+
## Models trained on this dataset
|
| 280 |
+
|
| 281 |
+
Three from-scratch Llama-style models were pretrained on 550M fineweb-edu tokens and then fine-tuned on all
|
| 282 |
+
of `gpio_actions_v2` train for 2 epochs. Numbers are greedy exact match on `eval`, before any validator:
|
| 283 |
+
|
| 284 |
+
| Model | Parameters | `eval` exact match | Pi Zero 2 W p50 (C engine, `eval_core`) |
|
| 285 |
+
|---|---|---|---|
|
| 286 |
+
| [gpio-llm-pico-rpi5](https://huggingface.co/AwaleSagar/gpio-llm-pico-rpi5) | 2.7M | 91.88% | 86 ms |
|
| 287 |
+
| [gpio-llm-nano-rpi5](https://huggingface.co/AwaleSagar/gpio-llm-nano-rpi5) | 5.0M | 93.61% | 132 ms |
|
| 288 |
+
| [gpio-llm-base-rpi5](https://huggingface.co/AwaleSagar/gpio-llm-base-rpi5) | 18.8M | 95.17% | 498 ms |
|
| 289 |
+
|
| 290 |
+
The training code and the offline C inference engine are at
|
| 291 |
+
[github.com/AwaleSagar/gpio-llm](https://github.com/AwaleSagar/gpio-llm). All of it is grouped in the
|
| 292 |
+
[GPIO-LLM collection](https://huggingface.co/collections/AwaleSagar/gpio-llm-6aaea402d46359e24f36501b).
|
| 293 |
+
|
| 294 |
## Licence and attribution
|
| 295 |
|
| 296 |
- **Dataset.** Released under **CC-BY-4.0**.
|