Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: _id
|
5 |
+
dtype: string
|
6 |
+
- name: title
|
7 |
+
dtype: string
|
8 |
+
- name: partition
|
9 |
+
dtype: string
|
10 |
+
- name: text
|
11 |
+
dtype: string
|
12 |
+
- name: language
|
13 |
+
dtype: string
|
14 |
+
- name: meta_information
|
15 |
+
struct:
|
16 |
+
- name: resource
|
17 |
+
dtype: string
|
18 |
+
splits:
|
19 |
+
- name: queries
|
20 |
+
num_bytes: 439576476
|
21 |
+
num_examples: 1005474
|
22 |
+
- name: corpus
|
23 |
+
num_bytes: 330224795
|
24 |
+
num_examples: 1005474
|
25 |
+
download_size: 314950880
|
26 |
+
dataset_size: 769801271
|
27 |
+
---
|
28 |
+
# Dataset Card for "CodeSearchNet-ccr-ruby-queries-corpus"
|
29 |
+
|
30 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|