Add organic OEIS packed validation stats
Browse files
packed_data/oeis_train_bfile_prefix4096.packed.validate.stats.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"path": "packed_data/oeis_train_bfile_prefix4096.packed",
|
| 3 |
+
"bytes": 377314951,
|
| 4 |
+
"decoded_sequences": 370869,
|
| 5 |
+
"decoded_loss_tokens": 754629901,
|
| 6 |
+
"target_loss_tokens": 754629901,
|
| 7 |
+
"max_full_tokens": 4096,
|
| 8 |
+
"pad_nibbles": 1,
|
| 9 |
+
"invalid_nibbles": 0,
|
| 10 |
+
"trailing_open_tokens": 0,
|
| 11 |
+
"data_after_pad_nibbles": 0,
|
| 12 |
+
"validation_seconds": 0.837
|
| 13 |
+
}
|