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
Delete model_quantized.onnx
Browse files- model_quantized.onnx +0 -3
model_quantized.onnx
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d18a6f6717703a07b319f6035bafca46b650c48bb23b81c13dafbb450596e3e9
|
| 3 |
-
size 136683382
|
|
|
|
|
|
|
|
|
|
|
|