Views
No views yet
| file | quant | size | notes |
|---|---|---|---|
qwen3-1.7b-cogs-ingest-Q8_0.gguf | Q8_0 | ~1.8 GB | use this — see below |
qwen3-1.7b-cogs-ingest-adapter-f16.gguf | LoRA adapter (f16) | ~33 MB | apply onto a Qwen3-1.7B base with llama.cpp --lora |
| quant | behaviour |
|---|---|
| Q8_0 | full extractions (summary + claims + entities) — matches the fp evaluation |
| Q6_K | summary only; claims/entities come back empty |
| Q4_K_M | schema-correct but all fields empty |
--repeat-penalty 1.0). Extraction
must copy tokens from the input document (titles, quotes, claim phrasing);
a penalty suppresses exactly those tokens and empties the output. (This is
the opposite of the sibling ask student, which needs 1.1.)chat_template_kwargs: {"enable_thinking": false});
trained non-thinking. Temperature 0.lewisdog/qwen3-1.7b-cogs-ask-GGUFlewisdog/qwen3-1.7b-cogs-ingest