File size: 1,262 Bytes
3c23308 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | ---
library_name: transformers
base_model: Tesslate/OmniCoder-9B
tags:
- qwen3.5
- code
- agent
- sft
- omnicoder
- tesslate
- llama-cpp
- gguf-my-repo
license: apache-2.0
language:
- en
pipeline_tag: text-generation
model-index:
- name: OmniCoder-9B
results:
- task:
type: text-generation
dataset:
name: AIME 2025
type: custom
metrics:
- type: accuracy
value: 90.0
name: pass@5
- type: accuracy
value: 83.8
name: pass@1
- type: accuracy
value: 86.4
name: pass@3
- type: accuracy
value: 28.1
name: Pass Rate
---
# lainlives/QCoder
This model contains GGUF format model files for [`Tesslate/OmniCoder-9B`](https://huggingface.co/Tesslate/OmniCoder-9B).
### Available Quants
The following files were generated and uploaded to this repo:
`Q4_0`, `Q4_K_S`, `Q4_K_M`, `Q5_0`, `Q5_K_S`, `Q5_K_M`, `Q6_K`, `Q8_0`, `f16`, `bf16`
### Use with llama.cpp
CLI:
```bash
llama-cli --hf-repo lainlives/QCoder --hf-file OmniCoder-9B-Q4_K_M.gguf -p "The meaning to life and the universe is"
```
Server:
```bash
llama-server --hf-repo lainlives/QCoder --hf-file OmniCoder-9B-Q4_K_M.gguf -c 2048
```
### Or ollama
CLI:
```bash
ollama run https://hf.co/lainlives/QCoder:Q4_K_M
```
|