Update README.md
Browse files
README.md
CHANGED
@@ -61,3 +61,9 @@ Expected output
|
|
61 |
['display', 'great', 'positive'],
|
62 |
['battery life', 'great', 'positive']]
|
63 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
['display', 'great', 'positive'],
|
62 |
['battery life', 'great', 'positive']]
|
63 |
```
|
64 |
+
|
65 |
+
# Training Process
|
66 |
+
The model has been trained to use Grid Tagging Scheme (GTS) to predict `Opinion Target`, `Opinion Span` and `Sentiment Polarity`. The grid tagging example is shown
|
67 |
+
in the following diagram:
|
68 |
+
|
69 |
+
<embed src="https://huggingface.co/gauneg/bert-gts-absa-triple/resolve/main/gts_pic.pdf" width="400px" height="400px" />
|