nanenfu commited on
Commit
30cf15d
·
verified ·
1 Parent(s): 002c460

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,3 +1,20 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Binary Logs (Split Upload)
2
+
3
+ This dataset contains a large zip file split into multiple parts due to size limits.
4
+
5
+ ## 📁 File List
6
+
7
+ - `test_sample_multi4.zip.part_aa`
8
+ - `test_sample_multi4.zip.part_ab`
9
+
10
+ ## 📦 How to Use
11
+
12
+ Download all parts, then merge them locally:
13
+
14
+ ```bash
15
+ cat test_sample_multi4.zip.part_aa test_sample_multi4.zip.part_ab > test_sample_multi4.zip
16
+ unzip test_sample_multi4.zip
17
+
18
+ ---
19
+ license: mit
20
+ ---