Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ We present the dev results on SQuAD 1.1/2.0 and MNLI tasks.
|
|
35 |
```bash
|
36 |
#!/bin/bash
|
37 |
|
38 |
-
cd transformers/examples/text-classification/
|
39 |
|
40 |
pip install datasets
|
41 |
export TASK_NAME=mnli
|
|
|
35 |
```bash
|
36 |
#!/bin/bash
|
37 |
|
38 |
+
cd transformers/examples/pytorch/text-classification/
|
39 |
|
40 |
pip install datasets
|
41 |
export TASK_NAME=mnli
|