Views
No views yet
0.16.0.dev01base_model: crownelius/Crow-9B-Opus-4.6-Distill-Heretic_Qwen3.5
2trust_remote_code: true
3is_qwen_derived_model: true
4
5tokenizer_type: AutoTokenizer
6
7load_in_4bit: true
8bf16: true
9tf32: false
10
11flash_attention: true
12gradient_checkpointing: true
13torch_compile: true
14
15dataset_prepared_path: /runpod-volume/prepared
16
17datasets:
18 - path: l3afai/dataset
19 type: completion
20 ds_type: json
21 data_files: cybersecurity_dataset.jsonl
22 train_on_split: train
23
24dataset_exact_deduplication: true
25shuffle_merged_datasets: true
26
27adapter: lora
28
29lora_r: 32
30lora_alpha: 64
31lora_dropout: 0.05
32
33lora_target_modules:
34 - q_proj
35 - k_proj
36 - v_proj
37 - o_proj
38 - gate_proj
39 - up_proj
40 - down_proj
41
42sequence_len: 4096
43sample_packing: true
44pad_to_sequence_len: true
45
46micro_batch_size: 8
47gradient_accumulation_steps: 2
48
49num_epochs: 1
50learning_rate: 2e-5
51
52optimizer: adamw_bnb_8bit
53lr_scheduler: cosine
54
55warmup_steps: 50
56logging_steps: 5
57
58evals_per_epoch: 1
59saves_per_epoch: 1
60
61group_by_length: true
62train_on_inputs: false
63
64weight_decay: 0.01
65
66output_dir: /runpod-volume/crow-qwen35-cybersec
67
68hub_model_id: l3afai/crow-qwen35-cybersec-lora
69