koliskos commited on
Commit
3b67a79
1 Parent(s): 741de8f

update readme

Browse files
Files changed (1) hide show
  1. README.md +41 -2
README.md CHANGED
@@ -1,7 +1,46 @@
1
  ---
2
- license: unknown
3
  datasets:
4
  - koliskos/fake_news
5
  language:
6
  - en
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
  datasets:
4
  - koliskos/fake_news
5
  language:
6
  - en
7
+ ---
8
+ # Model Card for Model ID
9
+
10
+ Model is used to detect whether a news story is fake or legitimate.
11
+
12
+ ### Model Description
13
+
14
+ <!-- Provide a longer summary of what this model is. -->
15
+
16
+
17
+
18
+ - **Developed by:** [More Information Needed]
19
+ - **Shared by [optional]:** [More Information Needed]
20
+ - **Model type:** Text Classification
21
+ - **Language(s) (NLP):** English
22
+ - **License:** mit
23
+ - **Finetuned from model [optional]:** DistilBERT
24
+
25
+ ### Model Sources [optional]
26
+
27
+ <!-- Provide the basic links for the model. -->
28
+
29
+ - **Repository:** koliskos/fine_tuned_fake_news_classifier
30
+
31
+ ## Uses
32
+
33
+ This model is meant to classify news articles as real or fake.
34
+
35
+ ## Bias, Risks, and Limitations
36
+
37
+ This model could potentially assume "fake" to be the default
38
+ prediction for news stories that contain names that are seen
39
+ heavily within fake news articles, ex: a news story about someone
40
+ named Hillary may be labeled fake even if it is real because the
41
+ name Hillary is heavily grounded within the context of Hillary Clinton.
42
+
43
+
44
+ ## Model Card Contact
45
+
46
+ spkolisko "at" wellesley.edu