claire-7b-instruct-bf16-peft / adapter_config.json
PhilSad's picture
Training in progress, step 30
4c0b32a verified
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "OpenLLM-France/Claire-7B-0.1",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 32,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"rank_pattern": {},
"revision": null,
"target_modules": [
"query_key_value",
"dense_4h_to_h",
"dense",
"dense_h_to_4h"
],
"task_type": "CAUSAL_LM",
"use_rslora": false
}