Skip to content

Commit

Permalink
Merge pull request huggingface#47 from stevezheng23/dev/zheng/coqa
Browse files Browse the repository at this point in the history
add mat-coqa runner with multitask + adversarial training support (co…
  • Loading branch information
stevezheng23 authored Nov 23, 2019
2 parents 93a2707 + 18df317 commit 99a7a73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion transformers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
from .modeling_roberta import (RobertaForMaskedLM, RobertaModel, RobertaModelAT,
RobertaForSequenceClassification, RobertaForTokenClassification,
RobertaForMultipleChoice, RobertaForQuestionAnswering, RobertaForQuestionAnsweringComplex,
RobertaForQuestionAnsweringKD, RobertaForQuestionAnsweringAT, RobertaForQuestionAnsweringMT,
RobertaForQuestionAnsweringKD, RobertaForQuestionAnsweringAT,
RobertaForQuestionAnsweringMT, RobertaForQuestionAnsweringMAT,
ROBERTA_PRETRAINED_MODEL_ARCHIVE_MAP)
from .modeling_distilbert import (DistilBertForMaskedLM, DistilBertModel,
DistilBertForSequenceClassification, DistilBertForQuestionAnswering,
Expand Down

0 comments on commit 99a7a73

Please sign in to comment.