update generate_config.json
Browse files- generation_config.json +9 -4
 
    	
        generation_config.json
    CHANGED
    
    | 
         @@ -1,7 +1,12 @@ 
     | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
            -
              "_from_model_config": true,
         
     | 
| 3 | 
         
             
              "bos_token_id": 151643,
         
     | 
| 4 | 
         
            -
              " 
     | 
| 5 | 
         
            -
              " 
     | 
| 6 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 7 | 
         
             
            }
         
     | 
| 
         | 
|
| 1 | 
         
             
            {
         
     | 
| 
         | 
|
| 2 | 
         
             
              "bos_token_id": 151643,
         
     | 
| 3 | 
         
            +
              "do_sample": true,
         
     | 
| 4 | 
         
            +
              "eos_token_id": [
         
     | 
| 5 | 
         
            +
                151645,
         
     | 
| 6 | 
         
            +
                151643
         
     | 
| 7 | 
         
            +
              ],
         
     | 
| 8 | 
         
            +
              "pad_token_id": 151643,
         
     | 
| 9 | 
         
            +
              "repetition_penalty": 1.05,
         
     | 
| 10 | 
         
            +
              "temperature": 1e-06,
         
     | 
| 11 | 
         
            +
              "transformers_version": "4.51.0"
         
     | 
| 12 | 
         
             
            }
         
     |