pikabu / README.md
IlyaGusev's picture
Split into several files
0d33974
|
raw
history blame
1.14 kB
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: title
      dtype: string
    - name: text_markdown
      dtype: string
    - name: timestamp
      dtype: uint64
    - name: author_id
      dtype: int64
    - name: username
      dtype: string
    - name: rating
      dtype: int64
    - name: pluses
      dtype: int64
    - name: minuses
      dtype: int64
    - name: url
      dtype: string
    - name: tags
      sequence: string
    - name: blocks
      sequence:
        - name: data
          dtype: string
        - name: type
          dtype: string
    - name: comments
      sequence:
        - name: id
          dtype: int64
        - name: timestamp
          dtype: uint64
        - name: parent_id
          dtype: int64
        - name: text_markdown
          dtype: string
        - name: text_html
          dtype: string
        - name: images
          sequence: string
        - name: rating
          dtype: int64
        - name: pluses
          dtype: int64
        - name: minuses
          dtype: int64
        - name: author_id
          dtype: int64
        - name: username
          dtype: string
  splits:
    - name: train
      num_bytes: 96105803658
      num_examples: 6907622
  download_size: 20196853689
  dataset_size: 96105803658