soleimanian commited on
Commit
7e5c29a
1 Parent(s): 7ff4971

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ tags:
39
  <pre>
40
  <code>
41
  from transformers import pipeline
42
- sentiment_analysis = pipeline("sentiment-analysis",model="soleimanian/financial-roberta")
43
  print(sentiment_analysis("In fiscal 2021, we generated a net yield of approximately 4.19% on our investments, compared to approximately 5.10% in fiscal 2020."))
44
  </code>
45
  </pre>
 
39
  <pre>
40
  <code>
41
  from transformers import pipeline
42
+ sentiment_analysis = pipeline("sentiment-analysis",model="soleimanian/financial-roberta-large-sentiment")
43
  print(sentiment_analysis("In fiscal 2021, we generated a net yield of approximately 4.19% on our investments, compared to approximately 5.10% in fiscal 2020."))
44
  </code>
45
  </pre>