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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Northell
/
ros-classifiers

Text Classification
setfit
ONNX
Safetensors
sentence-transformers
bert
generated_from_setfit_trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Northell/ros-classifiers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • setfit

    How to use Northell/ros-classifiers with setfit:

    from setfit import SetFitModel
    
    model = SetFitModel.from_pretrained("Northell/ros-classifiers")
  • sentence-transformers

    How to use Northell/ros-classifiers with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Northell/ros-classifiers")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
ros-classifiers / onnx
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
tatchaka's picture
tatchaka
feat: new onnx model.
61da6e1 10 months ago
  • st.onnx
    438 MB
    xet
    add onnx model 11 months ago
  • st_avsolatorio_GIST-small-Embedding-v0.onnx
    134 MB
    xet
    feat: new onnx model. 10 months ago