Updated Model Description
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
2 |
license: wtfpl
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: wtfpl
|
3 |
---
|
4 |
+
|
5 |
+
# Model Card for IsraelPalestine-Bias-Detector
|
6 |
+
|
7 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
8 |
+
|
9 |
+
## Model Description
|
10 |
+
- Fine-tuned BERT-base-cased model for multi-label, multi-class sequence classification
|
11 |
+
- Developed by Harshul Basava & Andrew Hu
|
12 |
+
- Used to identify bias in online media such as news articles
|
13 |
+
- Classifies text in 4 categories:
|
14 |
+
- Palestine Sympathy
|
15 |
+
- Israel Sympathy
|
16 |
+
- Palestine Military
|
17 |
+
- Israel Military
|
18 |
+
- Fine-tuned on hand-labeled data collected from reddit and online news sources
|
19 |
+
|
20 |
+
### Model Details
|
21 |
+
- **Developed by:** Harshul Basava & Andrew Hu
|
22 |
+
- **Model type:** Multi-label Multi-Class Sequence Classification
|
23 |
+
- **Language(s) (NLP):** English
|
24 |
+
- **License:** wtfpl
|
25 |
+
- **Finetuned from model:** BERT-base-cased
|