Text Generation
PEFT
Safetensors
qlora
tinyllama
cli
command-line
fine-tuning
low-resource
internship
fenrir
Instructions to use Harish2002/cli-lora-tinyllama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Harish2002/cli-lora-tinyllama with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0") model = PeftModel.from_pretrained(base_model, "Harish2002/cli-lora-tinyllama") - Notebooks
- Google Colab
- Kaggle
Upload adapter_model.safetensors with huggingface_hub
Browse files
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e37f9f26baf3d204058ed21c01c610823fe55b6d4311bff30df5b9ca44213531
|
| 3 |
+
size 4517152
|