Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,54 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-3.0
|
| 3 |
+
dataset_info:
|
| 4 |
+
features:
|
| 5 |
+
- name: project
|
| 6 |
+
dtype: string
|
| 7 |
+
- name: test_suite
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: index_in_dump
|
| 10 |
+
dtype: int64
|
| 11 |
+
- name: class_name
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: method_name
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: just_class_name
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: just_method_name
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: anonymous_classes
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: anonymous_methods
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: source_code
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: notes
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: java_calls
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: calls_with_boundaries
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: java_call_count
|
| 32 |
+
dtype: int64
|
| 33 |
+
- name: max_depth
|
| 34 |
+
dtype: int64
|
| 35 |
+
- name: loc_tuple
|
| 36 |
+
sequence: int64
|
| 37 |
+
- name: id
|
| 38 |
+
dtype: int64
|
| 39 |
+
splits:
|
| 40 |
+
- name: train
|
| 41 |
+
num_bytes: 23074236652
|
| 42 |
+
num_examples: 438224
|
| 43 |
+
- name: validation
|
| 44 |
+
num_bytes: 549889066
|
| 45 |
+
num_examples: 10000
|
| 46 |
+
- name: with_libraries
|
| 47 |
+
num_bytes: 537246125
|
| 48 |
+
num_examples: 10000
|
| 49 |
+
- name: without_libraries
|
| 50 |
+
num_bytes: 246734291
|
| 51 |
+
num_examples: 10000
|
| 52 |
+
download_size: 1868292246
|
| 53 |
+
dataset_size: 24408106134
|
| 54 |
---
|