nayohan commited on
Commit
00eff02
1 Parent(s): 71568f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -13,4 +13,22 @@ base_model: EleutherAI/polyglot-ko-1.3b
13
  ---
14
 
15
  This model is a instruct-tuned poylglot-ko-1.3b model, using only 1% of [Kullm, OIG, KoAlpaca] Instruction dataset.
16
- len10_k100_mrand_n0.1.json
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  This model is a instruct-tuned poylglot-ko-1.3b model, using only 1% of [Kullm, OIG, KoAlpaca] Instruction dataset.
16
+ len10_k100_mppl_n0.1.json
17
+
18
+
19
+ ## Training hyperparameters
20
+ - learning_rate: 5e-5
21
+ - train_batch_size: 1
22
+ - seed: 42
23
+ - distributed_type: multi-GPU (A30 24G) + No Offloading
24
+ - num_devices: 2
25
+ - gradient_accumulation_steps: 16
26
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
27
+ - lr_scheduler_type: linear
28
+ - num_epochs: 1.0
29
+
30
+ ## Framework versions
31
+ - Transformers 4.30.2
32
+ - Pytorch 2.0.1+cu117
33
+ - Datasets 2.11.0
34
+ - deepspeed 0.9.5