-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdataset_list.toml
More file actions
97 lines (89 loc) · 2.1 KB
/
dataset_list.toml
File metadata and controls
97 lines (89 loc) · 2.1 KB
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
schema_version = 1
[datasets.debian-bookworm]
version = "v2"
filepath = "debian-bookworm"
format = "sqlite"
timestamp = "2025-08-07"
categories = [
"os",
"linux",
"debian",
]
urls = ["https://huggingface.co/datasets/dapper-datasets/debian-bookworm/resolve/v2/debian-bookworm-v2.db.zip"]
[datasets.pypi]
version = "v1"
filepath = "pypi"
format = "sqlite"
timestamp = "2025-06-20"
categories = [
"language",
"python",
"pypi",
]
urls = ["https://huggingface.co/datasets/dapper-datasets/pypi/resolve/v1/pypi-v1.db.zip"]
[datasets.debian-buster]
version = "v2"
filepath = "debian-buster"
format = "sqlite"
timestamp = "2025-08-07"
categories = [
"os",
"linux",
"debian",
]
urls = ["https://huggingface.co/datasets/dapper-datasets/debian-buster/resolve/v2/debian-buster-v2.db.zip"]
[datasets.ubuntu-jammy]
version = "v2"
filepath = "ubuntu-jammy"
format = "sqlite"
timestamp = "2025-08-07"
categories = [
"os",
"linux",
"ubuntu",
]
urls = ["https://huggingface.co/datasets/dapper-datasets/ubuntu-jammy/resolve/v2/ubuntu-jammy-v2.db.zip"]
[datasets.debian-bullseye]
version = "v2"
filepath = "debian-bullseye"
format = "sqlite"
timestamp = "2025-08-07"
categories = [
"os",
"linux",
"debian",
]
urls = ["https://huggingface.co/datasets/dapper-datasets/debian-bullseye/resolve/v2/debian-bullseye-v2.db.zip"]
[datasets.ubuntu-noble]
version = "v2"
filepath = "ubuntu-noble"
format = "sqlite"
timestamp = "2025-08-07"
categories = [
"os",
"linux",
"ubuntu",
]
urls = ["https://huggingface.co/datasets/dapper-datasets/ubuntu-noble/resolve/v2/ubuntu-noble-v2.db.zip"]
[datasets.ubuntu-focal]
version = "v2"
filepath = "ubuntu-focal"
format = "sqlite"
timestamp = "2025-08-07"
categories = [
"os",
"linux",
"ubuntu",
]
urls = ["https://huggingface.co/datasets/dapper-datasets/ubuntu-focal/resolve/v2/ubuntu-focal-v2.db.zip"]
[datasets.nuget]
version = "v1"
filepath = "nuget"
format = "sqlite"
timestamp = "2025-10-09"
categories = [
"framework",
"dotnet",
"nuget",
]
urls = ["https://huggingface.co/datasets/dapper-datasets/nuget/resolve/v1/nuget-v1.db.zip"]