yzhuang commited on
Commit
dee3c3b
·
verified ·
1 Parent(s): 2b37100

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - name: seq_length
42
+ dtype: int64
43
+ splits:
44
+ - name: cross_file_first
45
+ num_bytes: 36887960612
46
+ num_examples: 8033
47
+ - name: cross_file_random
48
+ num_bytes: 35141800821
49
+ num_examples: 7618
50
+ - name: in_file
51
+ num_bytes: 36672928537
52
+ num_examples: 7910
53
+ download_size: 14660527964
54
+ dataset_size: 108702689970
55
+ ---
56
+ # Dataset Card for "repobench_python_1048576"
57
+
58
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)