File size: 1,580 Bytes
f2a36f5
 
ef8586d
f2a36f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ef8586d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5b1d2d1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f2a36f5
 
 
 
 
ef8586d
 
 
 
5b1d2d1
 
 
 
f2a36f5
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
dataset_info:
- config_name: c
  features:
  - name: repo
    dtype: string
  - name: file
    dtype: string
  - name: code
    dtype: string
  - name: file_length
    dtype: int64
  - name: avg_line_length
    dtype: float64
  - name: max_line_length
    dtype: int64
  - name: extension_type
    dtype: string
  splits:
  - name: train
    num_bytes: 15516122083.854034
    num_examples: 1153385
  download_size: 4732430223
  dataset_size: 15516122083.854034
- config_name: cpp
  features:
  - name: repo
    dtype: string
  - name: file
    dtype: string
  - name: code
    dtype: string
  - name: file_length
    dtype: int64
  - name: avg_line_length
    dtype: float64
  - name: max_line_length
    dtype: int64
  - name: extension_type
    dtype: string
  splits:
  - name: train
    num_bytes: 7665701650.945949
    num_examples: 569827
  download_size: 2395092795
  dataset_size: 7665701650.945949
- config_name: go
  features:
  - name: repo
    dtype: string
  - name: file
    dtype: string
  - name: code
    dtype: string
  - name: file_length
    dtype: int64
  - name: avg_line_length
    dtype: float64
  - name: max_line_length
    dtype: int64
  - name: extension_type
    dtype: string
  splits:
  - name: train
    num_bytes: 1667473435.5100782
    num_examples: 123951
  download_size: 383325222
  dataset_size: 1667473435.5100782
configs:
- config_name: c
  data_files:
  - split: train
    path: c/train-*
- config_name: cpp
  data_files:
  - split: train
    path: cpp/train-*
- config_name: go
  data_files:
  - split: train
    path: go/train-*
---