Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- opoly/train/data.atp +3 -0
- opoly/train/manifest.json +17 -0
.gitattributes
CHANGED
|
@@ -80,3 +80,4 @@ lematbulk/scan/lematbulk/compatible_pbesol/data.atp filter=lfs diff=lfs merge=lf
|
|
| 80 |
lematbulk/scan/lematbulk/compatible_scan/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
|
|
|
|
|
|
| 80 |
lematbulk/scan/lematbulk/compatible_scan/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
|
opoly/train/data.atp
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25a616b0d796086ba73d32d8a8e37b70b3ead094e292209705f4bc8fa7fff274
|
| 3 |
+
size 26866816509
|
opoly/train/manifest.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"created_at_utc": "2026-04-08T10:01:10.217329+00:00",
|
| 3 |
+
"dataset": "opoly",
|
| 4 |
+
"variant": "train",
|
| 5 |
+
"spec": "opoly:train",
|
| 6 |
+
"n_samples": 5902827,
|
| 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": 1508.6898436546326
|
| 17 |
+
}
|