ASLP-lab commited on
Commit
3324e01
Β·
verified Β·
1 Parent(s): ddfca26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -10,6 +10,31 @@ language:
10
  <img width="800px" src="https://github.com/ASLP-lab/WenetSpeech-Yue/raw/main/figs/wenetspeech_yue.svg" />
11
  </div>
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ## ASR Leaderboard
14
  <table border="0" cellspacing="0" cellpadding="6" style="border-collapse:collapse;">
15
  <tr>
 
10
  <img width="800px" src="https://github.com/ASLP-lab/WenetSpeech-Yue/raw/main/figs/wenetspeech_yue.svg" />
11
  </div>
12
 
13
+ ## πŸ“‚ Project Tree
14
+
15
+ The structure of **WSYue-ASR** is organized as follows:
16
+
17
+ ```
18
+ WSYue-ASR
19
+ β”œβ”€β”€ sensevoice_small_yue/
20
+ β”‚ β”œβ”€β”€ config.yaml
21
+ β”‚ β”œβ”€β”€ configuration.json
22
+ β”‚ └── model.pt
23
+ β”‚
24
+ β”œβ”€β”€ u2pp_conformer_yue/
25
+ β”‚ β”œβ”€β”€ bpe.model
26
+ β”‚ β”œβ”€β”€ lang_char.txt
27
+ β”‚ └── train.yaml
28
+ β”‚ └── u2pp_conformer_yue.pt
29
+ β”‚
30
+ β”œβ”€β”€ whisper_medium_yue/
31
+ β”‚ β”œβ”€β”€ train.yaml
32
+ β”‚ └── whisper_medium_yue.py
33
+ β”‚
34
+ β”œβ”€β”€ .gitattributes
35
+ └── README.md
36
+ ```
37
+
38
  ## ASR Leaderboard
39
  <table border="0" cellspacing="0" cellpadding="6" style="border-collapse:collapse;">
40
  <tr>