File size: 834 Bytes
a909317
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
---
```
### model
model_name_or_path: Kendamarron/Width-Up-Scaled-llm-jp-3-2.3b

### method
stage: pt
do_train: true
finetuning_type: full
enable_liger_kernel: true
flash_attn: fa2

### dataset
dataset: abeja_test
cutoff_len: 4096
packing: true
overwrite_cache: true
preprocessing_num_workers: 64

### output
output_dir: saves/llm-jp/full/cpt/
logging_steps: 1
save_steps: 500
plot_loss: true
overwrite_output_dir: true

### train
per_device_train_batch_size: 16
gradient_accumulation_steps: 4
learning_rate: 1.0e-4
num_train_epochs: 1.0
lr_scheduler_type: constant_with_warmup
adam_beta2: 0.9
adam_beta2: 0.95
optim: adamw_bnb_8bit
warmup_steps: 500
bf16: true
ddp_timeout: 180000000

### eval
val_size: 1000
per_device_eval_batch_size: 2
eval_strategy: steps
eval_steps: 500

### logging
report_to: wandb
```