Uses of Class
org.deeplearning4j.iterator.BertIterator.UnsupervisedLabelFormat
-
Packages that use BertIterator.UnsupervisedLabelFormat Package Description org.deeplearning4j.iterator -
-
Uses of BertIterator.UnsupervisedLabelFormat in org.deeplearning4j.iterator
Fields in org.deeplearning4j.iterator declared as BertIterator.UnsupervisedLabelFormat Modifier and Type Field Description protected BertIterator.UnsupervisedLabelFormat
BertIterator.Builder. unsupervisedLabelFormat
protected BertIterator.UnsupervisedLabelFormat
BertIterator. unsupervisedLabelFormat
Methods in org.deeplearning4j.iterator that return BertIterator.UnsupervisedLabelFormat Modifier and Type Method Description static BertIterator.UnsupervisedLabelFormat
BertIterator.UnsupervisedLabelFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static BertIterator.UnsupervisedLabelFormat[]
BertIterator.UnsupervisedLabelFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.deeplearning4j.iterator with parameters of type BertIterator.UnsupervisedLabelFormat Modifier and Type Method Description BertIterator.Builder
BertIterator.Builder. unsupervisedLabelFormat(BertIterator.UnsupervisedLabelFormat labelFormat)
Used only for unsupervised training (i.e., when task is set toBertIterator.Task.UNSUPERVISED
for learning a masked language model.
-