Views
No views yet
0.4.11base_model: mistralai/Mistral-7B-v0.1
2model_type: MistralForCausalLM
3tokenizer_type: LlamaTokenizer
4is_mistral_derived_model: true
5
6load_in_8bit: false
7load_in_4bit: true
8strict: false
9
10lora_fan_in_fan_out: false
11data_seed: 49
12seed: 49
13
14datasets:
15 - path: dperezrada/anonimizacion
16 type: sharegpt
17 conversation: alpaca
18dataset_prepared_path: last_run_prepared
19val_set_size: 0.1
20output_dir: ./qlora-alpaca-out
21hub_model_id: hamel/hc-mistral-alpaca
22
23adapter: qlora
24lora_model_dir:
25
26sequence_len: 896
27sample_packing: false
28pad_to_sequence_len: true
29
30lora_r: 32
31lora_alpha: 16
32lora_dropout: 0.05
33lora_target_linear: true
34lora_fan_in_fan_out:
35lora_target_modules:
36 - gate_proj
37 - down_proj
38 - up_proj
39 - q_proj
40 - v_proj
41 - k_proj
42 - o_proj
43
44wandb_project: anonimizacion
45wandb_entity: danip
46
47gradient_accumulation_steps: 4
48micro_batch_size: 16
49eval_batch_size: 16
50num_epochs: 3
51optimizer: adamw_bnb_8bit
52lr_scheduler: cosine
53learning_rate: 0.0002
54max_grad_norm: 1.0
55adam_beta2: 0.95
56adam_epsilon: 0.00001
57save_total_limit: 12
58
59train_on_inputs: false
60group_by_length: false
61bf16: true
62fp16: false
63tf32: false
64
65gradient_checkpointing: true
66early_stopping_patience:
67resume_from_checkpoint:
68local_rank:
69logging_steps: 1
70xformers_attention:
71flash_attention: true
72
73loss_watchdog_threshold: 5.0
74loss_watchdog_patience: 3
75
76warmup_steps: 20
77evals_per_epoch: 4
78eval_table_size:
79eval_table_max_new_tokens: 128
80saves_per_epoch: 6
81debug:
82weight_decay: 0.0
83fsdp:
84fsdp_config:
85special_tokens:
86 bos_token: "<s>"
87 eos_token: "</s>"
88 unk_token: "<unk>"
89save_safetensors: true| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.3137 | 0.0404 | 1 | 0.3809 |
| 0.237 | 0.2424 | 6 | 0.2093 |
| 0.0584 | 0.4848 | 12 | 0.0962 |
| 0.1121 | 0.7273 | 18 | 0.0775 |
| 0.0336 | 0.9697 | 24 | 0.0712 |
| 0.0237 | 1.2121 | 30 | 0.0682 |
| 0.0308 | 1.4545 | 36 | 0.0645 |
| 0.0929 | 1.6970 | 42 | 0.0647 |
| 0.0683 | 1.9394 | 48 | 0.0625 |
| 0.0158 | 2.1818 | 54 | 0.0597 |
| 0.021 | 2.4242 | 60 | 0.0589 |
| 0.0432 | 2.6667 | 66 | 0.0588 |
| 0.0436 | 2.9091 | 72 | 0.0589 |