stas commited on
Commit
56e4738
·
verified ·
1 Parent(s): f142fc3

Update generation_config.json

Browse files

With the recent `transformers` this generates:
```
The following generation flags are not valid and may be ignored: ['pad_token_id']. Set `TRANSFORMERS_VERBOSITY=info` for more details.
```
so proposing to remove it? probably in the rest of the hf testing models as well?

Files changed (1) hide show
  1. generation_config.json +0 -1
generation_config.json CHANGED
@@ -2,6 +2,5 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 0,
4
  "eos_token_id": 1,
5
- "pad_token_id": -1,
6
  "transformers_version": "4.38.0.dev0"
7
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 0,
4
  "eos_token_id": 1,
 
5
  "transformers_version": "4.38.0.dev0"
6
  }