Export ALBERT main layer in TensorFlow (#3354)

This commit is contained in:
Lysandre Debut
2020-03-19 13:53:05 -04:00
committed by GitHub
parent 3bedfd3347
commit f049be7ad4

View File

@@ -434,6 +434,7 @@ if is_tf_available():
from .modeling_tf_albert import (
TFAlbertPreTrainedModel,
TFAlbertMainLayer,
TFAlbertModel,
TFAlbertForMaskedLM,
TFAlbertForSequenceClassification,