Text Generation
PEFT
Safetensors
GGUF
English
code
leetcode
java
code-generation
competitive-programming
qwen2.5-coder
dora
qdora
weight-decomposed-lora
instruction-tuned
sft
algorithm-generation
function-generation
coding-assistant
on-device
ollama
vllm
text-generation-inference
doocs-leetcode
synthetic-verification
quantized
algorithms
conversational
Instructions to use AmareshHebbar/leetcode-java-qwen25-coder-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AmareshHebbar/leetcode-java-qwen25-coder-7b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-Coder-7B-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "AmareshHebbar/leetcode-java-qwen25-coder-7b") - Notebooks
- Google Colab
- Kaggle
docs: v3 model card - QDoRA rationale, richer inference samples, expanded tags
Browse files
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 |
|
| 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,
|
| 139 |
-
| Tokens/sec (GGUF q4_k_m
|
| 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 |
|