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-experimental

Text Classification
setfit
Safetensors
sentence-transformers
bert
generated_from_setfit_trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • setfit

    How to use Northell/ros-classifiers-experimental with setfit:

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

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

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Northell/ros-classifiers-experimental")
    
    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-experimental
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
stan-northell's picture
stan-northell
Upload folder using huggingface_hub
7f39b49 verified 11 months ago
  • 1_Pooling
    Upload folder using huggingface_hub 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    270 kB
    Upload folder using huggingface_hub 11 months ago
  • config.json
    618 Bytes
    Upload folder using huggingface_hub 11 months ago
  • config_sentence_transformers.json
    205 Bytes
    Upload folder using huggingface_hub 11 months ago
  • config_setfit.json
    53 Bytes
    Upload folder using huggingface_hub 11 months ago
  • model.safetensors
    438 MB
    xet
    Upload folder using huggingface_hub 11 months ago
  • model_head.pkl

    Detected Pickle imports (4)

    • "sklearn.linear_model._logistic.LogisticRegression",
    • "numpy.dtype",
    • "numpy.ndarray",
    • "joblib.numpy_pickle.NumpyArrayWrapper"

    How to fix it?

    229 kB
    xet
    Upload folder using huggingface_hub 11 months ago
  • modules.json
    349 Bytes
    Upload folder using huggingface_hub 11 months ago
  • sentence_bert_config.json
    53 Bytes
    Upload folder using huggingface_hub 11 months ago
  • special_tokens_map.json
    695 Bytes
    Upload folder using huggingface_hub 11 months ago
  • tokenizer.json
    712 kB
    Upload folder using huggingface_hub 11 months ago
  • tokenizer_config.json
    1.22 kB
    Upload folder using huggingface_hub 11 months ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub 11 months ago