Update adapter_config.json
Browse files- adapter_config.json +1 -3
    	
        adapter_config.json
    CHANGED
    
    | @@ -1,10 +1,8 @@ | |
| 1 | 
             
            {
         | 
| 2 | 
             
              "alpha_pattern": {},
         | 
| 3 | 
             
              "auto_mapping": null,
         | 
| 4 | 
            -
              "base_model_name_or_path": " | 
| 5 | 
             
              "bias": "none",
         | 
| 6 | 
            -
              "eva_config": null,
         | 
| 7 | 
            -
              "exclude_modules": null,
         | 
| 8 | 
             
              "fan_in_fan_out": false,
         | 
| 9 | 
             
              "inference_mode": true,
         | 
| 10 | 
             
              "init_lora_weights": true,
         | 
|  | |
| 1 | 
             
            {
         | 
| 2 | 
             
              "alpha_pattern": {},
         | 
| 3 | 
             
              "auto_mapping": null,
         | 
| 4 | 
            +
              "base_model_name_or_path": "meta-llama/Meta-Llama-3.1-8B-Instruct",
         | 
| 5 | 
             
              "bias": "none",
         | 
|  | |
|  | |
| 6 | 
             
              "fan_in_fan_out": false,
         | 
| 7 | 
             
              "inference_mode": true,
         | 
| 8 | 
             
              "init_lora_weights": true,
         |