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

CrosswaveOmega
/
DMRSQ-Utterance-To-Item-Transformer

Sentence Similarity
sentence-transformers
Safetensors
mpnet
feature-extraction
dense
Generated from Trainer
dataset_size:97930
loss:AnglELoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use CrosswaveOmega/DMRSQ-Utterance-To-Item-Transformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use CrosswaveOmega/DMRSQ-Utterance-To-Item-Transformer with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("CrosswaveOmega/DMRSQ-Utterance-To-Item-Transformer")
    
    sentences = [
        "Yes, but online seems to be hit and miss as there are scams out there right now too.",
        "ITEM 31: In talking about a meaningful, emotionally charged experience, the subject talks in a detached way, as if he or she is not in touch with the feelings that should surround it.",
        "ITEM 57: The subject distances him or herself from his or her own feelings by speaking about him or herself in the second or third person a lot, as if the subject were talking about someone else.",
        "ITEM 145: Whenever saying something negative about him or herself, the subject rejects others' attempts to explore positive or more balanced views, and paradoxically becomes even more confirmed in his or her own worthlessness."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • 1_Pooling
    Upload folder using huggingface_hub about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    51.8 kB
    Update README.md about 2 months ago
  • config.json
    599 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • config_sentence_transformers.json
    296 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • model.safetensors
    438 MB
    xet
    Upload folder using huggingface_hub about 2 months ago
  • modules.json
    368 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • sentence_bert_config.json
    60 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • tokenizer.json
    712 kB
    Upload folder using huggingface_hub about 2 months ago
  • tokenizer_config.json
    381 Bytes
    Upload folder using huggingface_hub about 2 months ago