We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e17daa commit c0b30e9Copy full SHA for c0b30e9
examples/gpt-2/utils/data_utils.py
@@ -54,7 +54,7 @@ def convert_examples_to_features_and_output_to_files(
54
"text_ids": text_ids,
55
"length": length
56
}
57
- writer.write(features) # type: ignore
+ writer.write(features)
58
59
60
def prepare_pickle_data(data_dir: str,
0 commit comments