PEFT
TensorBoard
Safetensors
gemma
trl
sft
unsloth
Generated from Trainer
4-bit precision
bitsandbytes
Instructions to use deepakdevfocaloid/outputs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use deepakdevfocaloid/outputs with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-7b-bnb-4bit") model = PeftModel.from_pretrained(base_model, "deepakdevfocaloid/outputs") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
End of training
Browse files
README.md
CHANGED
|
@@ -9,6 +9,7 @@ tags:
|
|
| 9 |
- unsloth
|
| 10 |
- unsloth
|
| 11 |
- unsloth
|
|
|
|
| 12 |
base_model: unsloth/gemma-7b-bnb-4bit
|
| 13 |
model-index:
|
| 14 |
- name: outputs
|
|
|
|
| 9 |
- unsloth
|
| 10 |
- unsloth
|
| 11 |
- unsloth
|
| 12 |
+
- unsloth
|
| 13 |
base_model: unsloth/gemma-7b-bnb-4bit
|
| 14 |
model-index:
|
| 15 |
- name: outputs
|