Commit
·
7b92218
1
Parent(s):
bd38a25
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: 'Unnamed: 0'
|
5 |
+
dtype: int64
|
6 |
+
- name: func
|
7 |
+
dtype: string
|
8 |
+
- name: target
|
9 |
+
dtype:
|
10 |
+
class_label:
|
11 |
+
names:
|
12 |
+
'0': true
|
13 |
+
'1': false
|
14 |
+
- name: project
|
15 |
+
dtype: string
|
16 |
+
splits:
|
17 |
+
- name: train
|
18 |
+
num_bytes: 10257684.819539886
|
19 |
+
num_examples: 3349
|
20 |
+
- name: test
|
21 |
+
num_bytes: 3421270.213026591
|
22 |
+
num_examples: 1117
|
23 |
+
- name: validation
|
24 |
+
num_bytes: 3421270.213026591
|
25 |
+
num_examples: 1117
|
26 |
+
download_size: 7298469
|
27 |
+
dataset_size: 17100225.245593067
|
28 |
+
---
|
29 |
+
# Dataset Card for "java_unifiedbug_2_1"
|
30 |
+
|
31 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|