Update README.md
Browse files
README.md
CHANGED
@@ -15,4 +15,22 @@ model-index:
|
|
15 |
- name: KoAlpaca-Polyglot-5.8B
|
16 |
results: []
|
17 |
---
|
18 |
-
This model is a test version that was learned by integrating several Instruction datasets. The final version can be found at [DILAB-HYU/KoQuality-Polyglot-5.8b](https://huggingface.co/DILAB-HYU/KoQuality-Polyglot-5.8b).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
- name: KoAlpaca-Polyglot-5.8B
|
16 |
results: []
|
17 |
---
|
18 |
+
This model is a test version that was learned by integrating several Instruction datasets. The final version can be found at [DILAB-HYU/KoQuality-Polyglot-5.8b](https://huggingface.co/DILAB-HYU/KoQuality-Polyglot-5.8b).
|
19 |
+
|
20 |
+
|
21 |
+
## Training hyperparameters
|
22 |
+
- learning_rate: 5e-5
|
23 |
+
- train_batch_size: 2
|
24 |
+
- seed: 42
|
25 |
+
- distributed_type: multi-GPU (A30 24G) + Cpu Offloading
|
26 |
+
- num_devices: 2
|
27 |
+
- gradient_accumulation_steps: 32
|
28 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
29 |
+
- lr_scheduler_type: linear
|
30 |
+
- num_epochs: 2.0
|
31 |
+
|
32 |
+
## Framework versions
|
33 |
+
- Transformers 4.30.2
|
34 |
+
- Pytorch 2.0.1+cu117
|
35 |
+
- Datasets 2.11.0
|
36 |
+
- deepspeed 0.9.5
|