Update README.md
Browse files
README.md
CHANGED
|
@@ -14,10 +14,10 @@ library_name: transformers
|
|
| 14 |
|
| 15 |
## Overview
|
| 16 |
|
| 17 |
-
**Strand-Rust-Coder-14B-v1** is the first domain-specialized Rust language model created through **Fortytwo’s Swarm Inference
|
| 18 |
|
| 19 |
-
The model fine-tunes **Qwen2.5-Coder-14B** for Rust-specific programming tasks using a **191K-example synthetic dataset** built via multi-
|
| 20 |
-
It achieves **43–
|
| 21 |
|
| 22 |
## Key Features
|
| 23 |
|
|
@@ -212,6 +212,7 @@ print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:]))
|
|
| 212 |
---
|
| 213 |
|
| 214 |
**Fortytwo – An open, networked intelligence shaped collectively by its participants**
|
|
|
|
| 215 |
Join the swarm: [fortytwo.network](https://fortytwo.network)
|
| 216 |
|
| 217 |
X: [@fortytwonetwork](https://x.com/fortytwonetwork)
|
|
|
|
| 14 |
|
| 15 |
## Overview
|
| 16 |
|
| 17 |
+
**Strand-Rust-Coder-14B-v1** is the first domain-specialized Rust language model created through **Fortytwo’s Swarm Inference**, a decentralized AI architecture where multiple models collaboratively generate, validate, and rank outputs through peer consensus.
|
| 18 |
|
| 19 |
+
The model fine-tunes **Qwen2.5-Coder-14B** for Rust-specific programming tasks using a **191K-example synthetic dataset** built via multi-model generation and peer-reviewed validation.
|
| 20 |
+
It achieves **43–48% accuracy** on Rust-specific benchmarks – surpassing much larger proprietary models like GPT-5 Codex on Rust tasks – while maintaining competitive general coding performance.
|
| 21 |
|
| 22 |
## Key Features
|
| 23 |
|
|
|
|
| 212 |
---
|
| 213 |
|
| 214 |
**Fortytwo – An open, networked intelligence shaped collectively by its participants**
|
| 215 |
+
|
| 216 |
Join the swarm: [fortytwo.network](https://fortytwo.network)
|
| 217 |
|
| 218 |
X: [@fortytwonetwork](https://x.com/fortytwonetwork)
|