Datasets:
mteb
/

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
CodeSearchNet-ccr / README.md
Samoed's picture
Upload dataset
d760a90 verified
|
raw
history blame
1.65 kB
metadata
dataset_info:
  - config_name: python-corpus
    features:
      - name: _id
        dtype: string
      - name: title
        dtype: string
      - name: partition
        dtype: string
      - name: text
        dtype: string
      - name: language
        dtype: string
      - name: meta_information
        struct:
          - name: resource
            dtype: string
    splits:
      - name: corpus
        num_bytes: 120721520
        num_examples: 280652
    download_size: 49645245
    dataset_size: 120721520
  - config_name: python-qrels
    features:
      - name: query-id
        dtype: string
      - name: corpus-id
        dtype: string
      - name: score
        dtype: int64
    splits:
      - name: train
        num_bytes: 7332380
        num_examples: 251820
      - name: valid
        num_bytes: 417420
        num_examples: 13914
      - name: test
        num_bytes: 447540
        num_examples: 14918
    download_size: 3193423
    dataset_size: 8197340
  - config_name: python-queries
    features:
      - name: _id
        dtype: string
      - name: title
        dtype: string
      - name: partition
        dtype: string
      - name: text
        dtype: string
      - name: language
        dtype: string
      - name: meta_information
        struct:
          - name: resource
            dtype: string
    splits:
      - name: queries
        num_bytes: 164228951
        num_examples: 280652
    download_size: 68811755
    dataset_size: 164228951
configs:
  - config_name: python-corpus
    data_files:
      - split: corpus
        path: python-corpus/corpus-*
  - config_name: python-qrels
    data_files:
      - split: train
        path: python-qrels/train-*
      - split: valid
        path: python-qrels/valid-*
      - split: test
        path: python-qrels/test-*
  - config_name: python-queries
    data_files:
      - split: queries
        path: python-queries/queries-*