moshew commited on
Commit
aeecab3
•
1 Parent(s): c7c659f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -16,6 +16,7 @@ moshew/distilbilstm-finetuned-sst-2-english: 91.9 accuracy, 66K parameter
16
  Example on SST-2 test dataset classification:
17
  ​​
18
  ```python
 
19
  from datasets import load_dataset
20
  import numpy as np
21
  from sklearn.metrics import accuracy_score
 
16
  Example on SST-2 test dataset classification:
17
  ​​
18
  ```python
19
+ !pip install datasets
20
  from datasets import load_dataset
21
  import numpy as np
22
  from sklearn.metrics import accuracy_score