Update README_zh.md
Browse files- README_zh.md +9 -9
README_zh.md
CHANGED
|
@@ -14,10 +14,10 @@
|
|
| 14 |
|
| 15 |
<br/>
|
| 16 |
|
| 17 |
-
[](./LICENSE)
|
| 20 |
-
[](https://github.com/
|
| 21 |
|
| 22 |
</div>
|
| 23 |
|
|
@@ -221,7 +221,7 @@ TurnSense 将用户输入划分为三种语义状态:
|
|
| 221 |
### 1. 安装
|
| 222 |
|
| 223 |
```bash
|
| 224 |
-
git clone https://github.com/
|
| 225 |
cd TurnSense
|
| 226 |
|
| 227 |
pip install -U numpy onnxruntime torch librosa soundfile pandas scikit-learn huggingface_hub
|
|
@@ -252,7 +252,7 @@ git clone https://huggingface.co/brgroup/TenSense
|
|
| 252 |
|
| 253 |
```python
|
| 254 |
from huggingface_hub import snapshot_download
|
| 255 |
-
snapshot_download(repo_id="
|
| 256 |
```
|
| 257 |
|
| 258 |
### 3. 推理
|
|
@@ -264,7 +264,7 @@ python infer.py
|
|
| 264 |
示例输出:
|
| 265 |
|
| 266 |
```
|
| 267 |
-
Loading model from
|
| 268 |
Running inference on: "我想问一下那个订单就是昨天..."
|
| 269 |
|
| 270 |
Results:
|
|
@@ -353,8 +353,8 @@ python TurnSense/Turn_benchmark/benchmark.py
|
|
| 353 |
| 📧 邮箱 | [huan.shen@brgroup.com](mailto:huan.shen@brgroup.com) ・ [yingao.wang@brgroup.com](mailto:yingao.wang@brgroup.com) ・ [wei.zou@brgroup.com](mailto:wei.zou@brgroup.com) |
|
| 354 |
| 💬 微信 | h2538406363 |
|
| 355 |
| 👥 微信群聊 | 扫码加入群聊<br><img src="TenSense/TenSense/image/wechat.jpg" alt="微信群聊二维码" width="220" /> |
|
| 356 |
-
| 🐛 Issues | [GitHub Issues](https://github.com/
|
| 357 |
-
| 🔀 PR | [Pull Requests](https://github.com/
|
| 358 |
|
| 359 |
<br/>
|
| 360 |
|
|
@@ -368,6 +368,6 @@ python TurnSense/Turn_benchmark/benchmark.py
|
|
| 368 |
|
| 369 |
<div align="center">
|
| 370 |
|
| 371 |
-
**由 [Baiji Team](https://github.com/
|
| 372 |
|
| 373 |
</div>
|
|
|
|
| 14 |
|
| 15 |
<br/>
|
| 16 |
|
| 17 |
+
[](https://github.com/Bairong-Xdynamics/TurnSense)
|
| 18 |
+
[](https://huggingface.co/brgroup/TenSense)
|
| 19 |
[](./LICENSE)
|
| 20 |
+
[](https://github.com/Bairong-XdynamicsTurnSense)
|
| 21 |
|
| 22 |
</div>
|
| 23 |
|
|
|
|
| 221 |
### 1. 安装
|
| 222 |
|
| 223 |
```bash
|
| 224 |
+
git clone https://github.com/Bairong-Xdynamics/TurnSense.git
|
| 225 |
cd TurnSense
|
| 226 |
|
| 227 |
pip install -U numpy onnxruntime torch librosa soundfile pandas scikit-learn huggingface_hub
|
|
|
|
| 252 |
|
| 253 |
```python
|
| 254 |
from huggingface_hub import snapshot_download
|
| 255 |
+
snapshot_download(repo_id="brgroup/TurnSense")
|
| 256 |
```
|
| 257 |
|
| 258 |
### 3. 推理
|
|
|
|
| 264 |
示例输出:
|
| 265 |
|
| 266 |
```
|
| 267 |
+
Loading model from brgroup/TurnSense...
|
| 268 |
Running inference on: "我想问一下那个订单就是昨天..."
|
| 269 |
|
| 270 |
Results:
|
|
|
|
| 353 |
| 📧 邮箱 | [huan.shen@brgroup.com](mailto:huan.shen@brgroup.com) ・ [yingao.wang@brgroup.com](mailto:yingao.wang@brgroup.com) ・ [wei.zou@brgroup.com](mailto:wei.zou@brgroup.com) |
|
| 354 |
| 💬 微信 | h2538406363 |
|
| 355 |
| 👥 微信群聊 | 扫码加入群聊<br><img src="TenSense/TenSense/image/wechat.jpg" alt="微信群聊二维码" width="220" /> |
|
| 356 |
+
| 🐛 Issues | [GitHub Issues](https://github.com/Bairong-Xdynamics/TurnSense/issues) |
|
| 357 |
+
| 🔀 PR | [Pull Requests](https://github.com/Bairong-Xdynamics/TurnSense/pulls) |
|
| 358 |
|
| 359 |
<br/>
|
| 360 |
|
|
|
|
| 368 |
|
| 369 |
<div align="center">
|
| 370 |
|
| 371 |
+
**由 [Baiji Team](https://github.com/Bairong-Xdynamics) 用 ❤️ 打造**
|
| 372 |
|
| 373 |
</div>
|