Bradford Levy commited on
Added fraud config
Browse filesAdded new split of the data, fraud, that contains filings from periods when the SEC brought AAERs or litigation against the firm.
README.md
CHANGED
|
@@ -12,7 +12,7 @@ configs:
|
|
| 12 |
data_files:
|
| 13 |
- split: train
|
| 14 |
path:
|
| 15 |
-
- "
|
| 16 |
- "deduped/bc*.jsonl.gz"
|
| 17 |
- split: validation
|
| 18 |
path:
|
|
@@ -25,6 +25,11 @@ configs:
|
|
| 25 |
- split: validation
|
| 26 |
path:
|
| 27 |
- "sample/validation/bc*.jsonl.gz"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
---
|
| 29 |
|
| 30 |
# 🫘🧮 BeanCounter
|
|
|
|
| 12 |
data_files:
|
| 13 |
- split: train
|
| 14 |
path:
|
| 15 |
+
- "train/bc*.jsonl.gz"
|
| 16 |
- "deduped/bc*.jsonl.gz"
|
| 17 |
- split: validation
|
| 18 |
path:
|
|
|
|
| 25 |
- split: validation
|
| 26 |
path:
|
| 27 |
- "sample/validation/bc*.jsonl.gz"
|
| 28 |
+
- config_name: fraud
|
| 29 |
+
data_files:
|
| 30 |
+
- split: train
|
| 31 |
+
path:
|
| 32 |
+
- "fraud/bc-*.jsonl.gz"
|
| 33 |
---
|
| 34 |
|
| 35 |
# 🫘🧮 BeanCounter
|