Update README.md
Browse files
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
|