Update dataset_info.json
Browse files- dataset_info.json +26 -24
dataset_info.json
CHANGED
|
@@ -1,25 +1,27 @@
|
|
| 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 |
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"default": {
|
| 3 |
+
"description": "The Stack Processed - Semplice: Balanced sample from The Stack v2",
|
| 4 |
+
"features": {
|
| 5 |
+
"content": {"dtype": "string"},
|
| 6 |
+
"repository": {"dtype": "string"},
|
| 7 |
+
"path": {"dtype": "string"},
|
| 8 |
+
"language": {"dtype": "string"},
|
| 9 |
+
"size_bytes": {"dtype": "int64"},
|
| 10 |
+
"license": {"dtype": "string"},
|
| 11 |
+
"quality_score": {"dtype": "float64"},
|
| 12 |
+
"created_date": {"dtype": "string"},
|
| 13 |
+
"last_modified": {"dtype": "string"},
|
| 14 |
+
"stars": {"dtype": "int64"},
|
| 15 |
+
"is_test": {"dtype": "bool"},
|
| 16 |
+
"complexity": {"dtype": "string"},
|
| 17 |
+
"documentation_ratio": {"dtype": "float64"}
|
| 18 |
+
},
|
| 19 |
+
"splits": {
|
| 20 |
+
"train": {
|
| 21 |
+
"name": "train",
|
| 22 |
+
"num_bytes": 923700000,
|
| 23 |
+
"num_examples": 104885
|
| 24 |
+
}
|
| 25 |
+
}
|
| 26 |
+
}
|
| 27 |
}
|