File size: 3,347 Bytes
267dbbf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
  "name": "code-v1",
  "tokenizer": "Qwen/Qwen3.5-0.8B-Base",
  "seed": 42,
  "shuffle_buffer": 10000,
  "min_document_tokens": 32,
  "max_document_tokens": 32768,
  "overflow_source": "stackv2_edu",
  "sources": [
    {
      "id": "stackv2_edu",
      "dataset": "common-pile/stackv2_edu_filtered",
      "split": "train",
      "adapter": "plain",
      "weight": 0.65,
      "license_class": "permissive",
      "exclude_extensions": [
        ".md",
        ".markdown",
        ".rst",
        ".ipynb"
      ],
      "exclude_path_parts": [
        "/vendor/",
        "/vendors/",
        "/node_modules/",
        "/dist/",
        "/build/",
        "/target/",
        "/third_party/",
        "/third-party/",
        "/generated/"
      ]
    },
    {
      "id": "stackv2_production",
      "dataset": "common-pile/stackv2",
      "split": "train",
      "adapter": "plain",
      "weight": 0.1,
      "license_class": "permissive",
      "exclude_extensions": [
        ".md",
        ".markdown",
        ".rst",
        ".txt",
        ".ipynb",
        ".csv",
        ".tsv",
        ".lock",
        ".min.js",
        ".map"
      ],
      "exclude_path_parts": [
        "/vendor/",
        "/vendors/",
        "/node_modules/",
        "/dist/",
        "/build/",
        "/target/",
        "/third_party/",
        "/third-party/",
        "/generated/"
      ]
    },
    {
      "id": "commitpack",
      "dataset": "bigcode/commitpackft",
      "loader": "json",
      "data_files": "hf://datasets/bigcode/commitpackft@fc56fe33c030c6daa414c2b112c932b8eed085e6/data/*/data.jsonl",
      "revision": "fc56fe33c030c6daa414c2b112c932b8eed085e6",
      "split": "train",
      "adapter": "commitpack",
      "weight": 0.08,
      "license_class": "mixed_code"
    },
    {
      "id": "stackexchange_programming",
      "dataset": "common-pile/stackexchange_filtered",
      "split": "train",
      "adapter": "plain",
      "weight": 0.07,
      "license_class": "share_alike",
      "include_metadata_parts": [
        "stackoverflow.com/",
        "softwareengineering.stackexchange.com/",
        "codereview.stackexchange.com/",
        "dba.stackexchange.com/",
        "unix.stackexchange.com/",
        "askubuntu.com/"
      ]
    },
    {
      "id": "arxiv_cs_math",
      "dataset": "common-pile/arxiv_papers_filtered",
      "split": "train",
      "adapter": "plain",
      "weight": 0.05,
      "license_class": "open_content",
      "include_metadata_parts": [
        "cs.",
        "math.",
        "stat.",
        "eess."
      ]
    },
    {
      "id": "repository_docs",
      "dataset": "common-pile/stackv2_edu_filtered",
      "split": "train",
      "adapter": "plain",
      "weight": 0.029,
      "license_class": "permissive",
      "include_extensions": [
        ".md",
        ".markdown",
        ".rst",
        ".ipynb"
      ]
    },
    {
      "id": "python_peps",
      "dataset": "common-pile/python_enhancement_proposals_filtered",
      "split": "train",
      "adapter": "plain",
      "weight": 0.001,
      "license_class": "public_domain",
      "shuffle": false
    },
    {
      "id": "wikimedia",
      "dataset": "common-pile/wikimedia_filtered",
      "split": "train",
      "adapter": "plain",
      "weight": 0.02,
      "license_class": "share_alike"
    }
  ]
}