armand0e commited on
Commit
5b315e8
·
verified ·
1 Parent(s): 591a7ab

Add README

Browse files
Files changed (1) hide show
  1. README.md +18 -6
README.md CHANGED
@@ -1,10 +1,22 @@
1
  ---
2
- datasets:
3
- - TeichAI/gpt-5.2-high-reasoning-250x
4
- base_model:
5
- - TeichAI/Qwen3-8B-GPT-5.2-High-Reasoning-Distill
 
6
  ---
7
 
8
- # Qwen3 8B x GPT 5.2 (High Reasoning)
 
 
 
 
 
 
 
 
 
 
9
 
10
- This model was trained on 250 examples from **GPT 5.2** with reasoning effort set to high.
 
 
1
  ---
2
+ tags:
3
+ - gguf
4
+ - llama.cpp
5
+ - unsloth
6
+
7
  ---
8
 
9
+ # Qwen3-8B-GPT-5.2-High-Reasoning-Distill-GGUF - GGUF
10
+
11
+ This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
12
+
13
+ **Example usage**:
14
+ - For text only LLMs: **llama-cli** **--hf** repo_id/model_name **-p** "why is the sky blue?"
15
+ - For multimodal models: **llama-mtmd-cli** **-m** model_name.gguf **--mmproj** mmproj_file.gguf
16
+
17
+ ## Available Model files:
18
+ - `qwen3-8b.Q8_0.gguf`
19
+ - `qwen3-8b.F16.gguf`
20
 
21
+ ## Ollama
22
+ An Ollama Modelfile is included for easy deployment.