Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: dedup_C
|
6 |
+
path: data/dedup_C-*
|
7 |
+
- split: dup_C
|
8 |
+
path: data/dup_C-*
|
9 |
+
- split: dedup_DecomC
|
10 |
+
path: data/dedup_DecomC-*
|
11 |
+
- split: dup_DecomC
|
12 |
+
path: data/dup_DecomC-*
|
13 |
+
- split: dedup_demiStripped
|
14 |
+
path: data/dedup_demiStripped-*
|
15 |
+
- split: dup_demiStripped
|
16 |
+
path: data/dup_demiStripped-*
|
17 |
+
- split: no_fun_demiStripped
|
18 |
+
path: data/no_fun_demiStripped-*
|
19 |
+
- split: dup_stripped
|
20 |
+
path: data/dup_stripped-*
|
21 |
+
- split: dedup_stripped
|
22 |
+
path: data/dedup_stripped-*
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: id
|
26 |
+
dtype: int64
|
27 |
+
- name: docstring_tokens
|
28 |
+
sequence: string
|
29 |
+
- name: code_tokens
|
30 |
+
sequence: string
|
31 |
+
- name: fun_name
|
32 |
+
dtype: string
|
33 |
+
- name: repo
|
34 |
+
dtype: string
|
35 |
+
- name: starting
|
36 |
+
dtype: string
|
37 |
+
- name: partition
|
38 |
+
dtype: string
|
39 |
+
- name: __index_level_0__
|
40 |
+
dtype: int64
|
41 |
+
splits:
|
42 |
+
- name: dedup_C
|
43 |
+
num_bytes: 167770495
|
44 |
+
num_examples: 79673
|
45 |
+
- name: dup_C
|
46 |
+
num_bytes: 348707539
|
47 |
+
num_examples: 214587
|
48 |
+
- name: dedup_DecomC
|
49 |
+
num_bytes: 330052224
|
50 |
+
num_examples: 79673
|
51 |
+
- name: dup_DecomC
|
52 |
+
num_bytes: 614158883
|
53 |
+
num_examples: 214587
|
54 |
+
- name: dedup_demiStripped
|
55 |
+
num_bytes: 316991021
|
56 |
+
num_examples: 79673
|
57 |
+
- name: dup_demiStripped
|
58 |
+
num_bytes: 590234671
|
59 |
+
num_examples: 214587
|
60 |
+
- name: no_fun_demiStripped
|
61 |
+
num_bytes: 606914210
|
62 |
+
num_examples: 214587
|
63 |
+
- name: dup_stripped
|
64 |
+
num_bytes: 60563000
|
65 |
+
num_examples: 14245
|
66 |
+
- name: dedup_stripped
|
67 |
+
num_bytes: 40485701
|
68 |
+
num_examples: 7826
|
69 |
+
download_size: 592873091
|
70 |
+
dataset_size: 3075877744
|
71 |
+
---
|
72 |
+
# Dataset Card for "Capybara"
|
73 |
+
|
74 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|