metterian commited on
Commit
51c2972
1 Parent(s): af9814e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -7,4 +7,38 @@ tags:
7
  - polyglot-ko
8
  - gpt-neox
9
  pipeline_tag: text-generation
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - polyglot-ko
8
  - gpt-neox
9
  pipeline_tag: text-generation
10
+ ---
11
+
12
+
13
+
14
+ # KULLM-Polyglot-12.8B-v2
15
+
16
+ This model is a fine-tuned version of [EleutherAI/polyglot-ko-12.8b](https://huggingface.co/EleutherAI/polyglot-ko-12.8b) on a KULLM v2
17
+
18
+ Detail Codes are available at [KULLM Github Repository](https://github.com/nlpai-lab/KULLM)
19
+
20
+
21
+ ## Training procedure
22
+
23
+ ### Training hyperparameters
24
+
25
+ The following hyperparameters were used during training:
26
+
27
+ - learning_rate: 5e-05
28
+ - train_batch_size: 64
29
+ - seed: 42
30
+ - distributed_type: multi-GPU (A100 80G)
31
+ - num_devices: 4
32
+ - gradient_accumulation_steps: 16
33
+ - total_train_batch_size: 256
34
+ - total_eval_batch_size: 32
35
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
36
+ - lr_scheduler_type: cosine
37
+ - num_epochs: 10.0
38
+
39
+ ### Framework versions
40
+
41
+ - Transformers 4.28.1
42
+ - Pytorch 2.0.0+cu117
43
+ - Datasets 2.11.0
44
+ - Tokenizers 0.13.3