pszemraj's picture
Update README.md
ecb72f2 verified
|
raw
history blame
4.15 kB
metadata
source_datasets: jlohding/sp500-edgar-10k
dataset_info:
  - config_name: default
    features:
      - name: cik
        dtype: string
      - name: sic
        dtype: string
      - name: company
        dtype: string
      - name: date
        dtype: timestamp[us]
      - name: ret
        dtype: float64
      - name: mkt_cap
        dtype: float64
      - name: report_intro
        dtype: string
      - name: text
        dtype: string
      - name: report_returns
        dtype: string
      - name: word_count
        dtype: int64
    splits:
      - name: train
        num_bytes: 2260000389
        num_examples: 6258
    download_size: 974801155
    dataset_size: 2260000389
  - config_name: raw
    features:
      - name: cik
        dtype: string
      - name: sic
        dtype: string
      - name: company
        dtype: string
      - name: date
        dtype: timestamp[us]
      - name: ret
        dtype: float64
      - name: mkt_cap
        dtype: float64
      - name: report_intro
        dtype: string
      - name: text
        dtype: string
      - name: report_returns
        dtype: string
    splits:
      - name: train
        num_bytes: 2268939023
        num_examples: 6282
    download_size: 976779914
    dataset_size: 2268939023
  - config_name: smol
    features:
      - name: cik
        dtype: string
      - name: sic
        dtype: string
      - name: company
        dtype: string
      - name: date
        dtype: timestamp[us]
      - name: ret
        dtype: float64
      - name: mkt_cap
        dtype: float64
      - name: report_intro
        dtype: string
      - name: text
        dtype: string
      - name: report_returns
        dtype: string
      - name: word_count
        dtype: int64
    splits:
      - name: train
        num_bytes: 8668535.927411653
        num_examples: 24
    download_size: 70308
    dataset_size: 8668535.927411653
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
  - config_name: raw
    data_files:
      - split: train
        path: raw/train-*
  - config_name: smol
    data_files:
      - split: train
        path: smol/train-*
license: odc-by
extra_gated_prompt: You agree to use the dataset.
extra_gated_fields:
  tell me an interesting fact: text
  How much do you love money:
    type: select
    options:
      - High
      - Medium
      - label: Other
        value: other
  I agree to use this dataset: checkbox
task_categories:
  - text-generation
  - text-classification
language:
  - en
tags:
  - finance
  - money
size_categories:
  - 1K<n<10K

edgar s&p500

Source Datasets

The source dataset used for this report is jlohding/sp500-edgar-10k.

Dataset Information

Configuration: default

Feature Data Type
cik string
sic string
company string
date timestamp[us]
ret float64
mkt_cap float64
report_intro string
text string
report_returns string
word_count int64

Splits:

  • Train:
    • Number of Examples: 6258
    • Size: 2260000389 bytes

Download Size: 974801155 bytes
Dataset Size: 2260000389 bytes

Configuration: raw

Feature Data Type
cik string
sic string
company string
date timestamp[us]
ret float64
mkt_cap float64
report_intro string
text string
report_returns string

Splits:

  • Train:
    • Number of Examples: 6282
    • Size: 2268939023 bytes

Download Size: 976779914 bytes
Dataset Size: 2268939023 bytes

Configuration: smol

Feature Data Type
cik string
sic string
company string
date timestamp[us]
ret float64
mkt_cap float64
report_intro string
text string
report_returns string
word_count int64

Splits:

  • Train:
    • Number of Examples: 24
    • Size: 8668535.927411653 bytes

Download Size: 70308 bytes
Dataset Size: 8668535.927411653 bytes