the-stack-v2-blamed / README.md
Reset23's picture
Upload dataset (part 00002-of-00003)
f2646e1 verified
|
raw
history blame
1.76 kB
metadata
dataset_info:
  features:
    - name: blob_id
      dtype: string
    - name: directory_id
      dtype: string
    - name: path
      dtype: string
    - name: content_id
      dtype: string
    - name: detected_licenses
      sequence: string
    - name: license_type
      dtype: string
    - name: repo_name
      dtype: string
    - name: snapshot_id
      dtype: string
    - name: revision_id
      dtype: string
    - name: branch_name
      dtype: string
    - name: visit_date
      dtype: timestamp[us]
    - name: revision_date
      dtype: timestamp[us]
    - name: committer_date
      dtype: timestamp[us]
    - name: github_id
      dtype: int64
    - name: star_events_count
      dtype: int64
    - name: fork_events_count
      dtype: int64
    - name: gha_license_id
      dtype: string
    - name: gha_event_created_at
      dtype: timestamp[us]
    - name: gha_created_at
      dtype: timestamp[us]
    - name: gha_language
      dtype: string
    - name: src_encoding
      dtype: string
    - name: language
      dtype: string
    - name: is_vendor
      dtype: bool
    - name: is_generated
      dtype: bool
    - name: length_bytes
      dtype: int64
    - name: extension
      dtype: string
    - name: content
      dtype: string
    - name: authors
      sequence: string
    - name: author_id
      dtype: string
  splits:
    - name: cpp
      num_bytes: 25487159508
      num_examples: 2000000
    - name: python
      num_bytes: 97209411
      num_examples: 20000
    - name: java
      num_bytes: 9646119739
      num_examples: 2000000
    - name: c
      num_bytes: 31508336914
      num_examples: 2000000
  download_size: 21992934652
  dataset_size: 66738825572
configs:
  - config_name: default
    data_files:
      - split: cpp
        path: data/cpp-*
      - split: python
        path: data/python-*
      - split: java
        path: data/java-*
      - split: c
        path: data/c-*