Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- DILAB-HYU/KoQuality
|
5 |
+
language:
|
6 |
+
- ko
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
tags:
|
9 |
+
- polyglot-ko
|
10 |
+
- gpt-neox
|
11 |
+
- KoQuality
|
12 |
+
base_model: EleutherAI/polyglot-ko-3.8b
|
13 |
+
---
|
14 |
+
|
15 |
+
This model is a instruct-tuned EleutherAI/polyglot-ko-3.8b model.
|
16 |
+
|
17 |
+
|
18 |
+
## Training hyperparameters
|
19 |
+
- learning_rate: 5e-5
|
20 |
+
- train_batch_size: 1
|
21 |
+
- seed: 42
|
22 |
+
- distributed_type: multi-GPU (A30 24G) + CPU Offloading (384GB)
|
23 |
+
- num_devices: 2
|
24 |
+
- gradient_accumulation_steps: 32
|
25 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
26 |
+
- lr_scheduler_type: linear
|
27 |
+
- num_epochs: 2.0
|
28 |
+
|
29 |
+
## Framework versions
|
30 |
+
- Transformers 4.34.1
|
31 |
+
- Pytorch 2.0.1+cu117
|
32 |
+
- Datasets 2.11.0
|
33 |
+
- deepspeed 0.9.5
|