lukealonso commited on
Commit
d592276
·
verified ·
1 Parent(s): 98464d0

Add files using upload-large-folder tool

Browse files
Files changed (1) hide show
  1. generation_config.json +8 -70
generation_config.json CHANGED
@@ -1,71 +1,9 @@
1
  {
2
- "max_length": null,
3
- "max_new_tokens": null,
4
- "min_length": null,
5
- "min_new_tokens": null,
6
- "early_stopping": null,
7
- "max_time": null,
8
- "stop_strings": null,
9
- "do_sample": null,
10
- "num_beams": null,
11
- "use_cache": true,
12
- "cache_implementation": null,
13
- "cache_config": null,
14
- "temperature": null,
15
- "top_k": null,
16
- "top_p": null,
17
- "min_p": null,
18
- "top_h": null,
19
- "typical_p": null,
20
- "epsilon_cutoff": null,
21
- "eta_cutoff": null,
22
- "repetition_penalty": null,
23
- "encoder_repetition_penalty": null,
24
- "length_penalty": null,
25
- "no_repeat_ngram_size": null,
26
- "bad_words_ids": null,
27
- "renormalize_logits": null,
28
- "forced_bos_token_id": null,
29
- "forced_eos_token_id": null,
30
- "remove_invalid_values": null,
31
- "exponential_decay_length_penalty": null,
32
- "suppress_tokens": null,
33
- "begin_suppress_tokens": null,
34
- "sequence_bias": null,
35
- "token_healing": null,
36
- "guidance_scale": null,
37
- "watermarking_config": null,
38
- "num_return_sequences": null,
39
- "output_attentions": false,
40
- "output_hidden_states": false,
41
- "output_scores": null,
42
- "output_logits": null,
43
- "return_dict_in_generate": null,
44
- "pad_token_id": null,
45
- "bos_token_id": 1,
46
- "eos_token_id": 2,
47
- "encoder_no_repeat_ngram_size": null,
48
- "decoder_start_token_id": null,
49
- "is_assistant": null,
50
- "num_assistant_tokens": null,
51
- "num_assistant_tokens_schedule": null,
52
- "assistant_confidence_threshold": null,
53
- "prompt_lookup_num_tokens": null,
54
- "max_matching_ngram_size": null,
55
- "assistant_early_exit": null,
56
- "assistant_lookbehind": null,
57
- "target_lookbehind": null,
58
- "compile_config": null,
59
- "disable_compile": null,
60
- "continuous_batching_config": null,
61
- "low_memory": null,
62
- "penalty_alpha": null,
63
- "dola_layers": null,
64
- "diversity_penalty": null,
65
- "num_beam_groups": null,
66
- "constraints": null,
67
- "force_words_ids": null,
68
- "prefill_chunk_size": null,
69
- "_from_model_config": true,
70
- "transformers_version": "5.5.3"
71
- }
 
1
  {
2
+ "bos_token_id": 200019,
3
+ "do_sample": true,
4
+ "eos_token_id": 200020,
5
+ "temperature": 1.0,
6
+ "top_p": 0.95,
7
+ "top_k": 40,
8
+ "transformers_version": "4.46.1"
9
+ }