Commit 
							
							·
						
						3fdfba1
	
1
								Parent(s):
							
							204d0e6
								
Upload adapter_config.json with huggingface_hub
Browse files- adapter_config.json +20 -0
 
    	
        adapter_config.json
    ADDED
    
    | 
         @@ -0,0 +1,20 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "base_model_name_or_path": "google/flan-t5-large",
         
     | 
| 3 | 
         
            +
              "bias": "none",
         
     | 
| 4 | 
         
            +
              "fan_in_fan_out": false,
         
     | 
| 5 | 
         
            +
              "inference_mode": true,
         
     | 
| 6 | 
         
            +
              "init_lora_weights": true,
         
     | 
| 7 | 
         
            +
              "layers_pattern": null,
         
     | 
| 8 | 
         
            +
              "layers_to_transform": null,
         
     | 
| 9 | 
         
            +
              "lora_alpha": 32,
         
     | 
| 10 | 
         
            +
              "lora_dropout": 0.1,
         
     | 
| 11 | 
         
            +
              "modules_to_save": null,
         
     | 
| 12 | 
         
            +
              "peft_type": "LORA",
         
     | 
| 13 | 
         
            +
              "r": 16,
         
     | 
| 14 | 
         
            +
              "revision": null,
         
     | 
| 15 | 
         
            +
              "target_modules": [
         
     | 
| 16 | 
         
            +
                "q",
         
     | 
| 17 | 
         
            +
                "v"
         
     | 
| 18 | 
         
            +
              ],
         
     | 
| 19 | 
         
            +
              "task_type": "SEQ_2_SEQ_LM"
         
     | 
| 20 | 
         
            +
            }
         
     |