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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -13
README.md CHANGED
@@ -3,20 +3,13 @@ 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.
 
3
  - gguf
4
  - llama.cpp
5
  - unsloth
6
+ datasets:
7
+ - TeichAI/gpt-5.2-high-reasoning-250x
8
+ base_model: TeichAI/Qwen3-8B-GPT-5.2-High-Reasoning-Distill
9
  ---
10
 
11
+ # Qwen3 8B x GPT 5.2 (High Reasoning)
 
 
 
 
 
 
12
 
13
+ This model was trained on 250 examples from **GPT 5.2** with reasoning effort set to high.
 
 
14
 
15
+ Recent updates fixed a bug in output style, added new line in between reasoning blocks.