File size: 674 Bytes
4b4e4db
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
30
31
---
language: 
  - en
  - TW
thumbnail: https://colab.research.google.com/drive/1L3PvqNjMF-K_ykztrNEqKhky279EcPaN?usp=sharing
tags:
- bert-base-cased
- text classifier
- PyTorch
license: apache-2.0
datasets:
- True.csv (downloaded from https://www.kaggle.com/clmentbisaillon/fake-and-real-news-dataset)
- Fake.csv (downloaded from https://www.kaggle.com/clmentbisaillon/fake-and-real-news-dataset)
metrics:
- accuracy
- auc

model-index:
- name: bert-base-cased
  results:
  - task: 
      type: fake-news-classifier
      name: Text Classification
    dataset:
      type: news
      name: Fake and real news
    metrics:
      - type: accuracy
        value: 90.92%  
---