Text Generation
Transformers
GGUF
inikitin commited on
Commit
61b5552
·
verified ·
1 Parent(s): 27872ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -27,7 +27,7 @@ It achieves **43–48% accuracy** on Rust-specific benchmarks – surpassing muc
27
  - **Peer-validated synthetic dataset** (191,008 verified examples, 94.3% compile rate)
28
  - **LoRA-based fine-tuning** for efficient adaptation
29
  - **Benchmarked across Rust-specific suites:**
30
- - **RustEvo²**
31
  - **Evaluation on Hold-Out Set**
32
  - **Deployed in the Fortytwo decentralized inference network** for collective AI reasoning
33
 
@@ -35,7 +35,7 @@ It achieves **43–48% accuracy** on Rust-specific benchmarks – surpassing muc
35
 
36
  ## Performance Summary
37
 
38
- | **Model** | **Hold-Out Set** | **RustEvo²** |
39
  |------------|------------------|---------------|
40
  | **Fortytwo-Rust-One-14B (Ours)** | **48.00%** | **43.00%** |
41
  | openai/gpt-5-codex | 47.00% | 28.00% |
 
27
  - **Peer-validated synthetic dataset** (191,008 verified examples, 94.3% compile rate)
28
  - **LoRA-based fine-tuning** for efficient adaptation
29
  - **Benchmarked across Rust-specific suites:**
30
+ - **RustEvo^2**
31
  - **Evaluation on Hold-Out Set**
32
  - **Deployed in the Fortytwo decentralized inference network** for collective AI reasoning
33
 
 
35
 
36
  ## Performance Summary
37
 
38
+ | **Model** | **Hold-Out Set** | **RustEvo^2** |
39
  |------------|------------------|---------------|
40
  | **Fortytwo-Rust-One-14B (Ours)** | **48.00%** | **43.00%** |
41
  | openai/gpt-5-codex | 47.00% | 28.00% |