yasirunet commited on
Commit
5dcb4b8
·
verified ·
1 Parent(s): ed5f40e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -42,3 +42,35 @@ Fine-tuned `microsoft/deberta-v3-small` — 3-class classifier predicting which
42
  being a minority class
43
  - Best checkpoint selected by validation F1 macro (monotonically improved
44
  every epoch: 0.708 → 0.788 → 0.792 → 0.798)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  being a minority class
43
  - Best checkpoint selected by validation F1 macro (monotonically improved
44
  every epoch: 0.708 → 0.788 → 0.792 → 0.798)
45
+
46
+ ## Comprehensive Benchmark
47
+
48
+ ### Per-Source Accuracy (test set)
49
+
50
+ | Source | n | Accuracy |
51
+ |---|---|---|
52
+ | flan | 4,108 | 97.4% |
53
+ | openhermes | 5,929 | 87.5% |
54
+ | evol | 2,479 | 85.0% |
55
+ | sharegpt | 1,431 | 78.3% |
56
+
57
+ ### Calibration
58
+
59
+ Expected Calibration Error (ECE): **0.053**.
60
+
61
+ ### Inference Latency (single-sample, batch=1)
62
+
63
+ | Device | p50 | p95 | p99 |
64
+ |---|---|---|---|
65
+ | GPU (T4) | 15.8ms | 23.6ms | 44.0ms |
66
+ | CPU | 158.2ms | 412.0ms | 483.4ms |
67
+
68
+ GPU inference is ~12x faster than CPU.
69
+
70
+ ### Error Analysis
71
+
72
+ - Overall accuracy: 89.0% (test set, n=13,947)
73
+ - Critical failure rate (frontier prompt routed to `fast`): **3.6%**
74
+ - Over-provisioning rate (fast prompt routed to `frontier`): **0.17%**
75
+
76
+ The error asymmetry favors safety: the model is far more likely to over-provision an easy prompt than under-provision a hard one.