cosimoiaia's picture
Upload folder using huggingface_hub
b142f95
raw
history blame
No virus
394 Bytes
{
"base_model_name_or_path": "EleutherAI/gpt-neox-20b",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 16,
"lora_dropout": 0.0,
"modules_to_save": null,
"peft_type": "LORA",
"r": 64,
"target_modules": [
"dense_h_to_4h",
"dense",
"dense_4h_to_h",
"query_key_value"
],
"task_type": "CAUSAL_LM"
}