Datasets:
michaelmior
commited on
Convert repo stars to integer
Browse files- test.jsonl.gz +2 -2
- train.jsonl.gz +2 -2
- train_split.py +1 -1
- validation.jsonl.gz +2 -2
test.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:d5248fb1d00b834b10313bc391e7b0a6d22993b3c130c3dcf6335eb3819ede53
|
3 |
+
size 771540
|
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:293f05cf668011d6d58ffc68f2fa0ac05f04b47e7b2b2d778e506c0c30a01153
|
3 |
+
size 23484213
|
train_split.py
CHANGED
@@ -31,7 +31,7 @@ def write_schemas(filename, schema_list, schema_data):
|
|
31 |
"repository": data["repository"],
|
32 |
"commit": data["commit"],
|
33 |
"path": data["path"],
|
34 |
-
"repoStars": data["repoStars"],
|
35 |
"repoLastFetched": data["repoLastFetched"],
|
36 |
"content": schema,
|
37 |
}
|
|
|
31 |
"repository": data["repository"],
|
32 |
"commit": data["commit"],
|
33 |
"path": data["path"],
|
34 |
+
"repoStars": int(data["repoStars"]),
|
35 |
"repoLastFetched": data["repoLastFetched"],
|
36 |
"content": schema,
|
37 |
}
|
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:99d35c67ed0c473c07571ab60360df1c932e8fa345ba6a0d2b937de404788d69
|
3 |
+
size 560261
|