gauneg commited on
Commit
a44d00a
·
verified ·
1 Parent(s): d5d45cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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" />