Ecstra commited on
Commit
d3437d1
1 Parent(s): 598cffe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+