Views
No views yet
0.4.11base_model: NousResearch/Hermes-3-Llama-3.1-70B
2tokenizer_type: AutoTokenizer
3
4load_in_4bit: true
5strict: false
6
7datasets:
8 - path: Guilherme34/uncensor
9 type: chat_template
10 chat_template: llama3
11 field_messages: messages
12 message_field_role: role
13 message_field_content: content
14 roles:
15 system:
16 - system
17 user:
18 - user
19 assistant:
20 - assistant
21dataset_prepared_path: last_run_prepared
22val_set_size: 0.0
23output_dir: ./outputs/out/Hermes-3-Llama-3.1-70B-Uncensored
24save_safetensors: true
25
26adapter: qlora
27
28sequence_len: 2048
29sample_packing: true
30pad_to_sequence_len: true
31
32lora_r: 16
33lora_alpha: 16
34lora_dropout: 0.05
35lora_target_modules:
36lora_target_linear: true
37
38gradient_accumulation_steps: 4
39micro_batch_size: 1
40num_epochs: 4
41optimizer: adamw_torch
42lr_scheduler: cosine
43learning_rate: 0.00001
44
45train_on_inputs: false
46group_by_length: false
47bf16: true
48tf32: true
49
50gradient_checkpointing: true
51gradient_checkpointing_kwargs:
52 use_reentrant: true
53logging_steps: 1
54flash_attention: true
55
56warmup_steps: 10
57evals_per_epoch: 4
58saves_per_epoch: 1
59weight_decay: 0.0
60fsdp:
61 - full_shard
62 - auto_wrap
63fsdp_config:
64 fsdp_limit_all_gathers: true
65 fsdp_sync_module_states: true
66 fsdp_offload_params: true
67 fsdp_use_orig_params: false
68 fsdp_cpu_ram_efficient_loading: true
69 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
70 fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
71 fsdp_state_dict_type: FULL_STATE_DICT
72 fsdp_sharding_strategy: FULL_SHARD
73special_tokens:
74 pad_token: <|finetune_right_pad_id|>
75