Commit f7115752 authored by Martin Malmsten's avatar Martin Malmsten
Browse files

Added test for AlbertForTokenClassification

parent aceb6a09
...@@ -29,6 +29,7 @@ if is_torch_available(): ...@@ -29,6 +29,7 @@ if is_torch_available():
AlbertModel, AlbertModel,
AlbertForMaskedLM, AlbertForMaskedLM,
AlbertForSequenceClassification, AlbertForSequenceClassification,
AlbertForTokenClassification,
AlbertForQuestionAnswering, AlbertForQuestionAnswering,
) )
from transformers.modeling_albert import ALBERT_PRETRAINED_MODEL_ARCHIVE_MAP from transformers.modeling_albert import ALBERT_PRETRAINED_MODEL_ARCHIVE_MAP
......
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