samzito12 commited on
Commit
c55137f
·
verified ·
1 Parent(s): b905b54

Unsloth Model Card

Browse files
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -1,20 +1,21 @@
1
  ---
 
2
  tags:
3
- - gguf
4
- - llama.cpp
5
  - unsloth
 
 
 
 
6
  ---
7
 
8
- # lora_model - GGUF
9
 
10
- This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
 
 
11
 
12
- **Example usage**:
13
- - For text only LLMs: **llama-cli** **--hf** repo_id/model_name **-p** "why is the sky blue?"
14
- - For multimodal models: **llama-mtmd-cli** **-m** model_name.gguf **--mmproj** mmproj_file.gguf
15
 
16
- ## Available Model files:
17
- - `llama-3.2-3b-instruct.Q4_K_M.gguf`
18
-
19
- ## Ollama
20
- An Ollama Modelfile is included for easy deployment.
 
1
  ---
2
+ base_model: unsloth/llama-3.2-3b-instruct-unsloth-bnb-4bit
3
  tags:
4
+ - text-generation-inference
5
+ - transformers
6
  - unsloth
7
+ - llama
8
+ license: apache-2.0
9
+ language:
10
+ - en
11
  ---
12
 
13
+ # Uploaded finetuned model
14
 
15
+ - **Developed by:** samzito12
16
+ - **License:** apache-2.0
17
+ - **Finetuned from model :** unsloth/llama-3.2-3b-instruct-unsloth-bnb-4bit
18
 
19
+ This llama 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)