soleimanian commited on
Commit
d8ad3ba
1 Parent(s): 1a9a9b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -38,6 +38,8 @@ from transformers import pipeline
38
  sentiment_analysis = pipeline("sentiment-analysis",model="soleimanian/financial-roberta")
39
  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."))
40
  </code>
 
 
41
  </pre>
42
  </body>
43
  </html>
 
38
  sentiment_analysis = pipeline("sentiment-analysis",model="soleimanian/financial-roberta")
39
  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."))
40
  </code>
41
+ <p><b>Citation and contact:</b></p>
42
+ <p>Please cite this paper when you use our model. Feel free to reach out to [email protected] with any questions or feedback you may have.<p/>
43
  </pre>
44
  </body>
45
  </html>