Song Yi commited on
Commit
d85f3d6
·
verified ·
1 Parent(s): 3e60fae

Create generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +57 -0
generation_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 128000,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128004
7
+ ],
8
+ "pad_token_id": null,
9
+ "transformers_version": "4.45.0",
10
+
11
+ "do_sample": true,
12
+ "temperature": 0.7,
13
+ "top_p": 0.9,
14
+ "top_k": 50,
15
+ "repetition_penalty": 1.1,
16
+ "no_repeat_ngram_size": 3,
17
+ "encoder_no_repeat_ngram_size": 0,
18
+
19
+ "max_length": 8192,
20
+ "max_new_tokens": null,
21
+ "min_length": 0,
22
+ "min_new_tokens": null,
23
+
24
+ "early_stopping": false,
25
+ "length_penalty": 1.0,
26
+ "num_beams": 1,
27
+ "num_beam_groups": 1,
28
+ "diversity_penalty": 0.0,
29
+
30
+ "num_return_sequences": 1,
31
+ "output_attentions": false,
32
+ "output_hidden_states": false,
33
+ "output_scores": false,
34
+ "return_dict_in_generate": false,
35
+
36
+ "bad_words_ids": null,
37
+ "force_words_ids": null,
38
+ "renormalize_logits": false,
39
+ "constraints": null,
40
+ "forced_bos_token_id": null,
41
+ "forced_eos_token_id": null,
42
+ "remove_invalid_values": true,
43
+ "exponential_decay_length_penalty": null,
44
+ "suppress_tokens": null,
45
+ "begin_suppress_tokens": null,
46
+
47
+ "guidance_scale": null,
48
+ "low_memory": null,
49
+
50
+ "typical_p": null,
51
+ "epsilon_cutoff": 0.0,
52
+ "eta_cutoff": 0.0,
53
+
54
+ "use_cache": true,
55
+ "static_cache": false,
56
+ "cache_implementation": null
57
+ }