solwol commited on
Commit
a16f7e5
·
verified ·
1 Parent(s): 369931f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ model = AutoModelForSequenceClassification.from_pretrained("roberta-base", confi
37
  model = PeftModel.from_pretrained(model, "solwol/roberta-sentiment-classifier-peft")
38
  ```
39
 
40
- Now, to perform sentiment classification:
41
 
42
  ```python
43
  from transformers import AutoTokenizer, TextClassificationPipeline
 
37
  model = PeftModel.from_pretrained(model, "solwol/roberta-sentiment-classifier-peft")
38
  ```
39
 
40
+ Next, to perform sentiment classification:
41
 
42
  ```python
43
  from transformers import AutoTokenizer, TextClassificationPipeline