George-Ogden
commited on
Commit
·
a0d99f6
1
Parent(s):
1f99ce2
Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,8 @@ metrics:
|
|
9 |
- glue
|
10 |
pipeline_tag: text-classification
|
11 |
---
|
|
|
|
|
12 |
from transformers import (
|
13 |
default_data_collator,
|
14 |
AutoTokenizer,
|
|
|
9 |
- glue
|
10 |
pipeline_tag: text-classification
|
11 |
---
|
12 |
+
Evaluate on MNLI:
|
13 |
+
```python
|
14 |
from transformers import (
|
15 |
default_data_collator,
|
16 |
AutoTokenizer,
|