Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,8 @@ library_name: transformers
|
|
9 |
---
|
10 |
|
11 |
# Training
|
12 |
-
This model is designed for token classification tasks, enabling it to extract aspect terms and predict the sentiment polarity associated with the extracted aspect terms.
|
|
|
13 |
|
14 |
## Datasets
|
15 |
This model has been trained on the following datasets:
|
|
|
9 |
---
|
10 |
|
11 |
# Training
|
12 |
+
This model is designed for token classification tasks, enabling it to extract aspect terms and predict the sentiment polarity associated with the extracted aspect terms.
|
13 |
+
The extracted aspect terms will be the span(s) from the input text on which a sentiment is being expressed.
|
14 |
|
15 |
## Datasets
|
16 |
This model has been trained on the following datasets:
|