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

gehaustein
/
PolyQual-3

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

Instructions to use gehaustein/PolyQual-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • setfit

    How to use gehaustein/PolyQual-3 with setfit:

    from setfit import SetFitModel
    
    model = SetFitModel.from_pretrained("gehaustein/PolyQual-3")
  • sentence-transformers

    How to use gehaustein/PolyQual-3 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("gehaustein/PolyQual-3")
    
    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
PolyQual-3
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
gehaustein's picture
gehaustein
Upload README.md with huggingface_hub
5e23329 verified 2 months ago
  • 1_Pooling
    Push model using huggingface_hub. 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    13.2 kB
    Upload README.md with huggingface_hub 2 months ago
  • config.json
    613 Bytes
    Push model using huggingface_hub. 2 months ago
  • config_sentence_transformers.json
    284 Bytes
    Push model using huggingface_hub. 2 months ago
  • config_setfit.json
    53 Bytes
    Push model using huggingface_hub. 2 months ago
  • model.safetensors
    438 MB
    xet
    Push model using huggingface_hub. 2 months ago
  • model_head.pkl

    Detected Pickle imports (4)

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

    How to fix it?

    19.3 kB
    xet
    Push model using huggingface_hub. 2 months ago
  • modules.json
    349 Bytes
    Push model using huggingface_hub. 2 months ago
  • sentence_bert_config.json
    57 Bytes
    Push model using huggingface_hub. 2 months ago
  • special_tokens_map.json
    964 Bytes
    Push model using huggingface_hub. 2 months ago
  • tokenizer.json
    711 kB
    Push model using huggingface_hub. 2 months ago
  • tokenizer_config.json
    1.62 kB
    Push model using huggingface_hub. 2 months ago
  • vocab.txt
    232 kB
    Push model using huggingface_hub. 2 months ago