Upload code/stack-exchange-paired/manifest.json with huggingface_hub
Browse files
code/stack-exchange-paired/manifest.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"source_repo": "lvwerra/stack-exchange-paired",
|
| 3 |
+
"configs": [
|
| 4 |
+
[
|
| 5 |
+
"default",
|
| 6 |
+
"test"
|
| 7 |
+
]
|
| 8 |
+
],
|
| 9 |
+
"total_rows": 2000000,
|
| 10 |
+
"total_mb": 3152.3,
|
| 11 |
+
"shards": 20,
|
| 12 |
+
"min_chars": 100,
|
| 13 |
+
"created_at": "2026-04-26 23:50 UTC"
|
| 14 |
+
}
|