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

Huiyeong
/
setfit-callbot-text

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 Huiyeong/setfit-callbot-text with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • setfit

    How to use Huiyeong/setfit-callbot-text with setfit:

    from setfit import SetFitModel
    
    model = SetFitModel.from_pretrained("Huiyeong/setfit-callbot-text")
  • sentence-transformers

    How to use Huiyeong/setfit-callbot-text with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Huiyeong/setfit-callbot-text")
    
    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
setfit-callbot-text
503 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Huiyeong's picture
Huiyeong
Push model using huggingface_hub.
e7e7b86 verified 11 months ago
  • 1_Pooling
    Push model using huggingface_hub. 11 months ago
  • .gitattributes
    1.62 kB
    Push model using huggingface_hub. 11 months ago
  • README.md
    21.8 kB
    Push model using huggingface_hub. 11 months ago
  • config.json
    619 Bytes
    Push model using huggingface_hub. 11 months ago
  • config_sentence_transformers.json
    205 Bytes
    Push model using huggingface_hub. 11 months ago
  • config_setfit.json
    2.96 kB
    Push model using huggingface_hub. 11 months ago
  • model.safetensors
    471 MB
    xet
    Push model using huggingface_hub. 11 months ago
  • model_head.pkl

    Detected Pickle imports (4)

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

    How to fix it?

    115 kB
    xet
    Push model using huggingface_hub. 11 months ago
  • modules.json
    229 Bytes
    Push model using huggingface_hub. 11 months ago
  • sentence_bert_config.json
    53 Bytes
    Push model using huggingface_hub. 11 months ago
  • special_tokens_map.json
    964 Bytes
    Push model using huggingface_hub. 11 months ago
  • tokenizer.json
    17.1 MB
    xet
    Push model using huggingface_hub. 11 months ago
  • tokenizer_config.json
    1.45 kB
    Push model using huggingface_hub. 11 months ago
  • unigram.json
    14.8 MB
    xet
    Push model using huggingface_hub. 11 months ago