michaelmior
commited on
Group related files together
Browse files- Pipfile +13 -0
- Pipfile.lock +138 -0
- all.jsonl.gz +3 -0
- sample.py +55 -0
- schema-groups.txt +315 -0
- train.jsonl.gz +2 -2
- validation.jsonl.gz +2 -2
Pipfile
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[[source]]
|
2 |
+
url = "https://pypi.org/simple"
|
3 |
+
verify_ssl = true
|
4 |
+
name = "pypi"
|
5 |
+
|
6 |
+
[packages]
|
7 |
+
scikit-learn = "*"
|
8 |
+
|
9 |
+
[dev-packages]
|
10 |
+
|
11 |
+
[requires]
|
12 |
+
python_version = "3.12"
|
13 |
+
python_full_version = "3.12.0"
|
Pipfile.lock
ADDED
@@ -0,0 +1,138 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_meta": {
|
3 |
+
"hash": {
|
4 |
+
"sha256": "5196d013090d971d02d94432ff512f5e48bf437fc42f417c53c0de04e254b532"
|
5 |
+
},
|
6 |
+
"pipfile-spec": 6,
|
7 |
+
"requires": {
|
8 |
+
"python_full_version": "3.12.0",
|
9 |
+
"python_version": "3.12"
|
10 |
+
},
|
11 |
+
"sources": [
|
12 |
+
{
|
13 |
+
"name": "pypi",
|
14 |
+
"url": "https://pypi.org/simple",
|
15 |
+
"verify_ssl": true
|
16 |
+
}
|
17 |
+
]
|
18 |
+
},
|
19 |
+
"default": {
|
20 |
+
"joblib": {
|
21 |
+
"hashes": [
|
22 |
+
"sha256:1eb0dc091919cd384490de890cb5dfd538410a6d4b3b54eef09fb8c50b409b1c",
|
23 |
+
"sha256:42942470d4062537be4d54c83511186da1fc14ba354961a2114da91efa9a4ed7"
|
24 |
+
],
|
25 |
+
"markers": "python_version >= '3.8'",
|
26 |
+
"version": "==1.4.0"
|
27 |
+
},
|
28 |
+
"numpy": {
|
29 |
+
"hashes": [
|
30 |
+
"sha256:03a8c78d01d9781b28a6989f6fa1bb2c4f2d51201cf99d3dd875df6fbd96b23b",
|
31 |
+
"sha256:08beddf13648eb95f8d867350f6a018a4be2e5ad54c8d8caed89ebca558b2818",
|
32 |
+
"sha256:1af303d6b2210eb850fcf03064d364652b7120803a0b872f5211f5234b399f20",
|
33 |
+
"sha256:1dda2e7b4ec9dd512f84935c5f126c8bd8b9f2fc001e9f54af255e8c5f16b0e0",
|
34 |
+
"sha256:2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010",
|
35 |
+
"sha256:2e4ee3380d6de9c9ec04745830fd9e2eccb3e6cf790d39d7b98ffd19b0dd754a",
|
36 |
+
"sha256:3373d5d70a5fe74a2c1bb6d2cfd9609ecf686d47a2d7b1d37a8f3b6bf6003aea",
|
37 |
+
"sha256:47711010ad8555514b434df65f7d7b076bb8261df1ca9bb78f53d3b2db02e95c",
|
38 |
+
"sha256:4c66707fabe114439db9068ee468c26bbdf909cac0fb58686a42a24de1760c71",
|
39 |
+
"sha256:50193e430acfc1346175fcbdaa28ffec49947a06918b7b92130744e81e640110",
|
40 |
+
"sha256:52b8b60467cd7dd1e9ed082188b4e6bb35aa5cdd01777621a1658910745b90be",
|
41 |
+
"sha256:60dedbb91afcbfdc9bc0b1f3f402804070deed7392c23eb7a7f07fa857868e8a",
|
42 |
+
"sha256:62b8e4b1e28009ef2846b4c7852046736bab361f7aeadeb6a5b89ebec3c7055a",
|
43 |
+
"sha256:666dbfb6ec68962c033a450943ded891bed2d54e6755e35e5835d63f4f6931d5",
|
44 |
+
"sha256:675d61ffbfa78604709862923189bad94014bef562cc35cf61d3a07bba02a7ed",
|
45 |
+
"sha256:679b0076f67ecc0138fd2ede3a8fd196dddc2ad3254069bcb9faf9a79b1cebcd",
|
46 |
+
"sha256:7349ab0fa0c429c82442a27a9673fc802ffdb7c7775fad780226cb234965e53c",
|
47 |
+
"sha256:7ab55401287bfec946ced39700c053796e7cc0e3acbef09993a9ad2adba6ca6e",
|
48 |
+
"sha256:7e50d0a0cc3189f9cb0aeb3a6a6af18c16f59f004b866cd2be1c14b36134a4a0",
|
49 |
+
"sha256:95a7476c59002f2f6c590b9b7b998306fba6a5aa646b1e22ddfeaf8f78c3a29c",
|
50 |
+
"sha256:96ff0b2ad353d8f990b63294c8986f1ec3cb19d749234014f4e7eb0112ceba5a",
|
51 |
+
"sha256:9fad7dcb1aac3c7f0584a5a8133e3a43eeb2fe127f47e3632d43d677c66c102b",
|
52 |
+
"sha256:9ff0f4f29c51e2803569d7a51c2304de5554655a60c5d776e35b4a41413830d0",
|
53 |
+
"sha256:a354325ee03388678242a4d7ebcd08b5c727033fcff3b2f536aea978e15ee9e6",
|
54 |
+
"sha256:a4abb4f9001ad2858e7ac189089c42178fcce737e4169dc61321660f1a96c7d2",
|
55 |
+
"sha256:ab47dbe5cc8210f55aa58e4805fe224dac469cde56b9f731a4c098b91917159a",
|
56 |
+
"sha256:afedb719a9dcfc7eaf2287b839d8198e06dcd4cb5d276a3df279231138e83d30",
|
57 |
+
"sha256:b3ce300f3644fb06443ee2222c2201dd3a89ea6040541412b8fa189341847218",
|
58 |
+
"sha256:b97fe8060236edf3662adfc2c633f56a08ae30560c56310562cb4f95500022d5",
|
59 |
+
"sha256:bfe25acf8b437eb2a8b2d49d443800a5f18508cd811fea3181723922a8a82b07",
|
60 |
+
"sha256:cd25bcecc4974d09257ffcd1f098ee778f7834c3ad767fe5db785be9a4aa9cb2",
|
61 |
+
"sha256:d209d8969599b27ad20994c8e41936ee0964e6da07478d6c35016bc386b66ad4",
|
62 |
+
"sha256:d5241e0a80d808d70546c697135da2c613f30e28251ff8307eb72ba696945764",
|
63 |
+
"sha256:edd8b5fe47dab091176d21bb6de568acdd906d1887a4584a15a9a96a1dca06ef",
|
64 |
+
"sha256:f870204a840a60da0b12273ef34f7051e98c3b5961b61b0c2c1be6dfd64fbcd3",
|
65 |
+
"sha256:ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f"
|
66 |
+
],
|
67 |
+
"markers": "python_version >= '3.9'",
|
68 |
+
"version": "==1.26.4"
|
69 |
+
},
|
70 |
+
"scikit-learn": {
|
71 |
+
"hashes": [
|
72 |
+
"sha256:1d0b25d9c651fd050555aadd57431b53d4cf664e749069da77f3d52c5ad14b3b",
|
73 |
+
"sha256:36f0ea5d0f693cb247a073d21a4123bdf4172e470e6d163c12b74cbb1536cf38",
|
74 |
+
"sha256:426d258fddac674fdf33f3cb2d54d26f49406e2599dbf9a32b4d1696091d4256",
|
75 |
+
"sha256:44c62f2b124848a28fd695db5bc4da019287abf390bfce602ddc8aa1ec186aae",
|
76 |
+
"sha256:45dee87ac5309bb82e3ea633955030df9bbcb8d2cdb30383c6cd483691c546cc",
|
77 |
+
"sha256:49d64ef6cb8c093d883e5a36c4766548d974898d378e395ba41a806d0e824db8",
|
78 |
+
"sha256:5460a1a5b043ae5ae4596b3126a4ec33ccba1b51e7ca2c5d36dac2169f62ab1d",
|
79 |
+
"sha256:5cd7b524115499b18b63f0c96f4224eb885564937a0b3477531b2b63ce331904",
|
80 |
+
"sha256:671e2f0c3f2c15409dae4f282a3a619601fa824d2c820e5b608d9d775f91780c",
|
81 |
+
"sha256:68b8404841f944a4a1459b07198fa2edd41a82f189b44f3e1d55c104dbc2e40c",
|
82 |
+
"sha256:81bf5d8bbe87643103334032dd82f7419bc8c8d02a763643a6b9a5c7288c5054",
|
83 |
+
"sha256:8539a41b3d6d1af82eb629f9c57f37428ff1481c1e34dddb3b9d7af8ede67ac5",
|
84 |
+
"sha256:87440e2e188c87db80ea4023440923dccbd56fbc2d557b18ced00fef79da0727",
|
85 |
+
"sha256:90378e1747949f90c8f385898fff35d73193dfcaec3dd75d6b542f90c4e89755",
|
86 |
+
"sha256:b0203c368058ab92efc6168a1507d388d41469c873e96ec220ca8e74079bf62e",
|
87 |
+
"sha256:c97a50b05c194be9146d61fe87dbf8eac62b203d9e87a3ccc6ae9aed2dfaf361",
|
88 |
+
"sha256:d36d0bc983336bbc1be22f9b686b50c964f593c8a9a913a792442af9bf4f5e68",
|
89 |
+
"sha256:d762070980c17ba3e9a4a1e043ba0518ce4c55152032f1af0ca6f39b376b5928",
|
90 |
+
"sha256:d9993d5e78a8148b1d0fdf5b15ed92452af5581734129998c26f481c46586d68",
|
91 |
+
"sha256:daa1c471d95bad080c6e44b4946c9390a4842adc3082572c20e4f8884e39e959",
|
92 |
+
"sha256:ff4effe5a1d4e8fed260a83a163f7dbf4f6087b54528d8880bab1d1377bd78be"
|
93 |
+
],
|
94 |
+
"index": "pypi",
|
95 |
+
"version": "==1.4.2"
|
96 |
+
},
|
97 |
+
"scipy": {
|
98 |
+
"hashes": [
|
99 |
+
"sha256:05f1432ba070e90d42d7fd836462c50bf98bd08bed0aa616c359eed8a04e3922",
|
100 |
+
"sha256:09c74543c4fbeb67af6ce457f6a6a28e5d3739a87f62412e4a16e46f164f0ae5",
|
101 |
+
"sha256:0fbcf8abaf5aa2dc8d6400566c1a727aed338b5fe880cde64907596a89d576fa",
|
102 |
+
"sha256:109d391d720fcebf2fbe008621952b08e52907cf4c8c7efc7376822151820820",
|
103 |
+
"sha256:1d2f7bb14c178f8b13ebae93f67e42b0a6b0fc50eba1cd8021c9b6e08e8fb1cd",
|
104 |
+
"sha256:1e7626dfd91cdea5714f343ce1176b6c4745155d234f1033584154f60ef1ff42",
|
105 |
+
"sha256:22789b56a999265431c417d462e5b7f2b487e831ca7bef5edeb56efe4c93f86e",
|
106 |
+
"sha256:28e286bf9ac422d6beb559bc61312c348ca9b0f0dae0d7c5afde7f722d6ea13d",
|
107 |
+
"sha256:33fde20efc380bd23a78a4d26d59fc8704e9b5fd9b08841693eb46716ba13d86",
|
108 |
+
"sha256:45c08bec71d3546d606989ba6e7daa6f0992918171e2a6f7fbedfa7361c2de1e",
|
109 |
+
"sha256:4dca18c3ffee287ddd3bc8f1dabaf45f5305c5afc9f8ab9cbfab855e70b2df5c",
|
110 |
+
"sha256:5407708195cb38d70fd2d6bb04b1b9dd5c92297d86e9f9daae1576bd9e06f602",
|
111 |
+
"sha256:58569af537ea29d3f78e5abd18398459f195546bb3be23d16677fb26616cc11e",
|
112 |
+
"sha256:5e4a756355522eb60fcd61f8372ac2549073c8788f6114449b37e9e8104f15a5",
|
113 |
+
"sha256:6bf9fe63e7a4bf01d3645b13ff2aa6dea023d38993f42aaac81a18b1bda7a82a",
|
114 |
+
"sha256:8930ae3ea371d6b91c203b1032b9600d69c568e537b7988a3073dfe4d4774f21",
|
115 |
+
"sha256:9ff7dad5d24a8045d836671e082a490848e8639cabb3dbdacb29f943a678683d",
|
116 |
+
"sha256:a2f471de4d01200718b2b8927f7d76b5d9bde18047ea0fa8bd15c5ba3f26a1d6",
|
117 |
+
"sha256:ac38c4c92951ac0f729c4c48c9e13eb3675d9986cc0c83943784d7390d540c78",
|
118 |
+
"sha256:b2a3ff461ec4756b7e8e42e1c681077349a038f0686132d623fa404c0bee2551",
|
119 |
+
"sha256:b5acd8e1dbd8dbe38d0004b1497019b2dbbc3d70691e65d69615f8a7292865d7",
|
120 |
+
"sha256:b8434f6f3fa49f631fae84afee424e2483289dfc30a47755b4b4e6b07b2633a4",
|
121 |
+
"sha256:ba419578ab343a4e0a77c0ef82f088238a93eef141b2b8017e46149776dfad4d",
|
122 |
+
"sha256:d0de696f589681c2802f9090fff730c218f7c51ff49bf252b6a97ec4a5d19e8b",
|
123 |
+
"sha256:dcbb9ea49b0167de4167c40eeee6e167caeef11effb0670b554d10b1e693a8b9"
|
124 |
+
],
|
125 |
+
"markers": "python_version >= '3.9'",
|
126 |
+
"version": "==1.13.0"
|
127 |
+
},
|
128 |
+
"threadpoolctl": {
|
129 |
+
"hashes": [
|
130 |
+
"sha256:082433502dd922bf738de0d8bcc4fdcbf0979ff44c42bd40f5af8a282f6fa107",
|
131 |
+
"sha256:56c1e26c150397e58c4926da8eeee87533b1e32bef131bd4bf6a2f45f3185467"
|
132 |
+
],
|
133 |
+
"markers": "python_version >= '3.8'",
|
134 |
+
"version": "==3.5.0"
|
135 |
+
}
|
136 |
+
},
|
137 |
+
"develop": {}
|
138 |
+
}
|
all.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f91f2d0b4aeda3fd82b6aff1833686f051ad4c1e27da259b1168baeadda80ba
|
3 |
+
size 2994235
|
sample.py
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import argparse
|
2 |
+
import gzip
|
3 |
+
import json
|
4 |
+
|
5 |
+
from sklearn.model_selection import GroupShuffleSplit
|
6 |
+
|
7 |
+
|
8 |
+
def read_groups():
|
9 |
+
groups = [set()]
|
10 |
+
for line in open("schema-groups.txt"):
|
11 |
+
if line.strip() != "":
|
12 |
+
groups[-1].add(line.strip())
|
13 |
+
else:
|
14 |
+
groups.append(set())
|
15 |
+
|
16 |
+
return groups
|
17 |
+
|
18 |
+
def sample(random_state, train_pct):
|
19 |
+
groups = read_groups()
|
20 |
+
next_id = len(groups)
|
21 |
+
names = []
|
22 |
+
name_ids = []
|
23 |
+
for line in gzip.open("all.jsonl.gz", "rt"):
|
24 |
+
obj = json.loads(line)
|
25 |
+
names.append(obj["name"])
|
26 |
+
found = False
|
27 |
+
for (i, group) in enumerate(groups):
|
28 |
+
if obj["name"] in group:
|
29 |
+
assert(not found)
|
30 |
+
found = True
|
31 |
+
name_ids.append(i)
|
32 |
+
if not found:
|
33 |
+
name_ids.append(next_id)
|
34 |
+
next_id += 1
|
35 |
+
|
36 |
+
gss = GroupShuffleSplit(n_splits=10, train_size=train_pct, random_state=random_state)
|
37 |
+
train_idx, test_idx = next(gss.split(names, groups=name_ids))
|
38 |
+
|
39 |
+
train_file = gzip.open("train.jsonl.gz", "wt")
|
40 |
+
val_file = gzip.open("validation.jsonl.gz", "wt")
|
41 |
+
for (idx, line) in enumerate(gzip.open("all.jsonl.gz", "rt")):
|
42 |
+
if idx in train_idx:
|
43 |
+
train_file.write(line)
|
44 |
+
elif idx in test_idx:
|
45 |
+
val_file.write(line)
|
46 |
+
|
47 |
+
train_file.close()
|
48 |
+
val_file.close()
|
49 |
+
|
50 |
+
if __name__ == "__main__":
|
51 |
+
parser = argparse.ArgumentParser()
|
52 |
+
parser.add_argument("--train_pct", type=float, default=0.8)
|
53 |
+
parser.add_argument("--random_state", type=int, default=16)
|
54 |
+
args = parser.parse_args()
|
55 |
+
sample(args.random_state, args.train_pct)
|
schema-groups.txt
ADDED
@@ -0,0 +1,315 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aerleon-config.schema.json
|
2 |
+
aerleon-definitions.schema.json
|
3 |
+
aerleon-policies.schema.json
|
4 |
+
|
5 |
+
ansible.json
|
6 |
+
ansible-lint-config.json
|
7 |
+
ansible-navigator.json
|
8 |
+
|
9 |
+
azure-deviceupdate-import-manifest-5.0.json
|
10 |
+
azure-deviceupdate-update-manifest-5.json
|
11 |
+
azure-devops-extension-manifest-1.0.json
|
12 |
+
azure-iot-edgeagent-deployment-1.1.json
|
13 |
+
azure-iot-edge-deployment-2.0.json
|
14 |
+
azure-iot-edge-deployment-template-4.0.json
|
15 |
+
azure-iot-edgehub-deployment-1.2.json
|
16 |
+
|
17 |
+
base-04.json
|
18 |
+
base.json
|
19 |
+
|
20 |
+
bitrise.json
|
21 |
+
bitrise-step.json
|
22 |
+
|
23 |
+
block.json
|
24 |
+
block-metadata.json
|
25 |
+
|
26 |
+
bower.json
|
27 |
+
bowerrc.json
|
28 |
+
|
29 |
+
cargo.json
|
30 |
+
cargo-make.json
|
31 |
+
|
32 |
+
chart.json
|
33 |
+
chart-lock.json
|
34 |
+
|
35 |
+
chrome-extension-locales-messages.json
|
36 |
+
chrome-manifest.json
|
37 |
+
|
38 |
+
cicstags.json
|
39 |
+
cicsts-resourceimport.json
|
40 |
+
cicsts-resourcemodel.json
|
41 |
+
|
42 |
+
clangd.json
|
43 |
+
clang-format.json
|
44 |
+
|
45 |
+
codeship-services.json
|
46 |
+
codeship-steps.json
|
47 |
+
|
48 |
+
collection.json
|
49 |
+
collection_schema.json
|
50 |
+
|
51 |
+
component-detection-manifest.json
|
52 |
+
component.json
|
53 |
+
component_spec.json_schema.json
|
54 |
+
|
55 |
+
config-file.v1.json
|
56 |
+
config.json
|
57 |
+
config-schema.json
|
58 |
+
config.schema.json
|
59 |
+
config_schema.json
|
60 |
+
configSchema.json
|
61 |
+
config_schema_v1.0.json
|
62 |
+
configuration.json
|
63 |
+
config.versions.schema.json
|
64 |
+
conjure.schema.json
|
65 |
+
container-structure-test.json
|
66 |
+
cosmos-config.json
|
67 |
+
creatomic.json
|
68 |
+
crowdin.json
|
69 |
+
|
70 |
+
cryproj.52.schema.json
|
71 |
+
cryproj.53.schema.json
|
72 |
+
cryproj.54.schema.json
|
73 |
+
cryproj.55.schema.json
|
74 |
+
cryproj.dev.schema.json
|
75 |
+
cryproj.json
|
76 |
+
|
77 |
+
dart-build.json
|
78 |
+
dart-test.json
|
79 |
+
|
80 |
+
database.beef-5.json
|
81 |
+
database.beef.json
|
82 |
+
|
83 |
+
datalogic-scan2deploy-android.json
|
84 |
+
datalogic-scan2deploy-ce.json
|
85 |
+
|
86 |
+
dependabot-2.0.json
|
87 |
+
dependabot.json
|
88 |
+
|
89 |
+
dockerd.json
|
90 |
+
docker-seq.schema.json
|
91 |
+
|
92 |
+
dotnetcli.host.json
|
93 |
+
dotnet-releases-index.json
|
94 |
+
|
95 |
+
drupal-breakpoints.json
|
96 |
+
drupal-config.json
|
97 |
+
drupal-info.json
|
98 |
+
drupal-layouts.json
|
99 |
+
drupal-libraries.json
|
100 |
+
drupal-links-action.json
|
101 |
+
drupal-links-contextual.json
|
102 |
+
drupal-links-menu.json
|
103 |
+
drupal-links-task.json
|
104 |
+
drupal-migration.json
|
105 |
+
drupal-permissions.json
|
106 |
+
drupal-routing.json
|
107 |
+
drupal-services.json
|
108 |
+
|
109 |
+
entity.beef-5.json
|
110 |
+
entity.beef.json
|
111 |
+
|
112 |
+
fossa-deps.schema.json
|
113 |
+
fossa-yml.v3.schema.json
|
114 |
+
|
115 |
+
foundryvtt-base-package-manifest.json
|
116 |
+
foundryvtt-module-manifest.json
|
117 |
+
foundryvtt-system-manifest.json
|
118 |
+
foundryvtt-template.json
|
119 |
+
foundryvtt-world-manifest.json
|
120 |
+
|
121 |
+
geojson.json
|
122 |
+
GeoJSON.json
|
123 |
+
|
124 |
+
github-action.json
|
125 |
+
github-discussion.json
|
126 |
+
github-funding.json
|
127 |
+
github-issue-config.json
|
128 |
+
github-issue-forms.json
|
129 |
+
github-workflow.json
|
130 |
+
github-workflow-template-properties.json
|
131 |
+
|
132 |
+
grunt-clean-task.json
|
133 |
+
grunt-copy-task.json
|
134 |
+
grunt-cssmin-task.json
|
135 |
+
grunt-jshint-task.json
|
136 |
+
grunt-task.json
|
137 |
+
grunt-watch-task.json
|
138 |
+
|
139 |
+
helmfile.json
|
140 |
+
helm-testsuite.json
|
141 |
+
|
142 |
+
jd2cr.schema.json
|
143 |
+
jd2mcr.schema.json
|
144 |
+
|
145 |
+
jsbeautifyrc.json
|
146 |
+
jsbeautifyrc-nested.json
|
147 |
+
|
148 |
+
jx-requirements.json
|
149 |
+
jx-schema.json
|
150 |
+
|
151 |
+
liquibase-3.2.json
|
152 |
+
liquibase-flow-file-latest.json
|
153 |
+
|
154 |
+
markdown-lint-check.json
|
155 |
+
markdownlint-config-schema.json
|
156 |
+
|
157 |
+
megalinter-configuration.jsonschema.json
|
158 |
+
megalinter-descriptor.jsonschema.json
|
159 |
+
|
160 |
+
meta.json
|
161 |
+
meta-runtime.json
|
162 |
+
meta-schema.json
|
163 |
+
meta.schema.json
|
164 |
+
|
165 |
+
micro.json
|
166 |
+
micro-syntax.json
|
167 |
+
|
168 |
+
minecraft-advancement.json
|
169 |
+
minecraft-biome.json
|
170 |
+
minecraft-configured-carver.json
|
171 |
+
minecraft-damage-type.json
|
172 |
+
minecraft-dimension.json
|
173 |
+
minecraft-dimension-type.json
|
174 |
+
minecraft-item-modifier.json
|
175 |
+
minecraft-lang.json
|
176 |
+
minecraft-loot-table.json
|
177 |
+
minecraft-pack-mcmeta.json
|
178 |
+
minecraft-particle.json
|
179 |
+
minecraft-predicate.json
|
180 |
+
minecraft-recipe.json
|
181 |
+
minecraft-tag.json
|
182 |
+
minecraft-template-pool.json
|
183 |
+
minecraft-texture-mcmeta.json
|
184 |
+
minecraft-trim-material.json
|
185 |
+
minecraft-trim-pattern.json
|
186 |
+
|
187 |
+
ninjs-1.3.json
|
188 |
+
ninjs-2.0.json
|
189 |
+
|
190 |
+
npm-badges.json
|
191 |
+
npmpackagejsonlintrc.json
|
192 |
+
|
193 |
+
openweather.current.json
|
194 |
+
openweather.roadrisk.json
|
195 |
+
|
196 |
+
opspec-io-0.1.7.json
|
197 |
+
ops.schema.json
|
198 |
+
|
199 |
+
package.json
|
200 |
+
package.manifest.json
|
201 |
+
|
202 |
+
plagiarize.json
|
203 |
+
plagiarize-me.json
|
204 |
+
|
205 |
+
pre-commit-config.json
|
206 |
+
pre-commit-hooks.json
|
207 |
+
|
208 |
+
project-1.0.0-beta3.json
|
209 |
+
project-1.0.0-beta4.json
|
210 |
+
project-1.0.0-beta5.json
|
211 |
+
project-1.0.0-beta6.json
|
212 |
+
project-1.0.0-beta8.json
|
213 |
+
project-1.0.0-rc1.json
|
214 |
+
project-1.0.0-rc2.json
|
215 |
+
project.json
|
216 |
+
|
217 |
+
prometheus.json
|
218 |
+
prometheus.rules.json
|
219 |
+
prometheus.rules.test.json
|
220 |
+
|
221 |
+
red_cog_repo.schema.json
|
222 |
+
red_cog.schema.json
|
223 |
+
reference.json
|
224 |
+
|
225 |
+
rustfmt.json
|
226 |
+
rust-project.json
|
227 |
+
rust-toolchain.json
|
228 |
+
|
229 |
+
sarif-1.0.0.json
|
230 |
+
sarif-2.0.0.json
|
231 |
+
sarif-2.1.0.json
|
232 |
+
sarif-2.1.0-rtm.2.json
|
233 |
+
sarif-2.1.0-rtm.3.json
|
234 |
+
sarif-2.1.0-rtm.4.json
|
235 |
+
sarif-2.1.0-rtm.5.json
|
236 |
+
sarif-2.1.0-rtm.6.json
|
237 |
+
sarif-external-property-file-2.1.0.json
|
238 |
+
sarif-external-property-file-2.1.0-rtm.2.json
|
239 |
+
sarif-external-property-file-2.1.0-rtm.3.json
|
240 |
+
sarif-external-property-file-2.1.0-rtm.4.json
|
241 |
+
sarif-external-property-file-2.1.0-rtm.5.json
|
242 |
+
|
243 |
+
schema-org-action.json
|
244 |
+
schema-org-contact-point.json
|
245 |
+
schema-org-place.json
|
246 |
+
schema-org-thing.json
|
247 |
+
schema-project.json
|
248 |
+
schema-pro.json
|
249 |
+
|
250 |
+
server.json
|
251 |
+
server.schema.json
|
252 |
+
|
253 |
+
servicehub.config.schema.json
|
254 |
+
servicehub.service.schema.json
|
255 |
+
|
256 |
+
shopware-extension-schema.json
|
257 |
+
shopware-project-schema.json
|
258 |
+
|
259 |
+
sil-kit-participant-configuration.json
|
260 |
+
sil-kit-registry-configuration.json
|
261 |
+
|
262 |
+
stripe-app-local.schema.json
|
263 |
+
stripe-app.schema.json
|
264 |
+
|
265 |
+
strmprivacy.api.entities.v1.BatchJob.json
|
266 |
+
strmprivacy.api.entities.v1.DataConnector.json
|
267 |
+
strmprivacy.api.entities.v1.DataContract.json
|
268 |
+
strmprivacy.api.entities.v1.Schema.SimpleSchemaDefinition.json
|
269 |
+
strmprivacy.api.entities.v1.Stream.json
|
270 |
+
|
271 |
+
template.json
|
272 |
+
template.schema.json
|
273 |
+
templatesources.json
|
274 |
+
|
275 |
+
traefik-v2-file-provider.json
|
276 |
+
traefik-v2.json
|
277 |
+
|
278 |
+
tsd.json
|
279 |
+
tsdrc.json
|
280 |
+
|
281 |
+
tsoa.json
|
282 |
+
tson.json
|
283 |
+
|
284 |
+
ui5-workspace.yaml.json
|
285 |
+
ui5.yaml.json
|
286 |
+
|
287 |
+
v0.json
|
288 |
+
v3.json
|
289 |
+
v4-config.schema.json
|
290 |
+
|
291 |
+
vega.json
|
292 |
+
vega-lite.json
|
293 |
+
|
294 |
+
venvironment-basic-schema.json
|
295 |
+
venvironment-schema.json
|
296 |
+
vercel.json
|
297 |
+
|
298 |
+
version.schema.json
|
299 |
+
versions.schema.cloud-config.json
|
300 |
+
|
301 |
+
vsix-manifestinjection.json
|
302 |
+
vsix-publish.json
|
303 |
+
|
304 |
+
vtesttree-schema.json
|
305 |
+
vtestunit-schema.json
|
306 |
+
|
307 |
+
webjob-publish-settings.json
|
308 |
+
webjobs-list.json
|
309 |
+
|
310 |
+
winget-pkgs-installer-1.0.0.json
|
311 |
+
winget-pkgs-locale-1.0.0.json
|
312 |
+
winget-pkgs-singleton-1.0.0.json
|
313 |
+
|
314 |
+
workflow.json
|
315 |
+
workflows.json
|
train.jsonl.gz
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:768457cd6d806a5beb9b67b28472f7e5805262fb7dc65532bcb27868edeba233
|
3 |
+
size 2411949
|
validation.jsonl.gz
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e41dc85aef11e53ff79498565072008773ae90517e0bba895eb3504361eedc3c
|
3 |
+
size 463142
|