Text Generation
Transformers
English
codegen
Inference Endpoints
File size: 502 Bytes
b19b63d
 
1629be6
5e9bf4a
4df4378
3568489
4df4378
150b379
0e1a117
b19b63d
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "base_model_name_or_path": "Salesforce/codegen-6B-mono",
  "peft_model_id": "mhhmm/codegen-6B-LoRA",
  "_name_or_path": "codegen-6B-mono",
  "architectures": [
    "PeftModel"
  ],
  "model_type": "peft",
  "pad_token_id": 1023,
  "fan_in_fan_out": false,
  "inference_mode": true,
  "init_lora_weights": true,
  "lora_alpha": 32,
  "lora_dropout": 0.05,
  "modules_to_save": null,
  "peft_type": "LORA",
  "r": 16,
  "target_modules": [
    "q_proj",
    "v_proj"
  ],
  "task_type": "CAUSAL_LM"
}