Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: int32
|
6 |
+
- name: repo
|
7 |
+
dtype: string
|
8 |
+
- name: path
|
9 |
+
dtype: string
|
10 |
+
- name: func_name
|
11 |
+
dtype: string
|
12 |
+
- name: original_string
|
13 |
+
dtype: string
|
14 |
+
- name: language
|
15 |
+
dtype: string
|
16 |
+
- name: code
|
17 |
+
dtype: string
|
18 |
+
- name: code_tokens
|
19 |
+
sequence: string
|
20 |
+
- name: docstring
|
21 |
+
dtype: string
|
22 |
+
- name: docstring_tokens
|
23 |
+
sequence: string
|
24 |
+
- name: sha
|
25 |
+
dtype: string
|
26 |
+
- name: url
|
27 |
+
dtype: string
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 51956439
|
31 |
+
num_examples: 24927
|
32 |
+
- name: validation
|
33 |
+
num_bytes: 2821037
|
34 |
+
num_examples: 1400
|
35 |
+
- name: test
|
36 |
+
num_bytes: 2671551
|
37 |
+
num_examples: 1261
|
38 |
+
download_size: 21921316
|
39 |
+
dataset_size: 57449027
|
40 |
+
---
|
41 |
+
# Dataset Card for "codexglue_code2text_ruby"
|
42 |
+
|
43 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|