Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
pipeline_tag: text-classification
|
| 5 |
+
tags:
|
| 6 |
+
- roberta
|
| 7 |
+
- text-classification
|
| 8 |
+
- fake-news-detection
|
| 9 |
+
- misinformation-detection
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# SiftAI RoBERTa Final
|
| 13 |
+
|
| 14 |
+
Fine-tuned RoBERTa model for fake news and misinformation detection.
|
| 15 |
+
|
| 16 |
+
- **Task**: Text Classification (`REAL` / `FAKE`)
|
| 17 |
+
- **Base model**: `roberta-base`
|
| 18 |
+
- **Language**: English
|