Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

saikumaru
/
svm-onnx-browser

Text Classification
Scikit-learn
ONNX
Transformers.js
svm
Model card Files Files and versions
xet
Community

Instructions to use saikumaru/svm-onnx-browser with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use saikumaru/svm-onnx-browser with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("saikumaru/svm-onnx-browser", "sklearn_model.joblib")
    )
    # only load pickle files from sources you trust
    # read more about it here https://skops.readthedocs.io/en/stable/persistence.html
  • Transformers.js

    How to use saikumaru/svm-onnx-browser with Transformers.js:

    // npm i @huggingface/transformers
    import { pipeline } from '@huggingface/transformers';
    
    // Allocate pipeline
    const pipe = await pipeline('text-classification', 'saikumaru/svm-onnx-browser');
  • Notebooks
  • Google Colab
  • Kaggle
svm-onnx-browser
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
saikumaru's picture
saikumaru
Upload folder using huggingface_hub
c489b02 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    482 Bytes
    Upload folder using huggingface_hub 6 months ago
  • model.onnx
    586 kB
    xet
    Upload folder using huggingface_hub 6 months ago
  • svm.onnx
    582 kB
    xet
    Upload folder using huggingface_hub 6 months ago