File size: 561 Bytes
2618291
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "bos_token_id": 0,
  "clean_up_tokenization_spaces": true,
  "decoder_start_token_id": 2,
  "do_sample": true,
  "early_stopping": true,
  "eos_token_id": 2,
  "forced_bos_token_id": 0,
  "forced_eos_token_id": 2,
  "max_new_tokens": 64,
  "n_examples": null,
  "no_repeat_ngram_size": 2,
  "num_beams": 4,
  "pad_to_max_length": true,
  "pad_token_id": 2,
  "padding": "max_length",
  "renormalize_logits": true,
  "skip_special_tokens": true,
  "temperature": 0.85,
  "top_k": 0,
  "top_p": 0.9,
  "transformers_version": "4.38.2",
  "truncation": true
}