SynthID: better example (#34372)

* better example

* Update src/transformers/generation/configuration_utils.py

* Update src/transformers/generation/logits_process.py

* nits
This commit is contained in:
Joao Gante
2024-10-25 11:46:46 +01:00
committed by GitHub
parent 223855314f
commit 8814043c8c
3 changed files with 11 additions and 13 deletions

View File

@@ -428,13 +428,11 @@ A [`Constraint`] can be used to force the generation to include specific tokens
- __call__
[[autodoc]] BayesianDetectorConfig
- __call__
[[autodoc]] BayesianDetectorModel
- __call__
- forward
[[autodoc]] SynthIDTextWatermarkingConfig
- __call__
[[autodoc]] SynthIDTextWatermarkDetector
- __call__