mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 03:01:07 +06:00
Added test for AlbertForTokenClassification
This commit is contained in:
parent
aceb6a0907
commit
f71157529e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user