Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
code
ArXiv:
Tags:
code
License:
File size: 1,566 Bytes
044afdc
d2b2d69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
044afdc
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
84
85
---
annotations_creators: []
language_creators:
- crowdsourced
- expert-generated
language:
- code
license:
- odc-by
multilinguality:
- multilingual
size_categories:
- 100M<n<1B
source_datasets: []
task_categories:
- text-generation
task_ids: []
pretty_name: The Stack v3
tags:
- code
dataset_info:
  features:
  - name: repo_path
    dtype: string
  - name: repo_id
    dtype: int64
  - name: commit_id
    dtype: string
  - name: github_metadata
    struct:
    - name: branch
      dtype: string
    - name: commit_count
      dtype: int32
    - name: repo_created_at
      dtype: string
    - name: is_fork
      dtype: bool
    - name: is_org_owned
      dtype: bool
    - name: forked_from
      dtype: string
    - name: stars
      dtype: int32
    - name: forks
      dtype: int32
    - name: issues
      dtype: int32
    - name: pull_requests
      dtype: int32
  - name: num_files
    dtype: int64
  - name: files
    list:
    - name: content_id
      dtype: string
    - name: content
      dtype: string
    - name: size_bytes
      dtype: int32
    - name: file_path
      dtype: string
    - name: file_timestamp
      dtype: int64
    - name: language
      dtype: string
    - name: is_vendor
      dtype: bool
    - name: license_type
      dtype: string
    - name: detected_licenses
      sequence: string
  splits:
  - name: train
    num_bytes: 15852930678426
    num_examples: 173126905
  download_size: 4666576005940
  dataset_size: 15852930678426
configs:
- config_name: default
  data_files:
  - split: train
    path: data/*.parquet
---