DavidNguyen commited on
Commit
64e944a
·
verified ·
1 Parent(s): e78d06d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -15
README.md CHANGED
@@ -58,21 +58,8 @@ echo "$PARTS" | xargs -n1 -P8 bash -c 'download_one "$@"' _
58
 
59
  ---
60
 
61
- ## 2) (Optional) Quick integrity check on parts
62
 
63
- ```bash
64
- # Show sizes to spot any truncated files
65
- ls -lh images_part_*.zip.part
66
-
67
- # If you have reference checksums, verify:
68
- # md5sum -c md5sum_parts.txt
69
- ```
70
-
71
- All parts should be ~2.1 GB except the last (`ax`) which may be smaller.
72
-
73
- ---
74
-
75
- ## 3) Concatenate parts → a single ZIP
76
 
77
  If you already downloaded to `/cm/archive/namnv78_A100_PDM/data/`, the one-liner below (as requested) works:
78
 
@@ -84,7 +71,7 @@ cat /cm/archive/namnv78_A100_PDM/data/ocr_vqa/images_part_*.zip.part \
84
 
85
  ---
86
 
87
- ## 4) Unzip
88
 
89
  ```bash
90
  cd /cm/archive/namnv78_A100_PDM/data/ocr_vqa
 
58
 
59
  ---
60
 
 
61
 
62
+ ## 2) Concatenate parts → a single ZIP
 
 
 
 
 
 
 
 
 
 
 
 
63
 
64
  If you already downloaded to `/cm/archive/namnv78_A100_PDM/data/`, the one-liner below (as requested) works:
65
 
 
71
 
72
  ---
73
 
74
+ ## 3) Unzip
75
 
76
  ```bash
77
  cd /cm/archive/namnv78_A100_PDM/data/ocr_vqa