Bradford Levy commited on
Commit
1fbf2c6
·
verified ·
1 Parent(s): 18af935

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -31,7 +31,9 @@ configs:
31
 
32
  ## Datset Summary
33
 
34
- BeanCounter is a dataset of business-oriented text. The data is sourced from the Electronic Data Gathering and Retrieval (EDGAR) system operated by the United States Securities and Exchange Commission (SEC). Specifically all filings submitted to EDGAR from 1996 through 2023 (validation splits are based on a random sample of data from January and February of 2024). We include three configurations of the dataset: `clean`, `default`, and `sample`. These consist of:
 
 
35
 
36
  - `clean`: 159B tokens of cleaned text
37
  - `default`: 111B tokens of cleaned and deduplicated text (referred to as "final" in the paper)
 
31
 
32
  ## Datset Summary
33
 
34
+ BeanCounter is a low-toxicity, large-scale, and open dataset of business-oriented text. See [Wang and Levy (2024)](ToDo) for details of the data collection, analysis, and some explorations of using the data for continued pre-training.
35
+
36
+ The data is sourced from the Electronic Data Gathering and Retrieval (EDGAR) system operated by the United States Securities and Exchange Commission (SEC). Specifically all filings submitted to EDGAR from 1996 through 2023 (validation splits are based on a random sample of data from January and February of 2024). We include three configurations of the dataset: `clean`, `default`, and `sample`. These consist of:
37
 
38
  - `clean`: 159B tokens of cleaned text
39
  - `default`: 111B tokens of cleaned and deduplicated text (referred to as "final" in the paper)