Text Generation
Transformers
Safetensors
English
conversational
pymlex commited on
Commit
3f2b440
·
verified ·
1 Parent(s): 552da21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -76,11 +76,10 @@ Validation accuracy gradually grows with small oscillations:
76
 
77
  ## Evaluation
78
 
79
- Validation was run on the first `1,000` examples of the validation split with batch size `200`.
80
 
81
- The final result is:
82
-
83
- - Validation accuracy: `0.8200` (`820/1000`)
84
 
85
  ## Inference
86
 
 
76
 
77
  ## Evaluation
78
 
79
+ Validation was run on the first `1,000` examples of the validation split with batch size `200`. The validation accuracy is:
80
 
81
+ - Original model: `0.1310` (`131/1000)
82
+ - Reasoning fine-tuning: `0.82` (`820/1000`)
 
83
 
84
  ## Inference
85