byt5_small_by_file / adapter_config.json
tcwong's picture
Upload 10 files
34d348d verified
raw
history blame
689 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "google/byt5-small",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 1024,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 512,
"rank_pattern": {},
"revision": null,
"target_modules": [
"o",
"k",
"v",
"wo",
"wi_0",
"q",
"wi_1"
],
"task_type": "SEQ_2_SEQ_LM",
"use_dora": true,
"use_rslora": true
}