Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JetRunner authored Feb 7, 2020
1 parent 471630a commit cc9c0f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ We provide a pretrained model on MNLI, which can transfer to other sentence clas
| DistillBERT | 79.0 | 87.5 | 85.3 | 84.9 | 59.9 | 90.7 | 81.2 |
| BERT-of-Theseus | 82.1 | 87.5 | 88.8 | 88.8 | 70.1 | 91.8 | 87.8 |

You can easily load our general-purpose model using [huggingface/transformers](https://github.com/huggingface/transformers).

```python
from transformers import AutoTokenizer, AutoModel

Expand Down

0 comments on commit cc9c0f4

Please sign in to comment.