Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

bsen26
/
eyeR-category2-multilabel

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

Instructions to use bsen26/eyeR-category2-multilabel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • setfit

    How to use bsen26/eyeR-category2-multilabel with setfit:

    from setfit import SetFitModel
    
    model = SetFitModel.from_pretrained("bsen26/eyeR-category2-multilabel")
  • sentence-transformers

    How to use bsen26/eyeR-category2-multilabel with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("bsen26/eyeR-category2-multilabel")
    
    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
eyeR-category2-multilabel
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
bsen26's picture
bsen26
Add SetFit model
ce6121c verified almost 2 years ago
  • 1_Pooling
    Add SetFit model almost 2 years ago
  • .gitattributes
    1.57 kB
    Add SetFit model almost 2 years ago
  • README.md
    7.07 kB
    Add SetFit model almost 2 years ago
  • config.json
    760 Bytes
    Add SetFit model almost 2 years ago
  • config_sentence_transformers.json
    166 Bytes
    Add SetFit model almost 2 years ago
  • config_setfit.json
    53 Bytes
    Add SetFit model almost 2 years ago
  • model.safetensors
    1.11 GB
    xet
    Add SetFit model almost 2 years ago
  • model_head.pkl
    78.8 kB
    xet
    Add SetFit model almost 2 years ago
  • modules.json
    229 Bytes
    Add SetFit model almost 2 years ago
  • sentence_bert_config.json
    53 Bytes
    Add SetFit model almost 2 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Add SetFit model almost 2 years ago
  • special_tokens_map.json
    964 Bytes
    Add SetFit model almost 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    Add SetFit model almost 2 years ago
  • tokenizer_config.json
    1.34 kB
    Add SetFit model almost 2 years ago