openlegaldata / README.md
amunozo's picture
Upload README.md with huggingface_hub
9d982cf
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: slug
      dtype: string
    - name: court
      struct:
        - name: id
          dtype: int64
        - name: name
          dtype: string
        - name: slug
          dtype: string
        - name: city
          dtype: int64
        - name: state
          dtype: int64
        - name: jurisdiction
          dtype: string
        - name: level_of_appeal
          dtype: string
    - name: file_number
      dtype: string
    - name: date
      dtype: timestamp[s]
    - name: created_date
      dtype: timestamp[s]
    - name: updated_date
      dtype: timestamp[s]
    - name: type
      dtype: string
    - name: ecli
      dtype: string
    - name: content
      dtype: string
  splits:
    - name: train
      num_bytes: 3436956243
      num_examples: 104763
  download_size: 1344880133
  dataset_size: 3436956243
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Dataset Card for "old_cases"

More Information needed