saikumaru/svm-onnx-browser
0
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
const session = await ort.InferenceSession.create('https://huggingface.co/saikumaru/svm-onnx-browser/resolve/main/model.onnx');
