Commit 47591763 authored by Patrick von Platen's avatar Patrick von Platen Committed by Julien Chaumond
Browse files

add camembert for Question answering for examples

parent 11573231
...@@ -235,6 +235,7 @@ if is_torch_available(): ...@@ -235,6 +235,7 @@ if is_torch_available():
CamembertForSequenceClassification, CamembertForSequenceClassification,
CamembertForMultipleChoice, CamembertForMultipleChoice,
CamembertForTokenClassification, CamembertForTokenClassification,
CamembertForQuestionAnswering,
CAMEMBERT_PRETRAINED_MODEL_ARCHIVE_MAP, CAMEMBERT_PRETRAINED_MODEL_ARCHIVE_MAP,
) )
from .modeling_encoder_decoder import PreTrainedEncoderDecoder from .modeling_encoder_decoder import PreTrainedEncoderDecoder
......
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