ONNX
Chinese
English
YingaoWang-casia commited on
Commit
a35f1df
·
verified ·
1 Parent(s): 973cc39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
3
  ---
4
  <div align="center">
5
 
6
- <img src="./TenSense/TenSense/image/Baiji_Team.png" alt="Baiji Team Logo" width="1000" height="450"/>
7
 
8
  <br/>
9
 
@@ -19,7 +19,7 @@ license: apache-2.0
19
  <br/>
20
 
21
  [![GitHub](https://img.shields.io/badge/GitHub-brgroup--Team/TurnSense-181717?style=for-the-badge&logo=github)](https://github.com/Bairong-Xdynamics/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/Bairong-Xdynamics/TurnSense)
25
 
@@ -84,7 +84,7 @@ license: apache-2.0
84
  Traditional approaches typically rely on a simple binary classification — "finished or not." **TurnSense goes further** by simultaneously modeling semantic completeness and invalid input detection, enabling more natural turn-taking in complex real-world scenarios and **significantly reducing false interruptions, premature responses, and noise-triggered activations**.
85
 
86
  <div align="center">
87
- <img src="./TenSense/TenSense/image/TurnSense.svg" alt="TurnSense Three-Class Illustration" width="820"/>
88
  </div>
89
 
90
  <br/>
@@ -150,7 +150,7 @@ Standardized repository structure with FP32 / INT8 ONNX models — from installa
150
  | TEN-Turn | **7B** | ❌ | [TEN-framework/TEN_Turn_Detection](https://huggingface.co/TEN-framework/TEN_Turn_Detection) |
151
  | Easy-Turn | 850M | ❌ | [ASLP-lab/Easy-Turn](https://huggingface.co/ASLP-lab/Easy-Turn) |
152
  | NAMO-Turn-Detector (ZH) | 66M | ❌ | [videosdk-live/Namo-Turn-Detector-v1-Multilingual](https://huggingface.co/videosdk-live/Namo-Turn-Detector-v1-Multilingual) |
153
- | **⭐ TurnSense** | **47M** | **✅** | [**Baiji-Team/TurnSense**](https://huggingface.co/brgroup/TenSense) |
154
  | Smart-Turn-v3 | 8M | ❌ | [pipecat-ai/smart-turn-v3](https://huggingface.co/pipecat-ai/smart-turn-v3) |
155
  | FireRedChat-turn-detector | -- | ❌ | [FireRedTeam/FireRedChat-turn-detector](https://huggingface.co/FireRedTeam/FireRedChat-turn-detector) |
156
 
@@ -233,7 +233,7 @@ pip install -U numpy onnxruntime torch librosa soundfile pandas scikit-learn hug
233
 
234
  ### 2. Model Weights
235
 
236
- TurnSense model weights are available on Hugging Face: [Baiji-Team/TurnSense](https://huggingface.co/brgroup/TenSense)
237
 
238
  | Version | Size | Use Case |
239
  | :--- | :--- | :--- |
@@ -249,7 +249,7 @@ The inference script includes built-in Hugging Face download logic. The model wi
249
 
250
  ```bash
251
  git lfs install
252
- git clone https://huggingface.co/brgroup/TenSense
253
  ```
254
 
255
  **Option 3: Hugging Face Hub**
@@ -340,7 +340,7 @@ If you use TurnSense in your research or product, please cite:
340
  title = {TurnSense: A Three-Class Semantic Detection Model for Complete, Incomplete, and Invalid Utterances},
341
  year = {2026},
342
  publisher = {Hugging Face},
343
- howpublished = {\url{https://huggingface.co/brgroup/TenSense}},
344
  }
345
  ```
346
 
@@ -354,7 +354,7 @@ If you have questions or suggestions, feel free to reach out:
354
  | :--- | :--- |
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/Bairong-Xdynamics/TurnSense/issues) |
359
  | 🔀 PR | [Pull Requests](https://github.com/Bairong-Xdynamics/TurnSense/pulls) |
360
 
 
3
  ---
4
  <div align="center">
5
 
6
+ <img src="./image/Baiji_Team.png" alt="Baiji Team Logo" width="1000" height="450"/>
7
 
8
  <br/>
9
 
 
19
  <br/>
20
 
21
  [![GitHub](https://img.shields.io/badge/GitHub-brgroup--Team/TurnSense-181717?style=for-the-badge&logo=github)](https://github.com/Bairong-Xdynamics/TurnSense)
22
+ [![Hugging Face](https://img.shields.io/badge/🤗_Hugging_Face-brgroup--Team-yellow?style=for-the-badge)](https://huggingface.co/brgroup/TurnSense)
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/Bairong-Xdynamics/TurnSense)
25
 
 
84
  Traditional approaches typically rely on a simple binary classification — "finished or not." **TurnSense goes further** by simultaneously modeling semantic completeness and invalid input detection, enabling more natural turn-taking in complex real-world scenarios and **significantly reducing false interruptions, premature responses, and noise-triggered activations**.
85
 
86
  <div align="center">
87
+ <img src="./image/TurnSense.svg" alt="TurnSense Three-Class Illustration" width="820"/>
88
  </div>
89
 
90
  <br/>
 
150
  | TEN-Turn | **7B** | ❌ | [TEN-framework/TEN_Turn_Detection](https://huggingface.co/TEN-framework/TEN_Turn_Detection) |
151
  | Easy-Turn | 850M | ❌ | [ASLP-lab/Easy-Turn](https://huggingface.co/ASLP-lab/Easy-Turn) |
152
  | NAMO-Turn-Detector (ZH) | 66M | ❌ | [videosdk-live/Namo-Turn-Detector-v1-Multilingual](https://huggingface.co/videosdk-live/Namo-Turn-Detector-v1-Multilingual) |
153
+ | **⭐ TurnSense** | **47M** | **✅** | [**Baiji-Team/TurnSense**](https://huggingface.co/brgroup/TurnSense) |
154
  | Smart-Turn-v3 | 8M | ❌ | [pipecat-ai/smart-turn-v3](https://huggingface.co/pipecat-ai/smart-turn-v3) |
155
  | FireRedChat-turn-detector | -- | ❌ | [FireRedTeam/FireRedChat-turn-detector](https://huggingface.co/FireRedTeam/FireRedChat-turn-detector) |
156
 
 
233
 
234
  ### 2. Model Weights
235
 
236
+ TurnSense model weights are available on Hugging Face: [Baiji-Team/TurnSense](https://huggingface.co/brgroup/TurnSense)
237
 
238
  | Version | Size | Use Case |
239
  | :--- | :--- | :--- |
 
249
 
250
  ```bash
251
  git lfs install
252
+ git clone https://huggingface.co/brgroup/TurnSense
253
  ```
254
 
255
  **Option 3: Hugging Face Hub**
 
340
  title = {TurnSense: A Three-Class Semantic Detection Model for Complete, Incomplete, and Invalid Utterances},
341
  year = {2026},
342
  publisher = {Hugging Face},
343
+ howpublished = {\url{https://huggingface.co/brgroup/TurnSense}},
344
  }
345
  ```
346
 
 
354
  | :--- | :--- |
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="TurnSense/TurnSense/image/wechat.jpg" alt="WeChat group QR code" width="220" /> |
358
  | 🐛 Issues | [GitHub Issues](https://github.com/Bairong-Xdynamics/TurnSense/issues) |
359
  | 🔀 PR | [Pull Requests](https://github.com/Bairong-Xdynamics/TurnSense/pulls) |
360