Update README.md
Browse files
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
|