Commit
·
a5f36e0
1
Parent(s):
fd1615a
update model id
Browse files- README.md +4 -4
- README_zh.md +2 -2
README.md
CHANGED
|
@@ -22,10 +22,10 @@ Fun-ASR is an end-to-end speech recognition large model launched by Tongyi Lab.
|
|
| 22 |
|
| 23 |
</h4>
|
| 24 |
|
| 25 |
-
Model Repository: [modelscope](https://www.modelscope.cn/models/FunAudioLLM/Fun-ASR-Nano-2512), [huggingface](https://huggingface.co/FunAudioLLM/
|
| 26 |
|
| 27 |
Online Experience:
|
| 28 |
-
[ModelScope Community Space](https://modelscope.cn/studios/FunAudioLLM/Fun-ASR-Nano), [huggingface space](https://huggingface.co/spaces/FunAudioLLM/
|
| 29 |
|
| 30 |
</div>
|
| 31 |
|
|
@@ -65,7 +65,7 @@ from funasr import AutoModel
|
|
| 65 |
|
| 66 |
|
| 67 |
def main():
|
| 68 |
-
model_dir = "FunAudioLLM/
|
| 69 |
model = AutoModel(
|
| 70 |
model=model_dir,
|
| 71 |
trust_remote_code=True,
|
|
@@ -102,7 +102,7 @@ from model import FunASRNano
|
|
| 102 |
|
| 103 |
|
| 104 |
def main():
|
| 105 |
-
model_dir = "FunAudioLLM/
|
| 106 |
m, kwargs = FunASRNano.from_pretrained(model=model_dir, device="cuda:0")
|
| 107 |
m.eval()
|
| 108 |
|
|
|
|
| 22 |
|
| 23 |
</h4>
|
| 24 |
|
| 25 |
+
Model Repository: [modelscope](https://www.modelscope.cn/models/FunAudioLLM/Fun-ASR-Nano-2512), [huggingface](https://huggingface.co/FunAudioLLM/Fun-ASR-Nano-2512)
|
| 26 |
|
| 27 |
Online Experience:
|
| 28 |
+
[ModelScope Community Space](https://modelscope.cn/studios/FunAudioLLM/Fun-ASR-Nano), [huggingface space](https://huggingface.co/spaces/FunAudioLLM/Fun-ASR-Nano)
|
| 29 |
|
| 30 |
</div>
|
| 31 |
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
def main():
|
| 68 |
+
model_dir = "FunAudioLLM/Fun-ASR-MLT-Nano-2512"
|
| 69 |
model = AutoModel(
|
| 70 |
model=model_dir,
|
| 71 |
trust_remote_code=True,
|
|
|
|
| 102 |
|
| 103 |
|
| 104 |
def main():
|
| 105 |
+
model_dir = "FunAudioLLM/Fun-ASR-MLT-Nano-2512"
|
| 106 |
m, kwargs = FunASRNano.from_pretrained(model=model_dir, device="cuda:0")
|
| 107 |
m.eval()
|
| 108 |
|
README_zh.md
CHANGED
|
@@ -65,7 +65,7 @@ from funasr import AutoModel
|
|
| 65 |
|
| 66 |
|
| 67 |
def main():
|
| 68 |
-
model_dir = "FunAudioLLM/
|
| 69 |
model = AutoModel(
|
| 70 |
model=model_dir,
|
| 71 |
trust_remote_code=True,
|
|
@@ -102,7 +102,7 @@ from model import FunASRNano
|
|
| 102 |
|
| 103 |
|
| 104 |
def main():
|
| 105 |
-
model_dir = "FunAudioLLM/
|
| 106 |
m, kwargs = FunASRNano.from_pretrained(model=model_dir, device="cuda:0")
|
| 107 |
m.eval()
|
| 108 |
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
def main():
|
| 68 |
+
model_dir = "FunAudioLLM/Fun-ASR-Nano-2512"
|
| 69 |
model = AutoModel(
|
| 70 |
model=model_dir,
|
| 71 |
trust_remote_code=True,
|
|
|
|
| 102 |
|
| 103 |
|
| 104 |
def main():
|
| 105 |
+
model_dir = "FunAudioLLM/Fun-ASR-Nano-2512"
|
| 106 |
m, kwargs = FunASRNano.from_pretrained(model=model_dir, device="cuda:0")
|
| 107 |
m.eval()
|
| 108 |
|