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
3e7656f7
"examples/single_model_scripts/run_openai_gpt.py" did not exist on "5adc20723bbff4fea628f526b256a60ccd98dbf5"
Commit
3e7656f7
authored
Nov 05, 2019
by
VictorSanh
Committed by
Lysandre Debut
Nov 27, 2019
Browse files
update readme
parent
abd397e9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
examples/README.md
examples/README.md
+3
-3
No files found.
examples/README.md
View file @
3e7656f7
...
@@ -623,7 +623,7 @@ export XNLI_DIR=/path/to/XNLI
...
@@ -623,7 +623,7 @@ export XNLI_DIR=/path/to/XNLI
python run_xnli.py
\
python run_xnli.py
\
--model_type
bert
\
--model_type
bert
\
--model_name_or_path
bert-base-multilingual-cased
\
--model_name_or_path
bert-base-multilingual-cased
\
--language
e
s
\
--language
d
e
\
--train_language
en
\
--train_language
en
\
--do_train
\
--do_train
\
--do_eval
\
--do_eval
\
...
@@ -636,8 +636,8 @@ python run_xnli.py \
...
@@ -636,8 +636,8 @@ python run_xnli.py \
--save_steps
-1
--save_steps
-1
```
```
Training with the previously defined hyper-parameters yields the following results on the
dev
set:
Training with the previously defined hyper-parameters yields the following results on the
**test**
set:
```
bash
```
bash
acc
=
0.7381
52610441767
acc
=
0.7
09
381
2375249501
```
```
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