ASLP-lab commited on
Commit
3133368
·
verified ·
1 Parent(s): 5ea3361

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ ## 📂 Project Tree
5
+
6
+ ```
7
+ WenetSpeech-Chuan
8
+ ├── metadata.jsonl
9
+
10
+ ├── audio_description/
11
+ │ ├── utt_id.jsonl
12
+ │ ├── utt_id.jsonl
13
+ │ ├── ...
14
+ │ └── utt_id.jsonl
15
+
16
+ ├── audio_labels/
17
+ │ ├── wav_utt_id.jsonl
18
+ │ ├── wav_utt_id.jsonl
19
+ │ ├── ...
20
+ │ └── wav_utt_id.jsonl
21
+
22
+ ├── .gitattributes
23
+ └── README.md
24
+ ```
25
+
26
+