Mikrodev commited on
Commit
0f50dd6
·
verified ·
1 Parent(s): 460e268

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -58,10 +58,8 @@ stcoder-qwen25-7b is a chat-only model fine-tuned from Qwen2.5-Coder-7B-Instruct
58
  | Build | File | Size | Free VRAM needed | In repo | Verdict |
59
  |---|---|---|---|---|---|
60
  | **Q8_0** | `qwen25_coder_7b-tc.q8_0.gguf` | 7.54 GiB | 9.5 GiB | in this repo | **recommended** — build used in the study below |
61
- | **Q6_K** | `qwen25_coder_7b-tc.q6_k.gguf` | 5.82 GiB | 7.8 GiB | being uploaded | fine |
62
- | **Q4_K_M** | `qwen25_coder_7b-tc.q4_k_m.gguf` | 4.36 GiB | 6.4 GiB | being uploaded | not recommended |
63
-
64
- > **Still uploading:** Q6_K, Q4_K_M. If a download 404s that build has not landed yet — check the repo's *Files* tab, or take one marked *in this repo*.
65
 
66
  *Free VRAM* is the file plus roughly 2 GiB for the 8192-token context and runtime. Less than that
67
  and the runtime spills layers to system RAM: it still answers, but the speed figures below no
@@ -74,7 +72,7 @@ slower generation.
74
 
75
  | Artefact | What it is | Size | In repo |
76
  |---|---|---|---|
77
- | `lora_adapter/` | The LoRA adapter this model was trained as — PEFT adapter on the base model above. Merge it yourself, stack it, or continue training from it. | small | being uploaded |
78
  | f16 merged weights | f16 is the merged fine-tune at full precision: the reference build, for evaluation or for producing your own quantisations. | ~14.20 GiB | not shipped - rebuild from the adapter (snippet below) |
79
  | `Modelfile` | One ready-to-run Ollama definition: the system prompt, the sampling defaults and `num_ctx 8192` (the sequence length this model was trained at). It deliberately carries **no chat template** — Ollama uses the chat template stored inside the GGUF, so the chat format is the trained one and cannot drift out of sync with this file. Its `FROM` points at the Q8_0 file; edit that one line if you downloaded a different quant. | small | in this repo |
80
  | `article_stcoder-qwen25-7b.html`, `article_stcoder-qwen25-7b.docx` | The full evaluation report for this model. | |
 
58
  | Build | File | Size | Free VRAM needed | In repo | Verdict |
59
  |---|---|---|---|---|---|
60
  | **Q8_0** | `qwen25_coder_7b-tc.q8_0.gguf` | 7.54 GiB | 9.5 GiB | in this repo | **recommended** — build used in the study below |
61
+ | **Q6_K** | `qwen25_coder_7b-tc.q6_k.gguf` | 5.82 GiB | 7.8 GiB | in this repo | fine |
62
+ | **Q4_K_M** | `qwen25_coder_7b-tc.q4_k_m.gguf` | 4.36 GiB | 6.4 GiB | in this repo | not recommended |
 
 
63
 
64
  *Free VRAM* is the file plus roughly 2 GiB for the 8192-token context and runtime. Less than that
65
  and the runtime spills layers to system RAM: it still answers, but the speed figures below no
 
72
 
73
  | Artefact | What it is | Size | In repo |
74
  |---|---|---|---|
75
+ | `lora_adapter/` | The LoRA adapter this model was trained as — PEFT adapter on the base model above. Merge it yourself, stack it, or continue training from it. | small | in this repo |
76
  | f16 merged weights | f16 is the merged fine-tune at full precision: the reference build, for evaluation or for producing your own quantisations. | ~14.20 GiB | not shipped - rebuild from the adapter (snippet below) |
77
  | `Modelfile` | One ready-to-run Ollama definition: the system prompt, the sampling defaults and `num_ctx 8192` (the sequence length this model was trained at). It deliberately carries **no chat template** — Ollama uses the chat template stored inside the GGUF, so the chat format is the trained one and cannot drift out of sync with this file. Its `FROM` points at the Q8_0 file; edit that one line if you downloaded a different quant. | small | in this repo |
78
  | `article_stcoder-qwen25-7b.html`, `article_stcoder-qwen25-7b.docx` | The full evaluation report for this model. | |