Datasets:
Tasks:
Text Generation
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
code
License:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: cross_file_first
|
6 |
+
path: data/cross_file_first-*
|
7 |
+
- split: cross_file_random
|
8 |
+
path: data/cross_file_random-*
|
9 |
+
- split: in_file
|
10 |
+
path: data/in_file-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: repo_name
|
14 |
+
dtype: string
|
15 |
+
- name: file_path
|
16 |
+
dtype: string
|
17 |
+
- name: context
|
18 |
+
list:
|
19 |
+
- name: identifier
|
20 |
+
dtype: string
|
21 |
+
- name: path
|
22 |
+
dtype: string
|
23 |
+
- name: snippet
|
24 |
+
dtype: string
|
25 |
+
- name: import_statement
|
26 |
+
dtype: string
|
27 |
+
- name: token_num
|
28 |
+
dtype: int64
|
29 |
+
- name: cropped_code
|
30 |
+
dtype: string
|
31 |
+
- name: all_code
|
32 |
+
dtype: string
|
33 |
+
- name: next_line
|
34 |
+
dtype: string
|
35 |
+
- name: gold_snippet_index
|
36 |
+
dtype: int64
|
37 |
+
- name: created_at
|
38 |
+
dtype: string
|
39 |
+
- name: level
|
40 |
+
dtype: string
|
41 |
+
splits:
|
42 |
+
- name: cross_file_first
|
43 |
+
num_bytes: 670974535
|
44 |
+
num_examples: 8722
|
45 |
+
- name: cross_file_random
|
46 |
+
num_bytes: 675947919
|
47 |
+
num_examples: 8705
|
48 |
+
- name: in_file
|
49 |
+
num_bytes: 674753278
|
50 |
+
num_examples: 8696
|
51 |
+
download_size: 575797094
|
52 |
+
dataset_size: 2021675732
|
53 |
+
---
|
54 |
+
# Dataset Card for "repobench_java_v1.1"
|
55 |
+
|
56 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|