Xiangda Li
		
	commited on
		
		
					Upload generation_config.json with huggingface_hub
Browse files- generation_config.json +14 -0
 
    	
        generation_config.json
    ADDED
    
    | 
         @@ -0,0 +1,14 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "bos_token_id": 128000,
         
     | 
| 3 | 
         
            +
              "do_sample": true,
         
     | 
| 4 | 
         
            +
              "eos_token_id": [
         
     | 
| 5 | 
         
            +
                128001,
         
     | 
| 6 | 
         
            +
                128008,
         
     | 
| 7 | 
         
            +
                128009
         
     | 
| 8 | 
         
            +
              ],
         
     | 
| 9 | 
         
            +
              "max_length": 131072,
         
     | 
| 10 | 
         
            +
              "pad_token_id": 128004,
         
     | 
| 11 | 
         
            +
              "temperature": 0.6,
         
     | 
| 12 | 
         
            +
              "top_p": 0.9,
         
     | 
| 13 | 
         
            +
              "transformers_version": "4.47.1"
         
     | 
| 14 | 
         
            +
            }
         
     |