Fix wrong reference name/filename in docstring (#7616)

Resolves: #7613
This commit is contained in:
Philipp
2020-10-07 00:02:29 +02:00
committed by GitHub
parent f0d20ad328
commit adfe6ace88

View File

@@ -614,7 +614,7 @@ class SquadProcessor(DataProcessor):
Args: Args:
data_dir: Directory containing the data files used for training and evaluating. data_dir: Directory containing the data files used for training and evaluating.
filename: None by default, specify this if the evaluation file has a different name than the original one filename: None by default, specify this if the evaluation file has a different name than the original one
which is `train-v1.1.json` and `train-v2.0.json` for squad versions 1.1 and 2.0 respectively. which is `dev-v1.1.json` and `dev-v2.0.json` for squad versions 1.1 and 2.0 respectively.
""" """
if data_dir is None: if data_dir is None:
data_dir = "" data_dir = ""