ds-alpha-model-ia3-1500step / adapter_config.json
datastreams's picture
Upload ./adapter_config.json with huggingface_hub (#1)
4d1e052
raw
history blame contribute delete
388 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "sminpark/ds-alpha-draft-model",
"fan_in_fan_out": false,
"feedforward_modules": [
"dense_4h_to_h"
],
"inference_mode": true,
"init_ia3_weights": true,
"modules_to_save": null,
"peft_type": "IA3",
"revision": null,
"target_modules": [
"query_key_value",
"dense_4h_to_h"
],
"task_type": "CAUSAL_LM"
}