Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
base_model:
|
| 3 |
-
- unsloth/
|
| 4 |
pipeline_tag: text-generation
|
| 5 |
tags:
|
| 6 |
- nlp
|
|
@@ -11,15 +11,15 @@ language:
|
|
| 11 |
- id
|
| 12 |
---
|
| 13 |
|
| 14 |
-
# Llama-3.
|
| 15 |
|
| 16 |
## Overview
|
| 17 |
|
| 18 |
-
This is **Llama-3.
|
| 19 |
|
| 20 |
## Features
|
| 21 |
|
| 22 |
-
- **Base Model**: [unsloth/
|
| 23 |
- **Pipeline Tag**: `text-generation`
|
| 24 |
- **Tags**:
|
| 25 |
- `nlp`
|
|
|
|
| 1 |
---
|
| 2 |
base_model:
|
| 3 |
+
- unsloth/Llama-3.2-1B-Instruct-bnb-4bit
|
| 4 |
pipeline_tag: text-generation
|
| 5 |
tags:
|
| 6 |
- nlp
|
|
|
|
| 11 |
- id
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# Llama-3.2-1B-Instruct-bnb-4bit (Indonesian Fine-tuned)
|
| 15 |
|
| 16 |
## Overview
|
| 17 |
|
| 18 |
+
This is **Llama-3.2-1B-Instruct**, a fine-tuned model based on the [Meta-Llama-3.2-8B-Instruct-bnb-4bit](https://huggingface.co/unsloth/Llama-3.2-1B-Instruct-bnb-4bit) architecture. The model has been specifically trained on the **Stanford Alpaca Instruction dataset**, which has been translated into **Indonesian**. This fine-tuning enhances the model's ability to understand and generate responses in **Indonesian**, making it suitable for various language-specific tasks and instruction-following applications.
|
| 19 |
|
| 20 |
## Features
|
| 21 |
|
| 22 |
+
- **Base Model**: [unsloth/Llama-3.2-1B-Instruct-bnb-4bit](https://huggingface.co/unsloth/Llama-3.2-1B-Instruct-bnb-4bit)
|
| 23 |
- **Pipeline Tag**: `text-generation`
|
| 24 |
- **Tags**:
|
| 25 |
- `nlp`
|