Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,16 @@ base_model:
|
|
7 |
pipeline_tag: token-classification
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
* Importing the libraries and loading the models and the pipeline
|
13 |
```python
|
|
|
7 |
pipeline_tag: token-classification
|
8 |
---
|
9 |
|
10 |
+
# Training
|
11 |
+
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.
|
12 |
+
|
13 |
+
## Datasets
|
14 |
+
This model has been trained on the following datasets:
|
15 |
+
|
16 |
+
1. Aspect Based Sentiment Analysis SemEval Shared Tasks ([2014](https://aclanthology.org/S14-2004/), [2015](https://aclanthology.org/S15-2082/), [2016](https://aclanthology.org/S16-1002/))
|
17 |
+
2. Multi-Aspect Multi-Sentiment [MAMS](https://aclanthology.org/D19-1654/)
|
18 |
+
|
19 |
+
# Use
|
20 |
|
21 |
* Importing the libraries and loading the models and the pipeline
|
22 |
```python
|