Text Classification
Transformers
PyTorch
English
deberta-v2
Inference Endpoints
ikrysinska commited on
Commit
06a229c
1 Parent(s): 3e48edc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -112,12 +112,12 @@ The model was evaluated on a sample of the tweets collected during the COVID-19
112
 
113
  | Conspiracy Theory | Correlations between human raters | Correlation between human ratings and model without adapter | Correlation between human ratings and model with finetuned adapter |
114
  |---|---|---|---|
115
- | **Vaccines are unsafe.** | 0.78 | 0.29 | 0.57 |
116
- | **Governments and politicians spread misinformation.** | 0.58 | 0.32 | 0.72 |
117
- | **The Chinese intentionally spread the virus.** | 0.62 | 0.53 | 0.64 |
118
- | **Deliberate strategy to create economic instability or benefit large corporations.** | 0.56 | 0.33 | 0.54 |
119
- | **Public was intentionally misled about the true nature of the virus and prevention.** | 0.66 | 0.37 | 0.68 |
120
- | **Human made and bioweapon.** | 0.67 | 0.15 | .78 |
121
 
122
 
123
 
 
112
 
113
  | Conspiracy Theory | Correlations between human raters | Correlation between human ratings and model without adapter | Correlation between human ratings and model with finetuned adapter |
114
  |---|---|---|---|
115
+ | **Vaccines are unsafe.** | 0.658 | 0.371 | 0.590 |
116
+ | **Governments and politicians spread misinformation.** | 0.580 | 0.306 | 0.648 |
117
+ | **The Chinese intentionally spread the virus.** | 0.623 | 0.530 | 0.648 |
118
+ | **Deliberate strategy to create economic instability or benefit large corporations.** | 0.562 | 0.336 | 0.508 |
119
+ | **Public was intentionally misled about the true nature of the virus and prevention.** | 0.668 | 0.157 | 0.717 |
120
+ | **Human made and bioweapon.** | 0.784 | 0.293 | .735 |
121
 
122
 
123