Bradford Levy commited on
Commit
0a558b6
·
verified ·
1 Parent(s): 9691df9

Added fraud config

Browse files

Added new split of the data, fraud, that contains filings from periods when the SEC brought AAERs or litigation against the firm.

Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -12,7 +12,7 @@ configs:
12
  data_files:
13
  - split: train
14
  path:
15
- - "sample/train/bc*.jsonl.gz"
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