johnbean393 commited on
Commit
e7f6a4b
·
verified ·
1 Parent(s): 62bcf77

Merge evaluation tables and remove WER column

Browse files
Files changed (1) hide show
  1. README.md +9 -26
README.md CHANGED
@@ -96,23 +96,6 @@ completion-token limit are likewise reported separately and excluded from those
96
  text-quality scores. Throughput and inference-failure counts still cover the full
97
  7,161-request census.
98
 
99
- ## Reference 0.8B beta result
100
-
101
- The selected
102
- [`johnbean393/fluid-2-qwen3.5-0.8b-beta`](https://huggingface.co/johnbean393/fluid-2-qwen3.5-0.8b-beta)
103
- checkpoint produced these corrected deterministic greedy scores:
104
-
105
- | System | Scored rows | Exact match | CER | WER |
106
- |---|---:|---:|---:|---:|
107
- | Fluid 2 Qwen3.5 0.8B Beta | 7,010 | **27.6605%** | **17.8294%** | **28.2930%** |
108
- | Raw `asr_text` copy baseline | 7,010 | 3.9372% | 39.0639% | 60.0924% |
109
-
110
- The model reduces CER by 54.36% and WER by 52.92% relative to the raw-ASR copy
111
- baseline on the identical scoring cohort. The primary denominator excludes 121
112
- EOS-only rows and 30 generations that reached the 4,096-token completion limit.
113
- Both cohorts remain in the full 7,161-request evaluation and are reported as
114
- separate termination diagnostics.
115
-
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.
@@ -120,15 +103,15 @@ those terms with a blanket license.
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 Beta](https://huggingface.co/johnbean393/fluid-2-qwen3.5-0.8b-beta) | 7,010 | 121 | 30 | 27.6605% | 17.8294% | 28.2930% | `e42c24cc3b71` |
128
- | [2B Beta](https://huggingface.co/johnbean393/fluid-2-qwen3.5-2b-beta) | 7,016 | 121 | 24 | 30.3449% | 17.4199% | 27.4544% | `f71a0445a8f1` |
129
- | [4B Beta](https://huggingface.co/johnbean393/fluid-2-qwen3.5-4b-beta) | 7,024 | 121 | 16 | 33.5849% | 16.4947% | 25.4750% | `f6e0aaa0dac4` |
130
- | [0.8B Beta1](https://huggingface.co/johnbean393/fluid-2-qwen3.5-0.8b-beta1) | 7,011 | 121 | 29 | 27.5567% | 18.7717% | 29.1997% | `0e152e2591c7` |
131
- | [2B Beta1](https://huggingface.co/johnbean393/fluid-2-qwen3.5-2b-beta1) | 7,020 | 121 | 20 | 28.8177% | 18.7955% | 28.9881% | `d433d5f31a24` |
132
- | [4B Beta1](https://huggingface.co/johnbean393/fluid-2-qwen3.5-4b-beta1) | 7,030 | 121 | 10 | 32.0341% | 17.5259% | 27.1583% | `a02b1fcb9972` |
133
 
134
  <!-- FLUID2_EVAL_RESULTS_END -->
 
96
  text-quality scores. Throughput and inference-failure counts still cover the full
97
  7,161-request census.
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  The corpus combines sources with different upstream terms. The parent dataset
100
  card documents provenance and license labels; this repository does not replace
101
  those terms with a blanket license.
 
103
  <!-- FLUID2_EVAL_RESULTS_START -->
104
  ## Published model results
105
 
106
+ All results below use deterministic greedy SGLang inference. EM and CER exclude both EOS-only rows and generation-capped rows; the exclusion counts are shown explicitly.
107
+
108
+ | Model | Scored rows | EOS-only excluded | Capped excluded | EM | CER | Evaluated revision |
109
+ |---|---:|---:|---:|---:|---:|---|
110
+ | [0.8B Beta](https://huggingface.co/johnbean393/fluid-2-qwen3.5-0.8b-beta) | 7,010 | 121 | 30 | 27.6605% | 17.8294% | `e42c24cc3b71` |
111
+ | [2B Beta](https://huggingface.co/johnbean393/fluid-2-qwen3.5-2b-beta) | 7,016 | 121 | 24 | 30.3449% | 17.4199% | `f71a0445a8f1` |
112
+ | [4B Beta](https://huggingface.co/johnbean393/fluid-2-qwen3.5-4b-beta) | 7,024 | 121 | 16 | 33.5849% | 16.4947% | `f6e0aaa0dac4` |
113
+ | Raw `asr_text` copy baseline (0.8B cohort) | 7,010 | 121 | 30* | 3.9372% | 39.0639% | — |
114
 
115
+ \* The raw-ASR copy baseline uses the identical 7,010-row scoring cohort as the 0.8B model. Its capped-excluded count is inherited from the 0.8B generation outcomes; the copy baseline itself does not generate or hit a token cap.
 
 
 
 
 
 
 
116
 
117
  <!-- FLUID2_EVAL_RESULTS_END -->