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

  • Log In
  • Sign Up

Mr-FineTuner
/
Eval_02_dup

Sentence Similarity
sentence-transformers
Joblib
Safetensors
Transformers
bert
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Mr-FineTuner/Eval_02_dup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Mr-FineTuner/Eval_02_dup with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Mr-FineTuner/Eval_02_dup")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Transformers

    How to use Mr-FineTuner/Eval_02_dup with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Mr-FineTuner/Eval_02_dup")
    model = AutoModel.from_pretrained("Mr-FineTuner/Eval_02_dup")
  • Notebooks
  • Google Colab
  • Kaggle
Eval_02_dup
91.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Mr-FineTuner's picture
Mr-FineTuner
Add new SentenceTransformer model.
24e09fa verified about 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model. about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    3.51 kB
    Add new SentenceTransformer model. about 1 year ago
  • config.json
    617 Bytes
    Add new SentenceTransformer model. about 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model. about 1 year ago
  • model.safetensors
    90.9 MB
    xet
    Add new SentenceTransformer model. about 1 year ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model. about 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model. about 1 year ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model. about 1 year ago
  • text_classification_model.joblib

    Detected Pickle imports (4)

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

    How to fix it?

    19.4 kB
    xet
    Upload text_classification_model.joblib with huggingface_hub about 1 year ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model. about 1 year ago
  • tokenizer_config.json
    1.27 kB
    Add new SentenceTransformer model. about 1 year ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model. about 1 year ago