CoolFace
Datasetpublic

CoIR-Retrieval/CodeSearchNet-ccr-php-qrels

Dataset Card for "CodeSearchNet-ccr-php-qrels" More Information needed

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes53downloads
README.md34 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: query_id5    dtype: string6  - name: corpus_id7    dtype: string8  - name: score9    dtype: int6410  splits:11  - name: train12    num_bytes: 701501013    num_examples: 24124114  - name: valid15    num_bytes: 38946016    num_examples: 1298217  - name: test18    num_bytes: 42042019    num_examples: 1401420  download_size: 305326221  dataset_size: 782489022configs:23- config_name: default24  data_files:25  - split: train26    path: data/train-*27  - split: valid28    path: data/valid-*29  - split: test30    path: data/test-*31---32# Dataset Card for "CodeSearchNet-ccr-php-qrels"33 34[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)