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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

saraleivam
/
GURU-model

Sentence Similarity
sentence-transformers
Safetensors
English
xlm-roberta
feature-extraction
Generated from Trainer
dataset_size:1521
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use saraleivam/GURU-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use saraleivam/GURU-model with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("saraleivam/GURU-model")
    
    sentences = [
        "latency definition",
        "The Wizard of Oz movie musical premieres in Oconomowoc, Wisconsin. The Wizard of Oz, starring Judy Garland and featuring words and music by E.Y. “Yip” Harburg and Harold Arlen, receives its world premiere in Oconomowoc, Wisconsin, on this day in 1939.",
        "Latency is a networking term to describe the total time it takes a data packet to travel from one node to another. In other contexts, when a data packet is transmitted and returned back to its source, the total time for the round trip is known as latency.",
        "Definition - What does Latency mean? Latency is a networking term to describe the total time it takes a data packet to travel from one node to another. In other contexts, when a data packet is transmitted and returned back to its source, the total time for the round trip is known as latency."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
GURU-model
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
saraleivam's picture
saraleivam
Add new SentenceTransformer model.
caa8cd6 verified about 2 years ago
  • 1_Pooling
    Add new SentenceTransformer model. about 2 years ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model. about 2 years ago
  • README.md
    35.6 kB
    Add new SentenceTransformer model. about 2 years ago
  • config.json
    808 Bytes
    Add new SentenceTransformer model. about 2 years ago
  • config_sentence_transformers.json
    208 Bytes
    Add new SentenceTransformer model. about 2 years ago
  • model.safetensors
    1.11 GB
    xet
    Add new SentenceTransformer model. about 2 years ago
  • modules.json
    242 Bytes
    Add new SentenceTransformer model. about 2 years ago
  • sentence_bert_config.json
    56 Bytes
    Add new SentenceTransformer model. about 2 years ago
  • special_tokens_map.json
    1.02 kB
    Add new SentenceTransformer model. about 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    Add new SentenceTransformer model. about 2 years ago
  • tokenizer_config.json
    1.4 kB
    Add new SentenceTransformer model. about 2 years ago