File size: 426 Bytes
d657346
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "bos_token_id": 1000,
  "cache_implementation": "dynamic",
  "confidence_threshold": 0.05,
  "eos_token_id": 1001,
  "max_denoising_steps": 64,
  "max_new_tokens": 64,
  "pad_token_id": 1000,
  "return_dict_in_generate": true,
  "sampler_config": {
    "_cls_name": "EntropyBoundSamplerConfig",
    "entropy_bound": 1.0
  },
  "stability_threshold": 3,
  "t_max": 0.8,
  "t_min": 0.4,
  "transformers_version": "5.14.1"
}