File size: 1,298 Bytes
dee3c3b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
configs:
- config_name: default
  data_files:
  - split: cross_file_first
    path: data/cross_file_first-*
  - split: cross_file_random
    path: data/cross_file_random-*
  - split: in_file
    path: data/in_file-*
dataset_info:
  features:
  - name: repo_name
    dtype: string
  - name: file_path
    dtype: string
  - name: context
    list:
    - name: identifier
      dtype: string
    - name: path
      dtype: string
    - name: snippet
      dtype: string
  - name: import_statement
    dtype: string
  - name: token_num
    dtype: int64
  - name: cropped_code
    dtype: string
  - name: all_code
    dtype: string
  - name: next_line
    dtype: string
  - name: gold_snippet_index
    dtype: int64
  - name: created_at
    dtype: string
  - name: level
    dtype: string
  - name: seq_length
    dtype: int64
  splits:
  - name: cross_file_first
    num_bytes: 36887960612
    num_examples: 8033
  - name: cross_file_random
    num_bytes: 35141800821
    num_examples: 7618
  - name: in_file
    num_bytes: 36672928537
    num_examples: 7910
  download_size: 14660527964
  dataset_size: 108702689970
---
# Dataset Card for "repobench_python_1048576"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)