Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ This dataset contains sentiment analysis results for English tweets collected be
|
|
36 |
|
37 |
Here's an example of how to use the model for sentiment prediction:
|
38 |
|
39 |
-
```
|
40 |
import torch
|
41 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
42 |
|
|
|
36 |
|
37 |
Here's an example of how to use the model for sentiment prediction:
|
38 |
|
39 |
+
```python
|
40 |
import torch
|
41 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
42 |
|