File size: 639 Bytes
8298703
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3a798a7
 
 
e66e35c
 
 
 
1452cc4
8298703
 
 
 
 
1452cc4
 
8298703
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
---
dataset_info:
  features:
  - name: lca_index
    dtype: int64
  - name: idx
    dtype: string
  - name: line_type
    dtype: string
  - name: ground_truth
    dtype: string
  - name: completions
    sequence: string
  - name: prefix
    dtype: string
  - name: postfix
    dtype: string
  - name: repo
    dtype: string
  splits:
  - name: test
    num_bytes: 35637964
    num_examples: 1539
  - name: train
    num_bytes: 26723861
    num_examples: 1575
  download_size: 16698278
  dataset_size: 62361825
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: train
    path: data/train-*
---