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
c3d6f339
"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "2f8acfea1ca11fe3479fb379ccbded516d0cff57"
Unverified
Commit
c3d6f339
authored
Apr 23, 2021
by
Yoshitomo Matsubara
Committed by
GitHub
Apr 23, 2021
Browse files
fixed typos (#11391)
parent
a90d3f18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/pytorch/text-classification/README.md
examples/pytorch/text-classification/README.md
+2
-2
No files found.
examples/pytorch/text-classification/README.md
View file @
c3d6f339
...
@@ -110,7 +110,7 @@ export TASK_NAME=mrpc
...
@@ -110,7 +110,7 @@ export TASK_NAME=mrpc
python run_glue_no_trainer.py
\
python run_glue_no_trainer.py
\
--model_name_or_path
bert-base-cased
\
--model_name_or_path
bert-base-cased
\
--task_name
$TASK_NAME
\
--task_name
$TASK_NAME
\
--max_
seq_
length
128
\
--max_length
128
\
--per_device_train_batch_size
32
\
--per_device_train_batch_size
32
\
--learning_rate
2e-5
\
--learning_rate
2e-5
\
--num_train_epochs
3
\
--num_train_epochs
3
\
...
@@ -137,7 +137,7 @@ export TASK_NAME=mrpc
...
@@ -137,7 +137,7 @@ export TASK_NAME=mrpc
accelerate launch run_glue_no_trainer.py
\
accelerate launch run_glue_no_trainer.py
\
--model_name_or_path
bert-base-cased
\
--model_name_or_path
bert-base-cased
\
--task_name
$TASK_NAME
\
--task_name
$TASK_NAME
\
--max_
seq_
length
128
\
--max_length
128
\
--per_device_train_batch_size
32
\
--per_device_train_batch_size
32
\
--learning_rate
2e-5
\
--learning_rate
2e-5
\
--num_train_epochs
3
\
--num_train_epochs
3
\
...
...
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