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
492b352a
Unverified
Commit
492b352a
authored
Jun 04, 2020
by
Jason Phang
Committed by
GitHub
Jun 04, 2020
Browse files
Remove unnecessary model_type arg in example (#4771)
parent
e645b9ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
examples/text-classification/README.md
examples/text-classification/README.md
+0
-1
No files found.
examples/text-classification/README.md
View file @
492b352a
...
@@ -61,7 +61,6 @@ export GLUE_DIR=/path/to/glue
...
@@ -61,7 +61,6 @@ export GLUE_DIR=/path/to/glue
export
TASK_NAME
=
MRPC
export
TASK_NAME
=
MRPC
python run_glue.py
\
python run_glue.py
\
--model_type
bert
\
--model_name_or_path
bert-base-cased
\
--model_name_or_path
bert-base-cased
\
--task_name
$TASK_NAME
\
--task_name
$TASK_NAME
\
--do_train
\
--do_train
\
...
...
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