File size: 260 Bytes
0614a2b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"base_model_name": "google/mt5-base",
"task_type": "extractive",
"task_prefix": "extract: ",
"max_input_length": 1024,
"max_target_length": 400,
"lora_r": 16,
"lora_alpha": 32,
"lora_target_modules": [
"q",
"v",
"k",
"o"
]
} |