Added test for AlbertForTokenClassification
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user