Arena commited on
Commit
57f7c47
1 Parent(s): fde981d

Update README.md

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