siddharthlohani commited on
Commit
c82882b
·
verified ·
1 Parent(s): 1491fbb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md CHANGED
@@ -18,6 +18,54 @@ configs:
18
  - split: train
19
  path:
20
  - "metadata.jsonl"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  pretty_name: SEC IPO Filings Datase
22
  ---
23
 
 
18
  - split: train
19
  path:
20
  - "metadata.jsonl"
21
+ dataset_info:
22
+ features:
23
+ - name: company
24
+ dtype: string
25
+ - name: company_tickers
26
+ sequence: string
27
+ - name: cik
28
+ dtype: string
29
+ - name: sic
30
+ dtype: string
31
+ - name: office
32
+ dtype: string
33
+ - name: industry
34
+ dtype: string
35
+ - name: exchanges
36
+ sequence: string
37
+ - name: filing_type
38
+ dtype: string
39
+ - name: filing_date
40
+ dtype: string
41
+ - name: filing_accession_number
42
+ dtype: string
43
+ - name: filing_processed
44
+ dtype: bool
45
+ - name: parsed_toc_keys
46
+ dtype: string
47
+ - name: parsed_prospectus_summary_valid
48
+ dtype: bool
49
+ - name: parsed_prospectus_summary
50
+ dtype: string
51
+ - name: parsed_prospectus_summary_word_count
52
+ dtype: int64
53
+ - name: parsed_risk_factors_valid
54
+ dtype: bool
55
+ - name: parsed_risk_factors
56
+ dtype: string
57
+ - name: parsed_risk_factors_word_count
58
+ dtype: int64
59
+ - name: parsed_legal_matters_valid
60
+ dtype: bool
61
+ - name: parsed_legal_matters
62
+ dtype: string
63
+ - name: parsed_legal_matters_word_count
64
+ dtype: int64
65
+ - name: filing_url
66
+ dtype: string
67
+ - name: filing_images
68
+ sequence: string
69
  pretty_name: SEC IPO Filings Datase
70
  ---
71