Update README.md
Browse files
README.md
CHANGED
|
@@ -9,10 +9,23 @@ WSChuan-ASR
|
|
| 9 |
│ └── infer.py
|
| 10 |
│
|
| 11 |
├── Qwen2.5-omni3B/
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|