Update README.md
Browse files
README.md
CHANGED
|
@@ -15,4 +15,15 @@ metrics:
|
|
| 15 |
base_model:
|
| 16 |
- FacebookAI/roberta-base
|
| 17 |
pipeline_tag: text-classification
|
| 18 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
base_model:
|
| 16 |
- FacebookAI/roberta-base
|
| 17 |
pipeline_tag: text-classification
|
| 18 |
+
---
|
| 19 |
+
This model is a RoBERTa-base transformer fine-tuned on the WELFake Dataset for binary text classification (Real/Fake news).
|
| 20 |
+
|
| 21 |
+
It was trained using class weight balancing and a weighted loss function to ensure robust and balanced performance.
|
| 22 |
+
|
| 23 |
+
Important Note on Labels
|
| 24 |
+
|
| 25 |
+
This specific model uses reversed labels:
|
| 26 |
+
|
| 27 |
+
Label 0 corresponds to REAL news.
|
| 28 |
+
|
| 29 |
+
Label 1 corresponds to FAKE news.
|