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

  • Log In
  • Sign Up

Alexhuou
/
embedder_model_STxmmluV3

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:5700
loss:TripletLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Alexhuou/embedder_model_STxmmluV3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Alexhuou/embedder_model_STxmmluV3 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Alexhuou/embedder_model_STxmmluV3")
    
    sentences = [
        "Suppose there is a correlation of r = 0.9 between number of hours per day students study and GPAs. Which of the following is a reasonable conclusion?",
        "Ulcerative Colitis\n",
        "Given that the sample has a standard deviation of zero, which of the following is a true statement?",
        "Which of the following items is not subject to the application of intraperiod income tax allocation?"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
embedder_model_STxmmluV3
134 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Alexhuou's picture
Alexhuou
Add new SentenceTransformer model
3a67d7c verified 11 months ago
  • 1_Pooling
    Add new SentenceTransformer model 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    27.9 kB
    Add new SentenceTransformer model 11 months ago
  • config.json
    583 Bytes
    Add new SentenceTransformer model 11 months ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model 11 months ago
  • model.safetensors
    133 MB
    xet
    Add new SentenceTransformer model 11 months ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model 11 months ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model 11 months ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model 11 months ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model 11 months ago
  • tokenizer_config.json
    1.49 kB
    Add new SentenceTransformer model 11 months ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model 11 months ago