Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- llama
|
| 5 |
+
- unsloth
|
| 6 |
+
- gguf
|
| 7 |
+
- quantized
|
| 8 |
+
- lora
|
| 9 |
+
- instruction-tuning
|
| 10 |
+
- colab
|
| 11 |
+
datasets:
|
| 12 |
+
- custom
|
| 13 |
+
language:
|
| 14 |
+
- en
|
| 15 |
+
library_name: unsloth
|
| 16 |
+
pipeline_tag: text-generation
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# Playwright1 GGUF Model
|
| 20 |
+
|
| 21 |
+
This model is a 4-bit LoRA fine-tuned version of `unsloth/Llama-3.2-3B-Instruct`, optimized for conversational instruction-following tasks. Trained on custom command-response data using the ShareGPT format.
|
| 22 |
+
|
| 23 |
+
## Features
|
| 24 |
+
- 🧠 Fine-tuned with LoRA (r=16) using Unsloth
|
| 25 |
+
- 💾 Quantized to 4-bit (q4_k_m) for fast inference
|
| 26 |
+
- 🔧 Ideal for lightweight deployment
|
| 27 |
+
|
| 28 |
+
## Training Info
|
| 29 |
+
- Trained with `SFTTrainer` (TRL) for 60 steps with 2 batch size on Google Colab.
|
| 30 |
+
|
| 31 |
+
## License
|
| 32 |
+
- Apache 2.0
|