Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ datasets: "fhamborg/news_sentiment_newsmtsc"
|
|
19 |
# NewsSentiment: easy-to-use, high-quality target-dependent sentiment classification for news articles
|
20 |
|
21 |
## Important: [use our PyPI package](https://pypi.org/project/NewsSentiment/) instead of this model on the Hub
|
22 |
-
The Huggingface Hub architecture currently [does not support](https://github.com/huggingface/transformers/issues/14785) target-dependent sentiment classification since
|
23 |
|
24 |
## Description
|
25 |
|
|
|
19 |
# NewsSentiment: easy-to-use, high-quality target-dependent sentiment classification for news articles
|
20 |
|
21 |
## Important: [use our PyPI package](https://pypi.org/project/NewsSentiment/) instead of this model on the Hub
|
22 |
+
The Huggingface Hub architecture currently [does not support](https://github.com/huggingface/transformers/issues/14785) target-dependent sentiment classification since you cannot provide the required inputs, i.e., sentence and target. Thus, we recommend that you use our easy-to-use [PyPI package NewsSentiment](https://pypi.org/project/NewsSentiment/).
|
23 |
|
24 |
## Description
|
25 |
|