Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- opoly/val/data.atp +3 -0
- opoly/val/manifest.json +17 -0
.gitattributes
CHANGED
|
@@ -81,3 +81,4 @@ lematbulk/scan/lematbulk/compatible_scan/data.atp filter=lfs diff=lfs merge=lfs
|
|
| 81 |
lematbulk/pbesol/lematbulk/compatible_pbesol/data.atp filter=lfs diff=lfs merge=lfs -text
|
| 82 |
lematbulk/non_compatible/lematbulk/non_compatible/data.atp filter=lfs diff=lfs merge=lfs -text
|
| 83 |
opoly/train/data.atp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 81 |
lematbulk/pbesol/lematbulk/compatible_pbesol/data.atp filter=lfs diff=lfs merge=lfs -text
|
| 82 |
lematbulk/non_compatible/lematbulk/non_compatible/data.atp filter=lfs diff=lfs merge=lfs -text
|
| 83 |
opoly/train/data.atp filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
opoly/val/data.atp filter=lfs diff=lfs merge=lfs -text
|
opoly/val/data.atp
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2635e04f27cba1c72f24f0ab135d1f6a4e7e07dd562e0f4c0938d0077723b7ee
|
| 3 |
+
size 888224807
|
opoly/val/manifest.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"created_at_utc": "2026-04-08T12:52:09.750524+00:00",
|
| 3 |
+
"dataset": "opoly",
|
| 4 |
+
"variant": "val",
|
| 5 |
+
"spec": "opoly:val",
|
| 6 |
+
"n_samples": 201865,
|
| 7 |
+
"max_samples_per_file": 10000000,
|
| 8 |
+
"n_files": 1,
|
| 9 |
+
"num_workers": 10,
|
| 10 |
+
"batch_size": 4096,
|
| 11 |
+
"compression": "zstd",
|
| 12 |
+
"compression_level": 3,
|
| 13 |
+
"output_files": [
|
| 14 |
+
"data.atp"
|
| 15 |
+
],
|
| 16 |
+
"elapsed_seconds": 56.74873733520508
|
| 17 |
+
}
|