-
Notifications
You must be signed in to change notification settings - Fork 316
Description
Hi @bfelbo , and first of all thanks for sharing your great work.
I have a dataset in which the domain is a little bit different than twitter. I have a couple of questions and would really appreciate it if you could help me with this.
For the start, I fined tuned my dataset and got the accuracy. However, what is important for me is to be able to find out the impact of the words per sentence (The same highlight that you have in the demo)
For example:
"This disease is very dangerous"
Not only I have the label as negative but also it gives the weight associated with "dangerous".
I saw this PR (#8) is that what I need? if so could you please give some information on what I need to do in order to get what I want?
I changed the param attention_weight in attlayer script to TRUE but nothing happened in the output.
Again thanks so much for the great work!