Davlan commited on
Commit
c9ab27a
1 Parent(s): e98a2db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 *pipeline* for Sentiment Classification.
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