Update README.md
Browse files
README.md
CHANGED
|
@@ -1,24 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
tags:
|
| 4 |
-
- qlora
|
| 5 |
-
- llama
|
| 6 |
-
- causal-lm
|
| 7 |
-
- instruction-tuning
|
| 8 |
-
- text-generation
|
| 9 |
-
- peft
|
| 10 |
-
- lora
|
| 11 |
-
- huggingface
|
| 12 |
-
- transformer
|
| 13 |
-
datasets:
|
| 14 |
-
- KadamParth/NCERT_Science_10th
|
| 15 |
-
- KadamParth/NCERT_Chemistry_12th
|
| 16 |
-
language:
|
| 17 |
-
- en
|
| 18 |
-
base_model:
|
| 19 |
-
- TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
| 20 |
-
---
|
| 21 |
-
|
| 22 |
# 🧠 Fine-tuned LLaMA Model using QLoRA & LoRA (Supervised Fine-Tuning)
|
| 23 |
|
| 24 |
This model is a fine-tuned version of the `model_name` base model using **QLoRA (Quantized Low-Rank Adaptation)** for efficient and memory-friendly training. Fine-tuning was performed using the Hugging Face `trl` library’s `SFTTrainer` and `peft` (LoRA).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🧠 Fine-tuned LLaMA Model using QLoRA & LoRA (Supervised Fine-Tuning)
|
| 2 |
|
| 3 |
This model is a fine-tuned version of the `model_name` base model using **QLoRA (Quantized Low-Rank Adaptation)** for efficient and memory-friendly training. Fine-tuning was performed using the Hugging Face `trl` library’s `SFTTrainer` and `peft` (LoRA).
|