ONNX
Chinese
English
YingaoWang-casia commited on
Commit
e44c31c
·
verified ·
1 Parent(s): f639c36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -18,10 +18,10 @@ license: apache-2.0
18
 
19
  <br/>
20
 
21
- [![GitHub](https://img.shields.io/badge/GitHub-Baiji--Team/TurnSense-181717?style=for-the-badge&logo=github)](https://github.com/Baiji-Team/TurnSense)
22
- [![Hugging Face](https://img.shields.io/badge/🤗_Hugging_Face-Baiji--Team-yellow?style=for-the-badge)](https://huggingface.co/brgroup/TenSense)
23
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue?style=for-the-badge)](./LICENSE)
24
- [![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen?style=for-the-badge)](https://github.com/Baiji-Team/TurnSense)
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/Baiji-Team/TurnSense.git
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="Baiji-Team/TurnSense")
260
  ```
261
 
262
  ### 3. Inference
@@ -268,7 +268,7 @@ python infer.py
268
  Example output:
269
 
270
  ```
271
- Loading model from Baiji-Team/TurnSense...
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/Baiji-Team/TurnSense/issues) |
359
- | 🔀 PR | [Pull Requests](https://github.com/Baiji-Team/TurnSense/pulls) |
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/Baiji-Team)**
374
 
375
  </div>
 
18
 
19
  <br/>
20
 
21
+ [![GitHub](https://img.shields.io/badge/GitHub-brgroup--Team/TurnSense-181717?style=for-the-badge&logo=github)](https://github.com/brgroup/TurnSense)
22
+ [![Hugging Face](https://img.shields.io/badge/🤗_Hugging_Face-brgroup--Team-yellow?style=for-the-badge)](https://huggingface.co/brgroup/TenSense)
23
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue?style=for-the-badge)](./LICENSE)
24
+ [![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen?style=for-the-badge)](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>