mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Added test for AlbertForTokenClassification
This commit is contained in:
parent
aceb6a0907
commit
f71157529e
@ -29,6 +29,7 @@ if is_torch_available():
|
||||
AlbertModel,
|
||||
AlbertForMaskedLM,
|
||||
AlbertForSequenceClassification,
|
||||
AlbertForTokenClassification,
|
||||
AlbertForQuestionAnswering,
|
||||
)
|
||||
from transformers.modeling_albert import ALBERT_PRETRAINED_MODEL_ARCHIVE_MAP
|
||||
|
Loading…
Reference in New Issue
Block a user