Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ language:
|
|
12 |
|
13 |
# Sentiment Classification in Polish
|
14 |
|
15 |
-
```
|
16 |
import numpy as np
|
17 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
18 |
|
|
|
12 |
|
13 |
# Sentiment Classification in Polish
|
14 |
|
15 |
+
```python
|
16 |
import numpy as np
|
17 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
18 |
|