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", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
06ee2e6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4e685767c3643b0363c9f826a98325683f29e9c7d550162c8e8740ba33aa31aa
size 165035487
|