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.UnsupervisedLabelFormatBertIterator.Builder. unsupervisedLabelFormatprotected BertIterator.UnsupervisedLabelFormatBertIterator. unsupervisedLabelFormatMethods in org.deeplearning4j.iterator that return BertIterator.UnsupervisedLabelFormat Modifier and Type Method Description static BertIterator.UnsupervisedLabelFormatBertIterator.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.BuilderBertIterator.Builder. unsupervisedLabelFormat(BertIterator.UnsupervisedLabelFormat labelFormat)Used only for unsupervised training (i.e., when task is set toBertIterator.Task.UNSUPERVISEDfor learning a masked language model.
-