Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
adfe6ace
Unverified
Commit
adfe6ace
authored
Oct 07, 2020
by
Philipp
Committed by
GitHub
Oct 06, 2020
Browse files
Fix wrong reference name/filename in docstring (#7616)
Resolves: #7613
parent
f0d20ad3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/data/processors/squad.py
src/transformers/data/processors/squad.py
+1
-1
No files found.
src/transformers/data/processors/squad.py
View file @
adfe6ace
...
...
@@ -614,7 +614,7 @@ class SquadProcessor(DataProcessor):
Args:
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
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
:
data_dir
=
""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment