samchain commited on
Commit
c4a5685
·
verified ·
1 Parent(s): 13a2316

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -25,12 +25,12 @@ language:
25
  tags:
26
  - economics
27
  - finance
28
- - business
29
  size_categories:
30
  - 100K<n<1M
 
31
  ---
32
  # Dataset Card for "BIS_Speeches_97_23"
33
 
34
  This dataset is built from scrapped speeches on the Bank of International Settlements thanks to this repo : https://github.com/HanssonMagnus/scrape_bis. The dataset is made of 12k speeches from 1997 to 2023.
35
  Each pair is built with extracted sentences from speeches, if B is following A then the 'next_sentence_label' is 1 else it is 0.
36
- Negative pairs are built by choosing a sentence from another speech randomly.)
 
25
  tags:
26
  - economics
27
  - finance
 
28
  size_categories:
29
  - 100K<n<1M
30
+ pretty_name: central_bank_speeches_MLM
31
  ---
32
  # Dataset Card for "BIS_Speeches_97_23"
33
 
34
  This dataset is built from scrapped speeches on the Bank of International Settlements thanks to this repo : https://github.com/HanssonMagnus/scrape_bis. The dataset is made of 12k speeches from 1997 to 2023.
35
  Each pair is built with extracted sentences from speeches, if B is following A then the 'next_sentence_label' is 1 else it is 0.
36
+ Negative pairs are built by choosing a sentence from another speech randomly.