johnbean393 commited on
Commit
b250a1d
·
verified ·
1 Parent(s): fbf7b5d

Publish corrected model evaluation scoreboard

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -116,3 +116,14 @@ separate termination diagnostics.
116
  The corpus combines sources with different upstream terms. The parent dataset
117
  card documents provenance and license labels; this repository does not replace
118
  those terms with a blanket license.
 
 
 
 
 
 
 
 
 
 
 
 
116
  The corpus combines sources with different upstream terms. The parent dataset
117
  card documents provenance and license labels; this repository does not replace
118
  those terms with a blanket license.
119
+
120
+ <!-- FLUID2_EVAL_RESULTS_START -->
121
+ ## Published model results
122
+
123
+ All results below use deterministic greedy SGLang inference. EM, CER, and WER exclude both EOS-only rows and generation-capped rows; the exclusion counts are shown explicitly.
124
+
125
+ | Model | Scored rows | EOS-only excluded | Capped excluded | EM | CER | WER | Evaluated revision |
126
+ |---|---:|---:|---:|---:|---:|---:|---|
127
+ | [0.8B](https://huggingface.co/johnbean393/fluid-2-qwen3.5-0.8b-beta) | 7,010 | 121 | 30 | 27.6605% | 17.8294% | 28.2930% | `e42c24cc3b71` |
128
+
129
+ <!-- FLUID2_EVAL_RESULTS_END -->