Commit 3e7656f7 authored by VictorSanh's avatar VictorSanh Committed by Lysandre Debut
Browse files

update readme

parent abd397e9
...@@ -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 es \ --language de \
--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.738152610441767 acc = 0.7093812375249501
``` ```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment