Update config.json
Browse files- config.json +1 -0
    	
        config.json
    CHANGED
    
    | @@ -73,6 +73,7 @@ | |
| 73 | 
             
              "task_specific_params": {
         | 
| 74 | 
             
                "text-generation": {
         | 
| 75 | 
             
                  "do_sample": true,
         | 
|  | |
| 76 | 
             
                  "max_length": 50
         | 
| 77 | 
             
                }
         | 
| 78 | 
             
              }
         | 
|  | |
| 73 | 
             
              "task_specific_params": {
         | 
| 74 | 
             
                "text-generation": {
         | 
| 75 | 
             
                  "do_sample": true,
         | 
| 76 | 
            +
                  "temperature": 0.9,
         | 
| 77 | 
             
                  "max_length": 50
         | 
| 78 | 
             
                }
         | 
| 79 | 
             
              }
         | 
