Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
code
ArXiv:
Tags:
code
License:
anton-l HF Staff commited on
Commit
d2b2d69
·
verified ·
1 Parent(s): cd4be2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -1
README.md CHANGED
@@ -1,3 +1,84 @@
1
  ---
2
- license: odc-by
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
+ annotations_creators: []
3
+ language_creators:
4
+ - crowdsourced
5
+ - expert-generated
6
+ language:
7
+ - code
8
+ license:
9
+ - odc-by
10
+ multilinguality:
11
+ - multilingual
12
+ size_categories:
13
+ - 100M<n<1B
14
+ source_datasets: []
15
+ task_categories:
16
+ - text-generation
17
+ task_ids: []
18
+ pretty_name: The Stack v3
19
+ tags:
20
+ - code
21
+ dataset_info:
22
+ features:
23
+ - name: repo_path
24
+ dtype: string
25
+ - name: repo_id
26
+ dtype: int64
27
+ - name: commit_id
28
+ dtype: string
29
+ - name: github_metadata
30
+ struct:
31
+ - name: branch
32
+ dtype: string
33
+ - name: commit_count
34
+ dtype: int32
35
+ - name: repo_created_at
36
+ dtype: string
37
+ - name: is_fork
38
+ dtype: bool
39
+ - name: is_org_owned
40
+ dtype: bool
41
+ - name: forked_from
42
+ dtype: string
43
+ - name: stars
44
+ dtype: int32
45
+ - name: forks
46
+ dtype: int32
47
+ - name: issues
48
+ dtype: int32
49
+ - name: pull_requests
50
+ dtype: int32
51
+ - name: num_files
52
+ dtype: int64
53
+ - name: files
54
+ list:
55
+ - name: content_id
56
+ dtype: string
57
+ - name: content
58
+ dtype: string
59
+ - name: size_bytes
60
+ dtype: int32
61
+ - name: file_path
62
+ dtype: string
63
+ - name: file_timestamp
64
+ dtype: int64
65
+ - name: language
66
+ dtype: string
67
+ - name: is_vendor
68
+ dtype: bool
69
+ - name: license_type
70
+ dtype: string
71
+ - name: detected_licenses
72
+ sequence: string
73
+ splits:
74
+ - name: train
75
+ num_bytes: 15852930678426
76
+ num_examples: 173126905
77
+ download_size: 4666576005940
78
+ dataset_size: 15852930678426
79
+ configs:
80
+ - config_name: default
81
+ data_files:
82
+ - split: train
83
+ path: data/*.parquet
84
  ---