Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
---
|
2 |
license: afl-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: afl-3.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
library_name: transformers
|
8 |
+
pipeline_tag: text-classification
|
9 |
---
|
10 |
+
|
11 |
+
# Model Description
|
12 |
+
|
13 |
+
The fake news detection model is a deep learning model designed to classify text as either "fake" or "real."
|
14 |
+
The intended use of the fake news detection model is to provide a tool for identifying fake news articles.
|
15 |
+
This model uses a pre-trained model of [`bert-base-uncased`](https://huggingface.co/bert-base-uncased), and fine-tune on
|
16 |
+
a [Fake News dataset](https://www.kaggle.com/datasets/sadikaljarif/fake-news-detection-dataset-english ).
|