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
Upload model_quantized.onnx with huggingface_hub
Browse files- model_quantized.onnx +3 -0
model_quantized.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e685767c3643b0363c9f826a98325683f29e9c7d550162c8e8740ba33aa31aa
|
| 3 |
+
size 165035487
|