Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/llama-3.2-1b-instruct-unsloth-bnb-4bit
|
| 3 |
+
library_name: peft
|
| 4 |
+
datasets:
|
| 5 |
+
- aripos1/gorani_dataset
|
| 6 |
+
language:
|
| 7 |
+
- ko
|
| 8 |
+
- ja
|
| 9 |
+
- en
|
| 10 |
+
---
|
| 11 |
+
# Gorani Model Card
|
| 12 |
+
|
| 13 |
+
## ์๊ฐ (Introduce)
|
| 14 |
+
์ด ๋ชจ๋ธ์ ๋ฒ์ญ์ ์ํ ๋ชจ๋ธ์
๋๋ค. ํ๊ตญ ๊ณ ์ ์ด์ ์ ํํ ๋ฒ์ญ์ ์์ฑํ๊ธฐ ์ํด ํ๊ตญ์ด, ์์ด, ์ผ๋ณธ์ด์ ์ธ์ด ๋ฐ์ดํฐ๋ฅผ ํผํฉํ์ฌ **unsloth/Llama-3.2-1B-Instruct-bnb-4bit**์ ํ์ต์์ผ ์์ฑ๋ **gorani-1B** ์
๋๋ค.
|
| 15 |
+
gorani๋ ํ์ฌ **ํ๊ตญ์ด, ์์ด, ์ผ๋ณธ์ด**๋ง ๋ฒ์ญ์ ์ง์ํฉ๋๋ค.
|
| 16 |
+
|
| 17 |
+
### ๋ชจ๋ธ ์ ๋ณด
|
| 18 |
+
- **๊ฐ๋ฐ์**: haeun0420
|
| 19 |
+
- **๋ชจ๋ธ ์ ํ**: **llama**๋ฅผ ๊ธฐ๋ฐ์ผ๋ก ํ๋ **1B** ๋งค๊ฐ๋ณ์ ๋ชจ๋ธ์ธ **gorani-1B**
|
| 20 |
+
- **์ง์ ์ธ์ด**: ํ๊ตญ์ด, ์์ด, ์ผ๋ณธ์ด
|
| 21 |
+
- **๋ผ์ด์ผ์ค**: **llama**
|
| 22 |
+
|
| 23 |
+
## Training Hyperparameters
|
| 24 |
+
- **per_device_train_batch_size**: 8
|
| 25 |
+
- **gradient_accumulation_steps**: 1
|
| 26 |
+
- **warmup_steps**: 5
|
| 27 |
+
- **learning_rate**: 2e-4
|
| 28 |
+
- **fp16**: `not is_bfloat16_supported()`
|
| 29 |
+
- **num_train_epochs**: 3
|
| 30 |
+
- **weight_decay**: 0.01
|
| 31 |
+
- **lr_scheduler_type**: "linear"
|
| 32 |
+
|
| 33 |
+
## ํ์ต ๋ฐ์ดํฐ
|
| 34 |
+
[๋ฐ์ดํฐ์
๋งํฌ](https://huggingface.co/datasets/aripos1/gorani_dataset)
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
## ํ์ต ์ฑ๋ฅ ๋น๊ต
|
| 38 |
+
### ๐ ๋ฒ์ญ ํ๊ฐ ๊ฒฐ๊ณผ ๋น๊ต
|
| 39 |
+
|
| 40 |
+
| ํ๊ฐ ์งํ | LLama 3.2-1B | Gorani -1B |
|
| 41 |
+
|--------------------------|-------------|---------|
|
| 42 |
+
| **BERTScore (Precision)** | 0.6014 | 0.8977 |
|
| 43 |
+
| **BERTScore (Recall)** | 0.6649 | 0.8955 |
|
| 44 |
+
| **BERTScore (F1 Score)** | 0.6303 | 0.8965 |
|
| 45 |
+
| **COMET Score** | 0.5364 | 0.8275 |
|
| 46 |
+
|
| 47 |
+

|
| 48 |
+
|
| 49 |
+
## Training Results
|
| 50 |
+

|