Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
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
|