CoolFace
Modelpublic

saikumaru/svm-onnx-browser

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
Model Card

SVM Text Classifier (ONNX)

This is an SVM model trained on Scikit-learn and exported to ONNX. It requires embeddings from all-MiniLM-L6-v2 (384 dimensions).

Usage in Javascript

javascript
const session = await ort.InferenceSession.create('https://huggingface.co/saikumaru/svm-onnx-browser/resolve/main/model.onnx');