Upload generation_config.json with huggingface_hub
Browse files- generation_config.json +11 -0
    	
        generation_config.json
    ADDED
    
    | @@ -0,0 +1,11 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "bos_token_id": 120000,
         | 
| 3 | 
            +
              "do_sample": true,
         | 
| 4 | 
            +
              "eos_token_id": 120020,
         | 
| 5 | 
            +
              "pad_token_id": 120002,
         | 
| 6 | 
            +
              "repetition_penalty": 1.05,
         | 
| 7 | 
            +
              "temperature": 0.7,
         | 
| 8 | 
            +
              "top_k": 20,
         | 
| 9 | 
            +
              "top_p": 0.8,
         | 
| 10 | 
            +
              "transformers_version": "4.52.4"
         | 
| 11 | 
            +
            }
         | 

