@@ -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 = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user