File size: 732 Bytes
288ddc1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
license: apache-2.0
datasets:
- DILAB-HYU/KoQuality
language:
- ko
pipeline_tag: text-generation
tags:
- polyglot-ko
- gpt-neox
- KoQuality
base_model: EleutherAI/polyglot-ko-12.8b
---
This model is a instruct-tuned poylglot-ko-5.8b model, using full [Kullm, OIG, KoAlpaca] Instruction dataset.
koquality_raw.json -> 96step

## Training hyperparameters
- learning_rate: 5e-5
- seed: 42
- distributed_type: multi-GPU (A100 80G)
- num_devices: 6
- train_batch_size: 4
- gradient_accumulation_steps: 32
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 5.0

## Framework versions
- Transformers 4.35.0
- Pytorch 2.0.1+cu118
- Datasets 2.14.6
- deepspeed 0.11.1
- accelerate 0.24.1