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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -33,4 +33,8 @@ pretty_name: central_bank_speeches_MLM
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.
 
 
 
 
 
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.
37
+
38
+ ## Credits
39
+ Full credits to the [Bank of International Settlements](https://www.bis.org/) for making the resource available through the internet.
40
+ Credits to Samuel Chaineau for making it available on HF Hub.