Upload LN.yml.
Browse files
LN.yml.
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
base_model: PocketDoc/Dans-PersonalityEngine-V1.2.0-24b
|
| 2 |
+
model_type: AutoModelForCausalLM
|
| 3 |
+
tokenizer_type: AutoTokenizer
|
| 4 |
+
|
| 5 |
+
hub_model_id: NewEden/DansPE-LN
|
| 6 |
+
hub_strategy: "all_checkpoints"
|
| 7 |
+
push_dataset_to_hub:
|
| 8 |
+
hf_use_auth_token: true
|
| 9 |
+
|
| 10 |
+
plugins:
|
| 11 |
+
- axolotl.integrations.liger.LigerPlugin
|
| 12 |
+
- axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
|
| 13 |
+
liger_rope: true
|
| 14 |
+
liger_rms_norm: true
|
| 15 |
+
liger_layer_norm: true
|
| 16 |
+
liger_glu_activation: true
|
| 17 |
+
liger_fused_linear_cross_entropy: false
|
| 18 |
+
cut_cross_entropy: true
|
| 19 |
+
|
| 20 |
+
load_in_8bit: false
|
| 21 |
+
load_in_4bit: false
|
| 22 |
+
strict: false
|
| 23 |
+
|
| 24 |
+
datasets:
|
| 25 |
+
- path: NewEden/Wata-Oshi-LNs-ShareGPT-Final
|
| 26 |
+
type: dan-chat-advanced
|
| 27 |
+
- path: NewEden/Playground-RP
|
| 28 |
+
type: dan-chat-advanced
|
| 29 |
+
- path: NewEden/Light-Novels-ShareGPT
|
| 30 |
+
type: dan-chat-advanced
|
| 31 |
+
dataset_prepared_path: prepared_data
|
| 32 |
+
val_set_size: 0.0
|
| 33 |
+
output_dir: ./output
|
| 34 |
+
sequence_len: 16384
|
| 35 |
+
sample_packing: true
|
| 36 |
+
pad_to_sequence_len: true
|
| 37 |
+
|
| 38 |
+
wandb_project: Hamanasu-LN
|
| 39 |
+
wandb_entity:
|
| 40 |
+
wandb_watch:
|
| 41 |
+
wandb_name:
|
| 42 |
+
wandb_log_model:
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
gradient_accumulation_steps: 2
|
| 46 |
+
micro_batch_size: 2
|
| 47 |
+
num_epochs: 4
|
| 48 |
+
optimizer: apollo_adamw
|
| 49 |
+
lr_scheduler: rex
|
| 50 |
+
learning_rate: 2e-6
|
| 51 |
+
max_grad_norm: 0.1
|
| 52 |
+
|
| 53 |
+
train_on_inputs: false
|
| 54 |
+
group_by_length: false
|
| 55 |
+
bf16: auto
|
| 56 |
+
fp16:
|
| 57 |
+
tf32: false
|
| 58 |
+
|
| 59 |
+
|
| 60 |
+
gradient_checkpointing: true
|
| 61 |
+
early_stopping_patience:
|
| 62 |
+
resume_from_checkpoint:
|
| 63 |
+
local_rank:
|
| 64 |
+
logging_steps: 1
|
| 65 |
+
xformers_attention:
|
| 66 |
+
flash_attention: true
|
| 67 |
+
|
| 68 |
+
warmup_steps: 35
|
| 69 |
+
saves_per_epoch: 2
|
| 70 |
+
debug:
|
| 71 |
+
deepspeed: ./deepspeed_configs/zero3_bf16.json
|
| 72 |
+
weight_decay: 0.02
|
| 73 |
+
fsdp:
|
| 74 |
+
fsdp_config:
|
| 75 |
+
special_tokens:
|