Unverified Commit 0b567aa4 authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Add Document QA pipeline metadata (#19028)

parent 77b18783
......@@ -80,6 +80,11 @@ PIPELINE_TAGS_AND_AUTO_MODELS = [
"AutoModelForAudioFrameClassification",
),
("audio-xvector", "MODEL_FOR_AUDIO_XVECTOR_MAPPING_NAMES", "AutoModelForAudioXVector"),
(
"document-question-answering",
"MODEL_FOR_DOCUMENT_QUESTION_ANSWERING_MAPPING_NAMES",
"AutoModelForDocumentQuestionAnswering",
),
]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment