File size: 1,083 Bytes
d4fe148 04c91bc d4fe148 ab87d1c 954622e ab87d1c 84132a2 954622e d4fe148 ab87d1c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
tags:
- text-classification
language:
- unk
datasets:
- Kaludi/BDA594-fake-news-classification
---
# Fake News Classification
This is a Food Category Image Classifier model that has been trained by [Kaludi](https://huggingface.co/Kaludi) to determine the authenticity of news articles. It classifies articles into two categories: **Real** and **Fake**. By analyzing the content and context of a given article, this model can accurately determine whether the news is genuine or fabricated.
### Gradio
This model supports a [Gradio](https://github.com/gradio-app/gradio) Web UI to run the data-food-classification model:
[](https://huggingface.co/spaces/Kaludi/BDA594-fake-news-classification_App)
## Validation Metrics
- Loss: 0.064
- Accuracy: 0.992
- Precision: 0.985
- Recall: 1.000
- AUC: 0.992
- F1: 0.992 |