public static class BERTFeatureExtractor.BERTFeatureExtractorOptions extends Object implements com.oracle.labs.mlrg.olcut.config.Options
Modifier and Type | Field and Description |
---|---|
BERTFeatureExtractor<?> |
bert |
Path |
inputFile |
Path |
outputFile |
Constructor and Description |
---|
BERTFeatureExtractorOptions() |
@Option(charName=98, longName="bert", usage="BERTFeatureExtractor instance") public BERTFeatureExtractor<?> bert
@Option(charName=105, longName="input-file", usage="Input file to read, one doc per line") public Path inputFile
@Option(charName=111, longName="output-file", usage="Output json file.") public Path outputFile
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.