Librarian Bot: Add language metadata for dataset

#2
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,4 +1,10 @@
1
  ---
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: id
@@ -43,12 +49,8 @@ configs:
43
  path: data/validation-*
44
  - split: test
45
  path: data/test-*
46
- task_categories:
47
- - question-answering
48
  tags:
49
  - finance
50
- size_categories:
51
- - 1K<n<10K
52
  ---
53
  # FinQA with Postfix Notation
54
 
 
1
  ---
2
+ language:
3
+ - en
4
+ size_categories:
5
+ - 1K<n<10K
6
+ task_categories:
7
+ - question-answering
8
  dataset_info:
9
  features:
10
  - name: id
 
49
  path: data/validation-*
50
  - split: test
51
  path: data/test-*
 
 
52
  tags:
53
  - finance
 
 
54
  ---
55
  # FinQA with Postfix Notation
56