Kirim1 commited on
Commit
6579aa5
·
verified ·
1 Parent(s): c3ca99f

Create generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +39 -0
generation_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.36.0",
7
+
8
+ "max_length": 32768,
9
+ "max_new_tokens": 2048,
10
+ "min_length": 0,
11
+ "min_new_tokens": null,
12
+
13
+ "do_sample": true,
14
+ "temperature": 0.7,
15
+ "top_k": 50,
16
+ "top_p": 0.9,
17
+ "typical_p": 1.0,
18
+ "repetition_penalty": 1.1,
19
+ "length_penalty": 1.0,
20
+ "no_repeat_ngram_size": 0,
21
+
22
+ "encoder_repetition_penalty": 1.0,
23
+ "num_beams": 1,
24
+ "num_beam_groups": 1,
25
+ "diversity_penalty": 0.0,
26
+ "forced_bos_token_id": null,
27
+ "forced_eos_token_id": null,
28
+ "exponential_decay_length_penalty": null,
29
+
30
+ "remove_invalid_values": false,
31
+ "begin_suppress_tokens": null,
32
+ "suppress_tokens": null,
33
+
34
+ "use_cache": true,
35
+ "output_attentions": false,
36
+ "output_hidden_states": false,
37
+ "output_scores": false,
38
+ "return_dict_in_generate": false
39
+ }