Constant Field Values
Contents
org.deeplearning4j.*
-
org.deeplearning4j.iterator.bert.BertMaskedLMMasker Modifier and Type Constant Field Value public static final double
DEFAULT_MASK_PROB
0.15
public static final double
DEFAULT_MASK_TOKEN_PROB
0.8
public static final double
DEFAULT_RANDOM_WORD_PROB
0.1
-
org.deeplearning4j.models.embeddings.reader.impl.BasicModelUtils<T extends SequenceElement> Modifier and Type Constant Field Value public static final String
CORRECT
"correct"
public static final String
EXISTS
"exists"
public static final String
WRONG
"wrong"
-
org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl<T extends SequenceElement> Modifier and Type Constant Field Value public static final String
DEFAULT_UNK
"UNK"
-
org.deeplearning4j.models.sequencevectors.transformers.impl.iterables.ParallelTransformerIterator Modifier and Type Constant Field Value protected static final int
capacity
1024
-
org.deeplearning4j.text.tokenization.tokenizer.preprocessor.BertWordPiecePreProcessor Modifier and Type Constant Field Value public static final char
REPLACEMENT_CHAR
65533