update readme.md
Browse files
README.md
CHANGED
@@ -12,8 +12,6 @@ language:
|
|
12 |
---
|
13 |
|
14 |
|
15 |
-
Here's your updated `README.md` with your Hugging Face username:
|
16 |
-
|
17 |
```markdown
|
18 |
# Llama-3.2-3B-Instruct
|
19 |
|
@@ -21,7 +19,10 @@ Here's your updated `README.md` with your Hugging Face username:
|
|
21 |
[](https://opensource.org/licenses/Apache-2.0)
|
22 |
|
23 |
## Model Description
|
24 |
-
**Llama-3.2-3B-Instruct** is a fine-tuned version of the **Llama-3.2-3B** base model,
|
|
|
|
|
|
|
25 |
|
26 |
## Features
|
27 |
- 🦙 **Fine-tuned for instruction-following**
|
|
|
12 |
---
|
13 |
|
14 |
|
|
|
|
|
15 |
```markdown
|
16 |
# Llama-3.2-3B-Instruct
|
17 |
|
|
|
19 |
[](https://opensource.org/licenses/Apache-2.0)
|
20 |
|
21 |
## Model Description
|
22 |
+
**Llama-3.2-3B-Instruct** is a fine-tuned version of the **Llama-3.2-3B** base model,
|
23 |
+
optimized for **instruction-following** and **conversational AI** tasks.
|
24 |
+
This model is trained using **Unsloth** for efficient fine-tuning and inference.
|
25 |
+
It supports the **GGUF format**, making it ideal for running on various hardware setups.
|
26 |
|
27 |
## Features
|
28 |
- 🦙 **Fine-tuned for instruction-following**
|