transformers
eec46b4f
- Fix MinNewTokensLengthLogitsProcessor when used with a list of eos tokens (#21959)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Comment Changes
Previous Change (CTRL+↑)
Next Change (CTRL+↓)
Expand Context Lines
Collapse Context Lines
Hide Minimap (CTRL+M)
Commit
2 years ago
Fix MinNewTokensLengthLogitsProcessor when used with a list of eos tokens (#21959) * Fix MinNewTokensLengthLogitsProcessor when used with a list of eos tokens * fix docs * Empty commit * formatting
References
#27720 - Add common processor tests
#32831 - [Docs] Update resources
#29969 - [SigLIP] Add fast tokenizer
#38622 - [AutoModelForMaskGeneration] Remove duplicate code
#33111 - [Backbone] Remove out_features everywhere
#33174 - [Zero-shot image classification pipeline] Remove tokenizer_kwargs
#21959 - Fix MinNewTokensLengthLogitsProcessor when used with a list of eos tokens
Author
eladsegal
Parents
4063fd9c
Files
2
src/transformers/generation
logits_process.py
tests/generation
test_logits_process.py
Loading