Text Generation
Transformers
Safetensors
qwen2
conversational
text-generation-inference
inikitin commited on
Commit
c69c4eb
·
verified ·
1 Parent(s): 8e17bbd

Update README.md

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