pierjoe commited on
Commit
e6ccbfa
·
verified ·
1 Parent(s): 04e5b63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -7
README.md CHANGED
@@ -140,12 +140,6 @@ size_categories:
140
 
141
  Structured executive compensation data extracted from SEC DEF 14A proxy statements using AI.
142
 
143
- ## Available Splits
144
-
145
- | Split | Records | Description |
146
- |-------|---------|-------------|
147
- | `train` | 12,022 | All records combined |
148
- | `year_2005` - `year_2022` | varies | Records filtered by filing year |
149
 
150
  ```python
151
  from datasets import load_dataset
@@ -158,7 +152,7 @@ ds_2020 = load_dataset("pierjoe/execcomp-ai-sample", split="year_2020")
158
  ```
159
 
160
  <details>
161
- <summary><b>📊 Dataset Statistics</b> (click to expand)</summary>
162
 
163
  ![Pipeline Stats](docs/stats_pipeline.png)
164
 
 
140
 
141
  Structured executive compensation data extracted from SEC DEF 14A proxy statements using AI.
142
 
 
 
 
 
 
 
143
 
144
  ```python
145
  from datasets import load_dataset
 
152
  ```
153
 
154
  <details>
155
+ <summary><b># 📊 Dataset Statistics</b> (click to expand)</summary>
156
 
157
  ![Pipeline Stats](docs/stats_pipeline.png)
158