Skip to content

Commit

Permalink
update results
Browse files Browse the repository at this point in the history
  • Loading branch information
airaria committed Apr 2, 2020
1 parent b8a87a7 commit 24783d1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/source/ExperimentResults.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

### MNLI

* Training without Distillation:

| Model(ours) | MNLI |
| ------------- | ------------- |
| **BERT-base-cased** | 83.7 / 84.0 |
| T3 | 76.1 / 76.5 |

* Single-teacher distillation with `GeneralDistiller`:

| Model (ours) | MNLI |
Expand Down Expand Up @@ -62,7 +69,7 @@

* Training without Distillation:

| Model(ours) | SQuAD |
| Model(ours) | CoNLL-2003 |
| ------------- | ----------- |
| **BERT-base-cased** | 91.1 |
| BiGRU | 81.1 |
Expand Down

0 comments on commit 24783d1

Please sign in to comment.