pszemraj commited on
Commit
dbce440
1 Parent(s): 260979b

Delete generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +0 -12
generation_config.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "decoder_start_token_id": 0,
3
- "eos_token_id": 1,
4
- "pad_token_id": 0,
5
- "max_length": 128,
6
- "min_length": 4,
7
- "num_beams": 4,
8
- "repetition_penalty": 1.1,
9
- "length_penalty": 1.0,
10
- "early_stopping": true,
11
- "transformers_version": "4.27.0.dev0"
12
- }