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

dynatrace-oss
/
llama-embed-mamba2-7b

Sentence Similarity
sentence-transformers
Safetensors
mamba2
feature-extraction
vertical-chunking
custom_code
Model card Files Files and versions
xet
Community

Instructions to use dynatrace-oss/llama-embed-mamba2-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use dynatrace-oss/llama-embed-mamba2-7b with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("dynatrace-oss/llama-embed-mamba2-7b", trust_remote_code=True)
    
    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]
  • Notebooks
  • Google Colab
  • Kaggle
llama-embed-mamba2-7b
14.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
grantner's picture
grantner
chore: use original tokenizer and tokenizer config
a5932f2 verified 4 months ago
  • .gitattributes
    1.52 kB
    feat: model checkpoint 5 months ago
  • LLAMA_LICENSE
    7.63 kB
    feat: model checkpoint 5 months ago
  • NOTICE
    275 Bytes
    feat: model checkpoint 5 months ago
  • README.md
    9.55 kB
    chore: update integration roadmap 4 months ago
  • config.json
    1.23 kB
    feat: model checkpoint 5 months ago
  • config_sentence_transformers.json
    276 Bytes
    feat: model checkpoint 5 months ago
  • model.safetensors
    14.3 GB
    xet
    feat: model checkpoint 5 months ago
  • modules.json
    424 Bytes
    feat: model checkpoint 5 months ago
  • sentence_bert_config.json
    72 Bytes
    feat: model checkpoint 5 months ago
  • special_tokens_map.json
    551 Bytes
    chore: use original tokenizer and tokenizer config 4 months ago
  • tokenizer.json
    3.67 MB
    chore: use original tokenizer and tokenizer config 4 months ago
  • tokenizer_config.json
    137 kB
    chore: use original tokenizer and tokenizer config 4 months ago