Upload generation_config.json with huggingface_hub
Browse files- generation_config.json +13 -0
    	
        generation_config.json
    ADDED
    
    | @@ -0,0 +1,13 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 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.53.3",
         | 
| 12 | 
            +
              "use_cache": false
         | 
| 13 | 
            +
            }
         | 

