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

  • Log In
  • Sign Up

dnth
/
setfit-riasec-classifier-subset

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

Instructions to use dnth/setfit-riasec-classifier-subset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • setfit

    How to use dnth/setfit-riasec-classifier-subset with setfit:

    from setfit import SetFitModel
    
    model = SetFitModel.from_pretrained("dnth/setfit-riasec-classifier-subset")
  • sentence-transformers

    How to use dnth/setfit-riasec-classifier-subset with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("dnth/setfit-riasec-classifier-subset")
    
    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-riasec-classifier-subset
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
dnth's picture
dnth
Add SetFit model
3c1366e verified 7 months ago
  • 1_Pooling
    Add SetFit model 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    33.7 kB
    Add SetFit model 7 months ago
  • config.json
    545 Bytes
    Add SetFit model 7 months ago
  • config_sentence_transformers.json
    283 Bytes
    Add SetFit model 7 months ago
  • config_setfit.json
    97 Bytes
    Add SetFit model 7 months ago
  • model.safetensors
    438 MB
    xet
    Add SetFit model 7 months ago
  • model_head.pkl

    Detected Pickle imports (4)

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

    How to fix it?

    25.5 kB
    xet
    Add SetFit model 7 months ago
  • modules.json
    229 Bytes
    Add SetFit model 7 months ago
  • sentence_bert_config.json
    57 Bytes
    Add SetFit model 7 months ago
  • special_tokens_map.json
    964 Bytes
    Add SetFit model 7 months ago
  • tokenizer.json
    712 kB
    Add SetFit model 7 months ago
  • tokenizer_config.json
    1.31 kB
    Add SetFit model 7 months ago
  • vocab.txt
    232 kB
    Add SetFit model 7 months ago