ningkko commited on
Commit
eea62fd
1 Parent(s): c27dc6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -3,7 +3,7 @@ tags:
3
  - generated_from_trainer
4
  model-index:
5
  - name: drug-stance-bert
6
- results: [1, 0, -1]
7
  ---
8
 
9
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -28,12 +28,20 @@ This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment
28
 
29
  The model uploaded here is Model I.
30
 
31
-
32
  ## Intended uses & limitations
33
  Predict opinions (negative, neutral, and positive) of tweet initiators regarding the use of a drug for the treatment or prevention of the coronavirus.
34
 
35
  The model works better when there's only one drug name in a single tweet.
36
 
 
 
 
 
 
 
 
 
 
37
  ## Tutorial
38
 
39
  See our Github repo for [inference scripts](https://github.com/ningkko/COVID-drug/blob/main/stance_detection/inference.ipynb)
 
3
  - generated_from_trainer
4
  model-index:
5
  - name: drug-stance-bert
6
+ results: [1, 0, 2]
7
  ---
8
 
9
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
 
29
  The model uploaded here is Model I.
30
 
 
31
  ## Intended uses & limitations
32
  Predict opinions (negative, neutral, and positive) of tweet initiators regarding the use of a drug for the treatment or prevention of the coronavirus.
33
 
34
  The model works better when there's only one drug name in a single tweet.
35
 
36
+ ## Inference & understanding
37
+ We followed COVID-CQ to use the following label representation:
38
+ - 0 -> None/Neutral;
39
+ - 1 -> Against;
40
+ - 2 -> Favor
41
+
42
+ Try these examples:
43
+ - The gov's killing people by banning Ivm
44
+ - Great news cheers everybody:) ivermectin proven to not work by rct lol
45
  ## Tutorial
46
 
47
  See our Github repo for [inference scripts](https://github.com/ningkko/COVID-drug/blob/main/stance_detection/inference.ipynb)