InputExample
s to a TFRecord file.description
file_based_convert_examples_to_features(
examples,
label_list,
max_seq_length,
tokenizer,
output_file
)
List of InputExample
s to convert.
Character (or integer?); possible labels for examples.
Integer; the maximum number of tokens that will be considered together.
A tokenizer object to use (e.g. object of class FullTokenizer).
Character; path to file to write to.
return value