Views
No views yet
0.4.11base_model: Fischerboot/llama3-carlodda-v1
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: Fischerboot/german-emotions-alpaca-gemini
11 type: alpaca
12 - path: Fischerboot/living-ai-german-lol
13 type: alpaca
14 - path: Fischerboot/german-mongotom
15 type: alpaca
16dataset_prepared_path:
17val_set_size: 0
18output_dir: ./outputs/qlora-out
19
20adapter: qlora
21lora_model_dir:
22
23sequence_len: 4096
24sample_packing: true
25pad_to_sequence_len: true
26
27lora_r: 32
28lora_alpha: 16
29lora_dropout: 0.05
30lora_target_modules:
31lora_target_linear: true
32lora_fan_in_fan_out:
33
34wandb_project:
35wandb_entity:
36wandb_watch:
37wandb_name:
38wandb_log_model:
39
40gradient_accumulation_steps: 4
41micro_batch_size: 2
42num_epochs: 3
43optimizer: paged_adamw_32bit
44lr_scheduler: cosine
45learning_rate: 0.0002
46
47train_on_inputs: false
48group_by_length: false
49bf16: auto
50fp16:
51tf32: false
52
53gradient_checkpointing: true
54early_stopping_patience:
55resume_from_checkpoint:
56local_rank:
57logging_steps: 1
58xformers_attention:
59flash_attention: true
60
61warmup_steps: 10
62evals_per_epoch: 4
63eval_table_size:
64saves_per_epoch: 1
65debug:
66deepspeed:
67weight_decay: 0.0
68fsdp:
69fsdp_config:
70special_tokens:
71 pad_token: "<|end_of_text|>"
72