ms180 commited on
Commit
1eb69af
·
verified ·
1 Parent(s): 7a2cb37

Upload folder using huggingface_hub

Browse files
dev_bilingual.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a35ca695bd552fa293cf08f0627cfaadc76f931b24d8045d0f302412785693eb
3
+ size 197134
dev_monolingual.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ce945e328607b3db526533c27e5264bd99c65efad4c8cefbcc8b2ee2750c923
3
+ size 362777
extract_and_clean.sh ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ set -e
3
+
4
+ echo "=== Start extracting all TAR files ==="
5
+
6
+ for prefix in *.part-??; do
7
+ [ -e "$prefix" ] || continue
8
+ base="${prefix%.part-*}"
9
+ echo "[INFO] Detected split archive: $base"
10
+ [ -e "$base" ] && rm -f "$base"
11
+ cat "$base".part-* > "$base"
12
+ echo "[INFO] Merged: $base"
13
+ done
14
+
15
+ for f in *.tar *.tar.gz *.tgz; do
16
+ [ -e "$f" ] || continue
17
+ echo "[INFO] Extracting: $f"
18
+ tar -xf "$f"
19
+ echo "[INFO] Done: $f"
20
+ done
21
+
22
+ echo "=== Deleting original archives ==="
23
+
24
+ rm -f *.tar *.tar.gz *.tgz 2>/dev/null || true
25
+ rm -f *.part-?? 2>/dev/null || true
26
+
27
+ echo "=== All done ==="
28
+
org.tar.gz.part-aa ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:954799150fc4000e9ee33936e0cf05e22fb98579990db760891f79e75c41b95f
3
+ size 5368709120
org.tar.gz.part-ab ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:914240fc22c9661faf3a661964c27ffdbe21d65b71585d47f8acb35308a4fc69
3
+ size 5368709120
org.tar.gz.part-ac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2947609ed0f7a15fd822920f670427b03915d8dc5671f099d5c70b9b5625fe33
3
+ size 5368709120
org.tar.gz.part-ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e43b391412e0efcff5ae8bc93b397de950f670c1e81e3dbd164d8913f52d939a
3
+ size 4552207018
test_bilingual.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c7d0d3d54a3a5e7ea15818763be3abeebed70ba0191866bc7524357c7a9cc43
3
+ size 480704837
test_monolingual.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:570a1558084d3d46cb6d38783b6b684b957aea4a0ec2e216c470e09cca5da2c4
3
+ size 26311
train_bilingual.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bdffbbe39343e4789d5d231ba9cfbc581f21f51c28af3beea07e7fd92b4f12d
3
+ size 2944345
train_monolingual.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d79489527af1739d83aeaf4e4d6cc4e48a50b16870dfacfc85f373fd87e5b899
3
+ size 2568734