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
94696ab1
Commit
94696ab1
authored
Feb 11, 2022
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Feb 11, 2022
Browse files
Internal change
PiperOrigin-RevId: 428033731
parent
7646cca4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
official/nlp/data/create_finetuning_data.py
official/nlp/data/create_finetuning_data.py
+0
-1
No files found.
official/nlp/data/create_finetuning_data.py
View file @
94696ab1
...
@@ -33,7 +33,6 @@ from official.nlp.tools import tokenization
...
@@ -33,7 +33,6 @@ from official.nlp.tools import tokenization
FLAGS
=
flags
.
FLAGS
FLAGS
=
flags
.
FLAGS
# TODO(chendouble): consider moving each task to its own binary.
flags
.
DEFINE_enum
(
flags
.
DEFINE_enum
(
"fine_tuning_task_type"
,
"classification"
,
"fine_tuning_task_type"
,
"classification"
,
[
"classification"
,
"regression"
,
"squad"
,
"retrieval"
,
"tagging"
],
[
"classification"
,
"regression"
,
"squad"
,
"retrieval"
,
"tagging"
],
...
...
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