Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,3 @@
|
|
| 1 |
-
license: cc-by-nc-4.0
|
| 2 |
-
language:
|
| 3 |
-
- zh
|
| 4 |
-
- en
|
| 5 |
-
base_model:
|
| 6 |
-
- Qwen/Qwen3-Omni-30B-A3B-Instruct
|
| 7 |
-
|
| 8 |
|
| 9 |
# LAT-Audio
|
| 10 |
|
|
@@ -52,7 +45,7 @@ We provide two model variants:
|
|
| 52 |
## Quick Start
|
| 53 |
|
| 54 |
|
| 55 |
-
|
| 56 |
```
|
| 57 |
pip install -U "huggingface_hub[cli]"
|
| 58 |
huggingface-cli download mcshao/LAT-Audio --local-dir ./LAT-Audio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# LAT-Audio
|
| 3 |
|
|
|
|
| 45 |
## Quick Start
|
| 46 |
|
| 47 |
|
| 48 |
+
Download through Hugging Face
|
| 49 |
```
|
| 50 |
pip install -U "huggingface_hub[cli]"
|
| 51 |
huggingface-cli download mcshao/LAT-Audio --local-dir ./LAT-Audio
|