"ppocr/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "8d602649d008fc20e793a26a66a5aac8a79fb02a"
Unverified Commit adfe6ace authored by Philipp's avatar Philipp Committed by GitHub
Browse files

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

Resolves: #7613
parent f0d20ad3
...@@ -614,7 +614,7 @@ class SquadProcessor(DataProcessor): ...@@ -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 = ""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment