anwarvic commited on
Commit
6035830
·
1 Parent(s): 4ac8082

updated README

Browse files
Files changed (1) hide show
  1. README.md +29 -3
README.md CHANGED
@@ -1,3 +1,29 @@
1
- ---
2
- license: afl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - exbert
5
+ license: apache-2.0
6
+ datasets:
7
+ - bookcorpus
8
+ - wikipedia
9
+ ---
10
+
11
+ # DistilBERT (uncased) for FaceNews Classification
12
+
13
+ This model is a classification model built by fine-tuning
14
+ [DistilBERT base model](https://huggingface.co/distilbert-base-uncased).
15
+ This model was trained using
16
+ [fake-and-real-news-dataset](https://www.kaggle.com/clmentbisaillon/fake-and-real-news-dataset)
17
+ for five epochs.
18
+
19
+ > **NOTE:**
20
+ This model is just a POC (proof-of-concept) for a fellowship I was applying for.
21
+
22
+ ## Intended uses & limitations
23
+
24
+ Note that this model is primarily aimed at classifying an article to either
25
+ "Fake" or "Real".
26
+
27
+ ### How to use
28
+
29
+ Check this [notebook](https://www.kaggle.com/code/mohamedanwarvic/fakenewsclassifier-fatima-fellowship) on Kaggle.