Taher commited on
Commit
d8dcfe1
·
verified ·
1 Parent(s): f81166b

Unsloth Model Card

Browse files
Files changed (1) hide show
  1. README.md +12 -17
README.md CHANGED
@@ -1,26 +1,21 @@
1
  ---
 
2
  tags:
3
- - gguf
4
- - llama.cpp
5
  - unsloth
6
-
 
 
 
7
  ---
8
 
9
- # gemma_3_finetune : 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.cpp/llama-cli -hf skylor07/gemma_3_finetune --jinja`
15
- - For multimodal models: `./llama.cpp/llama-mtmd-cli -hf skylor07/gemma_3_finetune --jinja`
16
 
17
- ## Available Model files:
18
- - `gemma-3-270m-it.Q8_0.gguf`
 
19
 
20
- ## Ollama
21
- An Ollama Modelfile is included for easy deployment.
22
 
23
- ## Note
24
- The model's BOS token behavior was adjusted for GGUF compatibility.
25
- This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
26
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
1
  ---
2
+ base_model: unsloth/gemma-3-270m-it
3
  tags:
4
+ - text-generation-inference
5
+ - transformers
6
  - unsloth
7
+ - gemma3_text
8
+ license: apache-2.0
9
+ language:
10
+ - en
11
  ---
12
 
13
+ # Uploaded finetuned model
 
 
 
 
 
 
14
 
15
+ - **Developed by:** skylor07
16
+ - **License:** apache-2.0
17
+ - **Finetuned from model :** unsloth/gemma-3-270m-it
18
 
19
+ This gemma3_text model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
20
 
 
 
 
21
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)