amanrangapur
commited on
Commit
•
0e559c4
1
Parent(s):
e3e539c
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<h1 align="center">Fin-Fact - Financial Fact-Checking Dataset</h1>
|
2 |
|
3 |
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
- text-generation
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- finance
|
10 |
+
pretty_name: FinFact
|
11 |
+
size_categories:
|
12 |
+
- 1K<n<10K
|
13 |
+
dataset_info:
|
14 |
+
- config_name: generation
|
15 |
+
features:
|
16 |
+
- name: url
|
17 |
+
dtype: string
|
18 |
+
- name: claim
|
19 |
+
dtype: string
|
20 |
+
- name: author
|
21 |
+
dtype: string
|
22 |
+
- name: posted
|
23 |
+
dtype: string
|
24 |
+
- name: label
|
25 |
+
dtype: string
|
26 |
+
|
27 |
+
---
|
28 |
+
|
29 |
<h1 align="center">Fin-Fact - Financial Fact-Checking Dataset</h1>
|
30 |
|
31 |
|