Upload dataset
Browse files- README.md +34 -0
- ruby/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -60,6 +60,36 @@ dataset_info:
|
|
| 60 |
num_examples: 94014
|
| 61 |
download_size: 125892303
|
| 62 |
dataset_size: 292440593.8633003
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
configs:
|
| 64 |
- config_name: java
|
| 65 |
data_files:
|
|
@@ -69,4 +99,8 @@ configs:
|
|
| 69 |
data_files:
|
| 70 |
- split: train
|
| 71 |
path: javascript/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
---
|
|
|
|
| 60 |
num_examples: 94014
|
| 61 |
download_size: 125892303
|
| 62 |
dataset_size: 292440593.8633003
|
| 63 |
+
- config_name: ruby
|
| 64 |
+
features:
|
| 65 |
+
- name: repository_name
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: func_path_in_repository
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: func_name
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: whole_func_string
|
| 72 |
+
dtype: string
|
| 73 |
+
- name: language
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: func_code_string
|
| 76 |
+
dtype: string
|
| 77 |
+
- name: func_code_tokens
|
| 78 |
+
sequence: string
|
| 79 |
+
- name: func_documentation_string
|
| 80 |
+
dtype: string
|
| 81 |
+
- name: func_documentation_tokens
|
| 82 |
+
sequence: string
|
| 83 |
+
- name: split_name
|
| 84 |
+
dtype: string
|
| 85 |
+
- name: func_code_url
|
| 86 |
+
dtype: string
|
| 87 |
+
splits:
|
| 88 |
+
- name: train
|
| 89 |
+
num_bytes: 131009429.35882549
|
| 90 |
+
num_examples: 42117
|
| 91 |
+
download_size: 34098238
|
| 92 |
+
dataset_size: 131009429.35882549
|
| 93 |
configs:
|
| 94 |
- config_name: java
|
| 95 |
data_files:
|
|
|
|
| 99 |
data_files:
|
| 100 |
- split: train
|
| 101 |
path: javascript/train-*
|
| 102 |
+
- config_name: ruby
|
| 103 |
+
data_files:
|
| 104 |
+
- split: train
|
| 105 |
+
path: ruby/train-*
|
| 106 |
---
|
ruby/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a1f2028ba28c120d51006fd12b254dfb57492aa184c85d62670617fd00c228c
|
| 3 |
+
size 34098238
|