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');
- Downloads last month
- -
Model tree for saikumaru/svm-onnx-browser
Base model
sentence-transformers/all-MiniLM-L6-v2