identifierfakenews
commited on
Commit
•
0644a23
1
Parent(s):
0350927
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---# Fake News Detector
|
4 |
|
5 |
## Descrição
|
@@ -23,5 +38,4 @@ O **Fake News Detector** é um aplicativo interativo desenvolvido usando **Gradi
|
|
23 |
Clone o repositório para o seu ambiente local.
|
24 |
```bash
|
25 |
git clone https://identifierfakenews.com/usuario/nome-repositorio.git
|
26 |
-
cd nome-repositorio
|
27 |
-
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
datasets:
|
4 |
+
- community-datasets/fake_news_english
|
5 |
+
- 13Mai13/BuzzFeed
|
6 |
+
- InfImagine/FakeImageDataset
|
7 |
+
- SEACrowd/ph_fake_news_corpus
|
8 |
+
language:
|
9 |
+
- pt
|
10 |
+
metrics:
|
11 |
+
- accuracy
|
12 |
+
library_name: adapter-transformers
|
13 |
+
tags:
|
14 |
+
- legal
|
15 |
+
---
|
16 |
+
---
|
17 |
+
license: mit
|
18 |
---# Fake News Detector
|
19 |
|
20 |
## Descrição
|
|
|
38 |
Clone o repositório para o seu ambiente local.
|
39 |
```bash
|
40 |
git clone https://identifierfakenews.com/usuario/nome-repositorio.git
|
41 |
+
cd nome-repositorio
|
|