Yu-Ping commited on
Commit
4b4e4db
1 Parent(s): 9fa87fa

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - TW
5
+ thumbnail: https://colab.research.google.com/drive/1L3PvqNjMF-K_ykztrNEqKhky279EcPaN?usp=sharing
6
+ tags:
7
+ - bert-base-cased
8
+ - text classifier
9
+ - PyTorch
10
+ license: apache-2.0
11
+ datasets:
12
+ - True.csv (downloaded from https://www.kaggle.com/clmentbisaillon/fake-and-real-news-dataset)
13
+ - Fake.csv (downloaded from https://www.kaggle.com/clmentbisaillon/fake-and-real-news-dataset)
14
+ metrics:
15
+ - accuracy
16
+ - auc
17
+
18
+ model-index:
19
+ - name: bert-base-cased
20
+ results:
21
+ - task:
22
+ type: fake-news-classifier
23
+ name: Text Classification
24
+ dataset:
25
+ type: news
26
+ name: Fake and real news
27
+ metrics:
28
+ - type: accuracy
29
+ value: 90.92%
30
+ ---