Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ Specifically, this model is a *xlm-roberta-large* model that was fine-tuned on a
|
|
17 |
|
18 |
## Intended uses & limitations
|
19 |
#### How to use
|
20 |
-
You can use this model with Transformers
|
21 |
```python
|
22 |
from transformers import AutoModelForSequenceClassification
|
23 |
from transformers import AutoTokenizer
|
|
|
17 |
|
18 |
## Intended uses & limitations
|
19 |
#### How to use
|
20 |
+
You can use this model with Transformers for Sentiment Classification.
|
21 |
```python
|
22 |
from transformers import AutoModelForSequenceClassification
|
23 |
from transformers import AutoTokenizer
|