Update README.md
Browse files
README.md
CHANGED
|
@@ -18,10 +18,10 @@ license: apache-2.0
|
|
| 18 |
|
| 19 |
<br/>
|
| 20 |
|
| 21 |
-
[](./LICENSE)
|
| 24 |
-
[](https://github.com/
|
| 25 |
|
| 26 |
</div>
|
| 27 |
|
|
@@ -225,7 +225,7 @@ Standardized repository structure with FP32 / INT8 ONNX models — from installa
|
|
| 225 |
### 1. Installation
|
| 226 |
|
| 227 |
```bash
|
| 228 |
-
git clone https://github.com/
|
| 229 |
cd TurnSense
|
| 230 |
|
| 231 |
pip install -U numpy onnxruntime torch librosa soundfile pandas scikit-learn huggingface_hub
|
|
@@ -256,7 +256,7 @@ git clone https://huggingface.co/brgroup/TenSense
|
|
| 256 |
|
| 257 |
```python
|
| 258 |
from huggingface_hub import snapshot_download
|
| 259 |
-
snapshot_download(repo_id="
|
| 260 |
```
|
| 261 |
|
| 262 |
### 3. Inference
|
|
@@ -268,7 +268,7 @@ python infer.py
|
|
| 268 |
Example output:
|
| 269 |
|
| 270 |
```
|
| 271 |
-
Loading model from
|
| 272 |
Running inference on: "我想问一下那个订单就是昨天..."
|
| 273 |
|
| 274 |
Results:
|
|
@@ -355,8 +355,8 @@ If you have questions or suggestions, feel free to reach out:
|
|
| 355 |
| 📧 Email | [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) |
|
| 356 |
| 💬 WeChat | h2538406363 |
|
| 357 |
| 👥 WeChat Group | Scan the QR code to join the group<br><img src="TenSense/TenSense/image/wechat.jpg" alt="WeChat group QR code" width="220" /> |
|
| 358 |
-
| 🐛 Issues | [GitHub Issues](https://github.com/
|
| 359 |
-
| 🔀 PR | [Pull Requests](https://github.com/
|
| 360 |
|
| 361 |
<br/>
|
| 362 |
|
|
@@ -370,6 +370,6 @@ This project is released under the **Apache License 2.0** with certain additiona
|
|
| 370 |
|
| 371 |
<div align="center">
|
| 372 |
|
| 373 |
-
**Built with ❤️ by [Baiji Team](https://github.com/
|
| 374 |
|
| 375 |
</div>
|
|
|
|
| 18 |
|
| 19 |
<br/>
|
| 20 |
|
| 21 |
+
[](https://github.com/brgroup/TurnSense)
|
| 22 |
+
[](https://huggingface.co/brgroup/TenSense)
|
| 23 |
[](./LICENSE)
|
| 24 |
+
[](https://github.com/brgroup/TurnSense)
|
| 25 |
|
| 26 |
</div>
|
| 27 |
|
|
|
|
| 225 |
### 1. Installation
|
| 226 |
|
| 227 |
```bash
|
| 228 |
+
git clone https://github.com/brgroup/TurnSense.git
|
| 229 |
cd TurnSense
|
| 230 |
|
| 231 |
pip install -U numpy onnxruntime torch librosa soundfile pandas scikit-learn huggingface_hub
|
|
|
|
| 256 |
|
| 257 |
```python
|
| 258 |
from huggingface_hub import snapshot_download
|
| 259 |
+
snapshot_download(repo_id="brgroup/TurnSense")
|
| 260 |
```
|
| 261 |
|
| 262 |
### 3. Inference
|
|
|
|
| 268 |
Example output:
|
| 269 |
|
| 270 |
```
|
| 271 |
+
Loading model from brgroup/TurnSense...
|
| 272 |
Running inference on: "我想问一下那个订单就是昨天..."
|
| 273 |
|
| 274 |
Results:
|
|
|
|
| 355 |
| 📧 Email | [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) |
|
| 356 |
| 💬 WeChat | h2538406363 |
|
| 357 |
| 👥 WeChat Group | Scan the QR code to join the group<br><img src="TenSense/TenSense/image/wechat.jpg" alt="WeChat group QR code" width="220" /> |
|
| 358 |
+
| 🐛 Issues | [GitHub Issues](https://github.com/brgroup/TurnSense/issues) |
|
| 359 |
+
| 🔀 PR | [Pull Requests](https://github.com/brgroup/TurnSense/pulls) |
|
| 360 |
|
| 361 |
<br/>
|
| 362 |
|
|
|
|
| 370 |
|
| 371 |
<div align="center">
|
| 372 |
|
| 373 |
+
**Built with ❤️ by [Baiji Team](https://github.com/brgroup)**
|
| 374 |
|
| 375 |
</div>
|