Views
No views yet
0.4.01base_model: WlappaAI/Mistral-7B-wikipedia_ru_pruned-0.1_merged
2model_type: MistralForCausalLM
3tokenizer_type: LlamaTokenizer
4is_mistral_derived_model: true
5
6load_in_8bit: true
7load_in_4bit: false
8strict: false
9
10datasets:
11 - path: ./datasets/ru-dracor
12 type: completion
13 field: text
14dataset_prepared_path: last_run_prepared
15val_set_size: 0.05
16output_dir: ./models/output/dracor_ru_lora
17
18adapter: lora
19lora_model_dir:
20
21sequence_len: 1024
22sample_packing: true
23pad_to_sequence_len: true
24
25lora_r: 32
26lora_alpha: 16
27lora_dropout: 0.05
28lora_target_linear: true
29lora_fan_in_fan_out:
30lora_target_modules:
31 - gate_proj
32 - down_proj
33 - up_proj
34 - q_proj
35 - v_proj
36 - k_proj
37 - o_proj
38
39wandb_project:
40wandb_entity:
41wandb_watch:
42wandb_name:
43wandb_log_model:
44
45gradient_accumulation_steps: 1
46micro_batch_size: 6
47num_epochs: 1
48optimizer: adamw_torch
49lr_scheduler: cosine
50learning_rate: 0.0002
51
52train_on_inputs: false
53group_by_length: false
54bf16: auto
55fp16:
56tf32: false
57
58gradient_checkpointing: true
59early_stopping_patience:
60resume_from_checkpoint:
61local_rank:
62logging_steps:
63xformers_attention:
64flash_attention: true
65
66loss_watchdog_threshold: 5.0
67loss_watchdog_patience: 3
68
69warmup_steps: 10
70evals_per_epoch: 1
71eval_table_size:
72eval_max_new_tokens: 128
73saves_per_epoch: 1
74debug:
75deepspeed:
76weight_decay: 0.0
77fsdp:
78fsdp_config:
79special_tokens:
80| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.7921 | 1.0 | 1056 | 1.6606 |