samchain commited on
Commit
0d2716d
·
verified ·
1 Parent(s): 4bf91a9

Update README.md

Browse files

This dataset is made of every central bankers speeches from 1997 to today (Feb 2025). It covers 118 central banks with 19k speeches. The topics discussed vary from monetary policy to crisis communication or quarterly comments.
It can be used to fine-tune models on the specific vocabulary of economics and its implication.

Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  dataset_info:
3
  features:
4
  - name: description
@@ -22,4 +24,15 @@ configs:
22
  data_files:
23
  - split: train
24
  path: data/train-*
25
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+
3
+
4
  dataset_info:
5
  features:
6
  - name: description
 
24
  data_files:
25
  - split: train
26
  path: data/train-*
27
+ license: apache-2.0
28
+ task_categories:
29
+ - text-generation
30
+ language:
31
+ - en
32
+ tags:
33
+ - economics
34
+ - finance
35
+ pretty_name: 'central banks speeches '
36
+ size_categories:
37
+ - 10K<n<100K
38
+ ---