Added Google Colab link
Browse files
README.md
CHANGED
@@ -20,6 +20,9 @@ sentiment_analysis = pipeline("sentiment-analysis",model="siebert/sentiment-robe
|
|
20 |
print(sentiment_analysis("I love this!"))
|
21 |
```
|
22 |
|
|
|
|
|
|
|
23 |
Alternatively, you can load the model as follows:
|
24 |
```
|
25 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
|
20 |
print(sentiment_analysis("I love this!"))
|
21 |
```
|
22 |
|
23 |
+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/chrsiebert/sentiment-roberta-large-english/blob/main/sentiment_roberta_pipeline.ipynb)
|
24 |
+
|
25 |
+
|
26 |
Alternatively, you can load the model as follows:
|
27 |
```
|
28 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|