Text Classification
Transformers
ONNX
Safetensors
llama
text-generation
voice-ai
turn-detection
end-of-utterance
end-of-turn
conversational-ai
livekit
quantized
knowledge-distillation
text-embeddings-inference
Instructions to use livekit/turn-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use livekit/turn-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="livekit/turn-detector")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("livekit/turn-detector") model = AutoModelForCausalLM.from_pretrained("livekit/turn-detector") - Inference
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -177,7 +177,7 @@ For broader context on how turn detection fits into the voice pipeline — inclu
|
|
| 177 |
|
| 178 |
## License
|
| 179 |
|
| 180 |
-
This model is released under the [LiveKit Model License](LICENSE).
|
| 181 |
|
| 182 |
## Resources
|
| 183 |
|
|
|
|
| 177 |
|
| 178 |
## License
|
| 179 |
|
| 180 |
+
This model is released under the [LiveKit Model License](./LICENSE).
|
| 181 |
|
| 182 |
## Resources
|
| 183 |
|