Package | Description |
---|---|
org.deeplearning4j.iterator |
Modifier and Type | Field and Description |
---|---|
protected BertIterator.UnsupervisedLabelFormat |
BertIterator.unsupervisedLabelFormat |
protected BertIterator.UnsupervisedLabelFormat |
BertIterator.Builder.unsupervisedLabelFormat |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
BertIterator.Builder |
BertIterator.Builder.unsupervisedLabelFormat(BertIterator.UnsupervisedLabelFormat labelFormat)
Used only for unsupervised training (i.e., when task is set to
BertIterator.Task.UNSUPERVISED for learning a
masked language model. |
Copyright © 2022. All rights reserved.