repobench_raw_v1.1 / README.md
tianyang's picture
Upload README.md with huggingface_hub
f6dfb25 verified
metadata
license: cc-by-4.0
configs:
  - config_name: default
    data_files:
      - split: python
        path: data/python-*
      - split: java
        path: data/java-*
dataset_info:
  features:
    - name: repo_name
      dtype: string
    - name: language
      dtype: string
    - name: created_at
      dtype: timestamp[ns]
    - name: license
      dtype: string
    - name: description
      dtype: string
    - name: stars
      dtype: int64
    - name: forks
      dtype: int64
    - name: url
      dtype: string
    - name: repo_code
      list:
        - name: code
          dtype: string
        - name: path
          dtype: string
        - name: repo_name
          dtype: string
        - name: size
          dtype: int64
  splits:
    - name: python
      num_bytes: 1262209882
      num_examples: 4612
    - name: java
      num_bytes: 472375761
      num_examples: 1750
  download_size: 524006644
  dataset_size: 1734585643