ground-zero / configs /lora_bambara.yaml
jefffffff9
Initial commit: Sahel-Agri Voice AI
76db545
Raw
History Blame Contribute Delete
377 Bytes
language: "bam"
language_code: "bm" # ISO 639-1 code used for Whisper forced_decoder_ids
dataset_subset: "bam"
adapter_name: "bambara"
output_dir: "./adapters/bambara"
lora:
r: 32
lora_alpha: 64
target_modules:
- "q_proj"
- "v_proj"
- "k_proj"
- "out_proj"
- "fc1"
- "fc2"
lora_dropout: 0.05
bias: "none"
task_type: "SEQ_2_SEQ_LM"