Update config.json
Browse files- config.json +7 -1
    	
        config.json
    CHANGED
    
    | @@ -21,5 +21,11 @@ | |
| 21 | 
             
              "summary_proj_to_labels": true,
         | 
| 22 | 
             
              "summary_type": "cls_index",
         | 
| 23 | 
             
              "summary_use_proj": true,
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 24 | 
             
              "vocab_size": 50257
         | 
| 25 | 
            -
            }
         | 
|  | |
| 21 | 
             
              "summary_proj_to_labels": true,
         | 
| 22 | 
             
              "summary_type": "cls_index",
         | 
| 23 | 
             
              "summary_use_proj": true,
         | 
| 24 | 
            +
              "task_specific_params": {
         | 
| 25 | 
            +
                "text-generation": {
         | 
| 26 | 
            +
                  "do_sample": true,
         | 
| 27 | 
            +
                  "max_length": 50
         | 
| 28 | 
            +
                }
         | 
| 29 | 
            +
              },
         | 
| 30 | 
             
              "vocab_size": 50257
         | 
| 31 | 
            +
            }
         | 

