tianyang commited on
Commit
b4501fd
·
verified ·
1 Parent(s): a8018c3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +56 -0
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: 504528431
44
+ num_examples: 8033
45
+ - name: cross_file_random
46
+ num_bytes: 467242455
47
+ num_examples: 7618
48
+ - name: in_file
49
+ num_bytes: 488999100
50
+ num_examples: 7910
51
+ download_size: 472994299
52
+ dataset_size: 1460769986
53
+ ---
54
+ # Dataset Card for "repobench_python_v1.1"
55
+
56
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)