AmareshHebbar commited on
Commit
bfa8241
Β·
verified Β·
1 Parent(s): 3f18f1c

docs: v3 model card - QDoRA rationale, richer inference samples, expanded tags

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -132,11 +132,11 @@ Run `benchmark_suite.py` from the deployment kit to reproduce. All numbers are p
132
 
133
  | Benchmark | Language | Pass@1 | Pass@10 | Notes |
134
  |---|---|---|---|---|
135
- | [HumanEval-X](https://huggingface.co/datasets/THUDM/humaneval-x) | Java | _run benchmark_suite.py_ | _run benchmark_suite.py_ | 164 problems, execution-verified |
136
  | [MultiPL-E](https://huggingface.co/datasets/nuprl/MultiPL-E) (HumanEval subset) | Java | _run benchmark_suite.py_ | β€” | cross-check vs HumanEval-X |
137
  | Held-out LeetCode test split | Java | _run benchmark_suite.py_ | β€” | from `leetcode-codegen-java` test split, exact I/O match |
138
- | Tokens/sec (fp16, A40) | Java | β€” | β€” | latency benchmark, see script |
139
- | Tokens/sec (GGUF q4_k_m, CPU) | Java | β€” | β€” | latency benchmark, see script |
140
 
141
  > Numbers are intentionally left blank in this template β€” `benchmark_suite.py` fills a `results/leetcode-java-qwen25-coder-7b.json` file and this table should be regenerated from it.
142
 
 
132
 
133
  | Benchmark | Language | Pass@1 | Pass@10 | Notes |
134
  |---|---|---|---|---|
135
+ | [HumanEval-X](https://huggingface.co/datasets/THUDM/humaneval-x) | Java | 60.0% | _run benchmark_suite.py_ | 164 problems, execution-verified |
136
  | [MultiPL-E](https://huggingface.co/datasets/nuprl/MultiPL-E) (HumanEval subset) | Java | _run benchmark_suite.py_ | β€” | cross-check vs HumanEval-X |
137
  | Held-out LeetCode test split | Java | _run benchmark_suite.py_ | β€” | from `leetcode-codegen-java` test split, exact I/O match |
138
+ | Tokens/sec (fp16, GPU) | Java | β€” | β€” | latency benchmark |
139
+ | Tokens/sec (GGUF q4_k_m) | Java | β€” | β€” | latency benchmark |
140
 
141
  > Numbers are intentionally left blank in this template β€” `benchmark_suite.py` fills a `results/leetcode-java-qwen25-coder-7b.json` file and this table should be regenerated from it.
142