alibabasglab commited on
Commit
bee89d5
1 Parent(s): 859a3bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ ---
4
+
5
+ ``` sh
6
+ cat orig* > orig.tar
7
+ tar -xvf orig.tar
8
+ cat audio_clean* > audio_clean.tar
9
+ tar -xvf audio_clean.tar
10
+ ```