transformers/docs/source/main_classes
Julien Chaumond 99207bd112
Pipelines: miscellanea of QoL improvements and small features... (#4632)
* [hf_api] Attach all unknown attributes for future-proof compatibility

* [Pipeline] NerPipeline is really a TokenClassificationPipeline

* modelcard.py: I don't think we need to force the download

* Remove config, tokenizer from SUPPORTED_TASKS as we're moving to one model = one weight + one tokenizer

* FillMaskPipeline: also output token in string form

* TextClassificationPipeline: option to return all scores, not just the argmax

* Update docs/source/main_classes/pipelines.rst
2020-06-03 03:51:31 -04:00
..
configuration.rst GPU text generation: mMoved the encoded_prompt to correct device 2020-01-06 15:11:12 +01:00
model.rst Reformer (#3351) 2020-05-07 10:17:01 +02:00
optimizer_schedules.rst TF ALBERT + TF Utilities + Fix warnings 2020-01-23 09:38:45 -05:00
pipelines.rst Pipelines: miscellanea of QoL improvements and small features... (#4632) 2020-06-03 03:51:31 -04:00
processors.rst [doc] Fix broken links + remove crazy big notebook 2020-05-07 18:44:18 -04:00
tokenizer.rst Cleanup fast tokenizers integration (#3706) 2020-04-18 13:43:57 +02:00