jjuarez commited on
Commit
97d5c54
1 Parent(s): 1c2c673

Delete generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +0 -15
generation_config.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "bad_words_ids": [
3
- [
4
- 65000
5
- ]
6
- ],
7
- "bos_token_id": 0,
8
- "decoder_start_token_id": 65000,
9
- "eos_token_id": 0,
10
- "forced_eos_token_id": 0,
11
- "max_length": 512,
12
- "num_beams": 4,
13
- "pad_token_id": 65000,
14
- "transformers_version": "4.27.4"
15
- }