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
ModelZoo
ResNet50_tensorflow
Commits
4701bfbc
Commit
4701bfbc
authored
Jul 02, 2020
by
Maxim Neumann
Committed by
A. Unique TensorFlower
Jul 02, 2020
Browse files
Add WNLI and RTE to the valid data creation tasks and keep list alphabetical.
PiperOrigin-RevId: 319475767
parent
8a19350e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/nlp/data/create_finetuning_data.py
official/nlp/data/create_finetuning_data.py
+2
-2
No files found.
official/nlp/data/create_finetuning_data.py
View file @
4701bfbc
...
...
@@ -50,8 +50,8 @@ flags.DEFINE_string(
"for the task."
)
flags
.
DEFINE_enum
(
"classification_task_name"
,
"MNLI"
,
[
"COLA"
,
"MNLI"
,
"MRPC"
,
"QNLI"
,
"QQP"
,
"
SST-2"
,
"XNLI
"
,
"
PAWS-X
"
,
"XTREME-XNLI"
,
"XTREME-PAWS-X"
],
[
"COLA"
,
"MNLI"
,
"MRPC"
,
"PAWS-X"
,
"QNLI"
,
"QQP"
,
"
RTE
"
,
"
SST-2"
,
"WNLI"
,
"XNLI
"
,
"XTREME-XNLI"
,
"XTREME-PAWS-X"
],
"The name of the task to train BERT classifier. The "
"difference between XTREME-XNLI and XNLI is: 1. the format "
"of input tsv files; 2. the dev set for XTREME is english "
...
...
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