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 README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
| 4 |
# CLI LoRA-TinyLlama
|
| 5 |
|
| 6 |
Fine-tuned version of [TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on a custom dataset of CLI-related Q&A using LoRA (Low-Rank Adaptation).
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# CLI LoRA-TinyLlama
|
| 2 |
|
| 3 |
Fine-tuned version of [TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on a custom dataset of CLI-related Q&A using LoRA (Low-Rank Adaptation).
|