Datasets:
Upload progress.json with huggingface_hub
Browse files- progress.json +24 -0
progress.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "completed",
|
| 3 |
+
"phase": "completed",
|
| 4 |
+
"built_at": 1776904293,
|
| 5 |
+
"elapsed_seconds": 42987.27188563347,
|
| 6 |
+
"total_rows": 1000000,
|
| 7 |
+
"processed_papers": 1000000,
|
| 8 |
+
"remaining_papers": 0,
|
| 9 |
+
"temp_shards_written": 0,
|
| 10 |
+
"committed_edge_rows": 0,
|
| 11 |
+
"resumed_from_existing_temp": false,
|
| 12 |
+
"temp_root": "/data/repository_library/exports/_paper_universe/_build_tmp",
|
| 13 |
+
"embed_device": "cuda:0",
|
| 14 |
+
"parquet_compression": "zstd",
|
| 15 |
+
"temp_shard_rows": 16384,
|
| 16 |
+
"batch_rows": 4096,
|
| 17 |
+
"embed_batch_size": 128,
|
| 18 |
+
"embedding_dim": 384,
|
| 19 |
+
"final_paper_nodes_written": 1000000,
|
| 20 |
+
"final_category_nodes_written": 156,
|
| 21 |
+
"paper_knn": 20,
|
| 22 |
+
"knn_edge_count": 20000062,
|
| 23 |
+
"resume_supported": true
|
| 24 |
+
}
|