Ecstra commited on
Commit
cf268f2
1 Parent(s): d3437d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -13
README.md CHANGED
@@ -1,17 +1,13 @@
1
- Basic SQL Database that classifies claims as true (1) or false (0).
2
-
3
- Cleaned FEVER and FEVEROUS dataset and scraped and cleaned politifact website into this DB file.
4
-
5
  ---
6
- language:
7
- - SQLite3
8
- pretty_name: "FACTUM"
9
- tags:
10
- - Fact
11
- - Checking
12
- license: "MIT"
13
  task_categories:
14
- - True
15
- - False
 
 
 
 
16
  ---
 
17
 
 
 
 
 
 
 
1
  ---
2
+ license: openrail
 
 
 
 
 
 
3
  task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ pretty_name: FACTUM
8
+ size_categories:
9
+ - 10M<n<100M
10
  ---
11
+ Basic SQL Database that classifies claims as true (1) or false (0).
12
 
13
+ Cleaned FEVER and FEVEROUS dataset and scraped and cleaned politifact website into this DB file.