armand0e commited on
Commit
10c69bf
·
verified ·
1 Parent(s): b2f55da

Add README

Browse files
Files changed (1) hide show
  1. README.md +12 -18
README.md CHANGED
@@ -1,27 +1,21 @@
1
  ---
2
- base_model: unsloth/gpt-oss-20b-unsloth-bnb-4bit
3
  tags:
4
- - text-generation-inference
5
- - transformers
6
  - unsloth
7
- - gpt_oss
8
- license: apache-2.0
9
- language:
10
- - en
11
- datasets:
12
- - Liontix/gpt5-reasoning-200x
13
- ---
14
 
15
- # Important!
16
 
17
- This model is still in development. Please check back later for a higher quality distill.
18
 
19
- # Uploaded finetuned model
20
 
21
- - **Developed by:** armand0e
22
- - **License:** apache-2.0
23
- - **Finetuned from model :** unsloth/gpt-oss-20b-unsloth-bnb-4bit
24
 
25
- This gpt_oss model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
26
 
27
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
1
  ---
 
2
  tags:
3
+ - gguf
4
+ - llama.cpp
5
  - unsloth
 
 
 
 
 
 
 
6
 
7
+ ---
8
 
9
+ # gpt-oss-20b-gpt-5-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
+ - `gpt-oss-20b.MXFP4.gguf`
19
 
20
+ ## Ollama
21
+ An Ollama Modelfile is included for easy deployment.