becleverksh commited on
Commit
9f328b4
·
verified ·
1 Parent(s): 91ad929

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -236,7 +236,7 @@ The BF16 parent and INT8 artifacts were evaluated on the same 14,543-row v2 vali
236
  | **ko masking coverage** | **0.998695** | **0.998662** | **-0.000033** |
237
  | **en masking coverage** | **0.996540** | **0.996739** | **+0.000199** |
238
 
239
- The INT8 artifact remained effectively equivalent to the BF16 parent: strict micro F1 changed by -0.000035 and masking coverage by +0.000049. The small positive and negative deltas reflect a few changed boundary decisions and do not show that either precision format is intrinsically more accurate. The intermediate FP32 ONNX parity check is retained in internal conversion reports because it isolates quantization effects after graph transfer.
240
 
241
  ## 2.3. Limitations and Deployment Guidance
242
  * The graph uses Microsoft contrib operators. ONNX Runtime 1.28.0 with `CPUExecutionProvider` was validated. Confirm operator placement and fallback behavior before selecting another provider.
 
236
  | **ko masking coverage** | **0.998695** | **0.998662** | **-0.000033** |
237
  | **en masking coverage** | **0.996540** | **0.996739** | **+0.000199** |
238
 
239
+ The INT8 artifact remained effectively equivalent to the BF16 parent: strict micro F1 changed by -0.000035 and masking coverage by +0.000049. The small positive and negative deltas reflect a few changed boundary decisions and do not show that either precision format is intrinsically more accurate.
240
 
241
  ## 2.3. Limitations and Deployment Guidance
242
  * The graph uses Microsoft contrib operators. ONNX Runtime 1.28.0 with `CPUExecutionProvider` was validated. Confirm operator placement and fallback behavior before selecting another provider.