nicolay-r commited on
Commit
da3dc2c
1 Parent(s): c505fbb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -89,6 +89,9 @@ flant5_response = target_sentiment_extraction(sentence, target)
89
  print(f"Author opinion towards `{target}` in `{sentence}` is:\n{flant5_response}")
90
  ```
91
 
 
 
 
92
  ### Downstream Use
93
 
94
  Please refer to the [related section](https://github.com/nicolay-r/Reasoning-for-Sentiment-Analysis-Framework?tab=readme-ov-file#three-hop-chain-of-thought-thor) of the **Reasoning-for-Sentiment-Analysis** Framework
 
89
  print(f"Author opinion towards `{target}` in `{sentence}` is:\n{flant5_response}")
90
  ```
91
 
92
+ The response of the model is as follows:
93
+ > Author opinion towards "Peltier" in "Over ..." is: **positive**
94
+
95
  ### Downstream Use
96
 
97
  Please refer to the [related section](https://github.com/nicolay-r/Reasoning-for-Sentiment-Analysis-Framework?tab=readme-ov-file#three-hop-chain-of-thought-thor) of the **Reasoning-for-Sentiment-Analysis** Framework