hiyouga commited on
Commit
dbbbdef
1 Parent(s): b578a77

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1,4 +1,12 @@
1
  ---
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  task_categories:
4
  - text-generation
@@ -8,7 +16,11 @@ language:
8
  tags:
9
  - finance
10
  size_categories:
11
- - 10K<n<100K
12
  ---
13
 
 
 
 
 
14
  Instructions are borrowed from: https://huggingface.co/datasets/FinGPT/fingpt-fiqa_qa
 
1
  ---
2
+ dataset_info:
3
+ features:
4
+ - name: instruction
5
+ dtype: string
6
+ - name: input
7
+ dtype: string
8
+ - name: output
9
+ dtype: string
10
  license: apache-2.0
11
  task_categories:
12
  - text-generation
 
16
  tags:
17
  - finance
18
  size_categories:
19
+ - 1K<n<10K
20
  ---
21
 
22
+ This dataset is a subset of the FIQA dataset proposed by https://sites.google.com/view/fiqa/home.
23
+
24
+ The training set is composed of 5,500 examples of the original training set and the test set is composed of 1,000 examples of the original validation set and the original test set.
25
+
26
  Instructions are borrowed from: https://huggingface.co/datasets/FinGPT/fingpt-fiqa_qa