ASLP-lab commited on
Commit
bbd577a
·
verified ·
1 Parent(s): 4fad94d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -9,10 +9,23 @@ WSChuan-ASR
9
  │ └── infer.py
10
 
11
  ├── Qwen2.5-omni3B/
12
- ├── bpe.model
13
- ├── lang_char.txt
14
- └── train.yaml
15
- └── u2pp_conformer_yue.pt
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  ├── .gitattributes
18
  └── README.md
 
9
  │ └── infer.py
10
 
11
  ├── Qwen2.5-omni3B/
12
+ | ├──added_tokens.json
13
+ | ├──args.json
14
+ | ├──char_template.jinja
15
+ | ├──config.json
16
+ | ├──generation_config.json
17
+ | ├──merges.txt
18
+ | ├──model-00001-of-00003.safetensors
19
+ | ├──model-00002-of-00003.safetensors
20
+ | ├──model-00003-of-00003.safetensors
21
+ | ├──model.safetensors.index.json
22
+ | ├──preprocessor_config.json
23
+ | ├──special_tokens_map.json
24
+ | ├──spk_dict.pt
25
+ | ├──tokenizer_config.json
26
+ | ├──tokenizer.json
27
+ | ├──video_preprocessor_config.json
28
+ | └──vocab.json
29
 
30
  ├── .gitattributes
31
  └── README.md