| { |
| "auto_mapping": null, |
| "base_model_name_or_path": "nousresearch/llama-2-7b-chat-hf", |
| "bias": "none", |
| "fan_in_fan_out": false, |
| "inference_mode": true, |
| "init_lora_weights": true, |
| "layers_pattern": null, |
| "layers_to_transform": null, |
| "lora_alpha": 16, |
| "lora_dropout": 0.1, |
| "modules_to_save": null, |
| "peft_type": "LORA", |
| "r": 64, |
| "revision": null, |
| "target_modules": [ |
| "q_proj", |
| "v_proj" |
| ], |
| "task_type": "CAUSAL_LM", |
| "attention_probs_dropout_prob": 0.1, |
| "gradient_checkpointing": false, |
| "hidden_act": "gelu", |
| "hidden_dropout_prob": 0.1, |
| "hidden_size": 384, |
| "initializer_range": 0.02, |
| "intermediate_size": 1536, |
| "layer_norm_eps": 1e-12, |
| "max_position_embeddings": 512, |
| "model_type": "bert", |
| "num_attention_heads": 12, |
| "num_hidden_layers": 6, |
| "pad_token_id": 0, |
| "position_embedding_type": "absolute", |
| "transformers_version": "4.8.2", |
| "type_vocab_size": 2, |
| "use_cache": true, |
| "vocab_size": 30522 |
| } |