File size: 2,524 Bytes
78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 8bb55ea 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b 78c5818 3c87b3b |
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 |
---
library_name: transformers
license: other
license_name: exaone
license_link: LICENSE
language:
- en
- ko
datasets:
- GAIR/LIMO
- junnei/ko-limo
- exp-models/GAIR-LIMO-KOREAN
base_model:
- LGAI-EXAONE/EXAONE-3.5-32B-Instruct
---
### λ°μ΄ν° μ
#### LIMO
- [GAIR/LIMO](https://huggingface.co/datasets/GAIR/LIMO) (μμ΄, μλ³Έ)
#### LIMO νκ΅μ΄ λ²μ
- [exp-models/GAIR-LIMO-KOREAN](https://huggingface.co/datasets/exp-models/GAIR-LIMO-KOREAN) (νκ΅μ΄ λ²μ)
- [junnei/ko-limo](https://huggingface.co/datasets/junnei/ko-limo) (νκ΅μ΄ λ²μ)
### νΉμ΄μ¬ν
- μλ [LIMO](https://github.com/GAIR-NLP/LIMO/blob/main/train/data/limo.json)μμλ 15 epoch νμ΅μ μνν¨
- μμ΄1+νκ΅μ΄2 λ°μ΄ν° μ
μ μμ ν 5 epoch νμ΅μμΌ μλ νμ΅ λ°©λ²κ³Ό μ μ¬ν νμλ§νΌ, κ·Έλ¬λ μ½κ°μ λ³νμ΄ μλλ‘ νμ΅μν€λ €κ³ ν¨
- κ·Έλ¬λ μ μ± νκ°μμ 4 epoch μμ μ checkpointκ° κ°μ₯ μ±λ₯μ΄ μ’μ 보μμ
### Training Details
- 4xH200 SXM, 13.5 Hours

<details><summary>Axolotl config</summary>
```
base_model: beomi/EXAONE-3.5-32B-Instruct-Llamafied
model_type: AutoModelForCausalLM
tokenizer_config: beomi/EXAONE-3.5-32B-Instruct-Llamafied
tokenizer_type: AutoTokenizer
load_in_8bit: false
load_in_4bit: false
strict: false
datasets:
- path: werty1248/kk_oo_llliiimmmooo
field_messages: conversations
type: chat_template
chat_template: tokenizer_default
dataset_prepared_path: ./data_preparation
output_dir: /workspace/data
hf_use_auth_token: true
sequence_len: 32768
sample_packing: false
pad_to_sequence_len: true
plugins:
- axolotl.integrations.liger.LigerPlugin
liger_rope: true
liger_rms_norm: true
liger_layer_norm: true
liger_glu_activation: true
liger_fused_linear_cross_entropy: true
wandb_project:
#wandb_entity:
#wandb_watch:
wandb_name:
#wandb_log_model:
gradient_accumulation_steps: 2
micro_batch_size: 1
num_epochs: 5
optimizer: paged_adamw_8bit
lr_scheduler: cosine
learning_rate: 5.0e-6
train_on_inputs: false
group_by_length: false
bf16: auto
fp16:
tf32: false
gradient_checkpointing: true
early_stopping_patience:
resume_from_checkpoint:
local_rank:
logging_steps: 1
xformers_attention:
flash_attention: true
warmup_ratio: 0.05
eval_table_size:
save_total_limit: 2
deepspeed: ./deepspeed_configs/zero3_bf16.json
special_tokens:
pad_token: "[|endofturn|]"
```
</details> |