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
7046de29
"vscode:/vscode.git/clone" did not exist on "35cd8eed887891bee60194a95adc35b884f68f55"
Commit
7046de29
authored
Feb 07, 2020
by
Lysandre
Committed by
Victor SANH
Feb 07, 2020
Browse files
E231
parent
0d3aa3c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/pipelines.py
src/transformers/pipelines.py
+1
-1
No files found.
src/transformers/pipelines.py
View file @
7046de29
...
...
@@ -977,7 +977,7 @@ SUPPORTED_TASKS = {
"tf"
:
TFAutoModelForQuestionAnswering
if
is_tf_available
()
else
None
,
"pt"
:
AutoModelForQuestionAnswering
if
is_torch_available
()
else
None
,
"default"
:
{
"model"
:
{
"pt"
:
"distilbert-base-cased-distilled-squad"
,
"tf"
:
"distilbert-base-cased-distilled-squad"
,
},
"model"
:
{
"pt"
:
"distilbert-base-cased-distilled-squad"
,
"tf"
:
"distilbert-base-cased-distilled-squad"
},
"config"
:
None
,
"tokenizer"
:
"distilbert-base-cased"
,
},
...
...
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