DeBERTa commited on
Commit
e2fd614
1 Parent(s): 96d6beb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -34,6 +34,9 @@ We present the dev results on SQuAD 1.1/2.0 and MNLI tasks.
34
 
35
  ```bash
36
  #!/bin/bash
 
 
 
37
  pip install datasets
38
  export TASK_NAME=mnli
39
 
 
34
 
35
  ```bash
36
  #!/bin/bash
37
+
38
+ cd transformers/examples/text-classification/
39
+
40
  pip install datasets
41
  export TASK_NAME=mnli
42