samchain commited on
Commit
13a2316
1 Parent(s): 8edd597

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -31,4 +31,6 @@ size_categories:
31
  ---
32
  # Dataset Card for "BIS_Speeches_97_23"
33
 
34
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
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.)