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

Rnfudge
/
snapd-embedder-v1

Sentence Similarity
sentence-transformers
Safetensors
English
qwen3
unsloth
feature-extraction
dense
Generated from Trainer
dataset_size:223748
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Rnfudge/snapd-embedder-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Rnfudge/snapd-embedder-v1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Rnfudge/snapd-embedder-v1")
    
    sentences = [
        "What is the significance of the IPv6 multicast address ff02::1?",
        "Felt board for classroom activities",
        "In the provided network output, the frequent appearance of `ff020000000000000000000000000001` across various interfaces like `lo`, `eth0`, and `eth1` indicates that these interfaces are correctly configured for basic IPv6 operations. Every active IPv6 interface on a segment must listen for messages sent to `ff02::1` to participate in essential link-local protocols, making its presence a standard and expected entry.",
        "Not all customizations are supported across all snapd image types or models. For example, certain customizations might be unsupported for UC20+ or classic models, leading to errors. Additionally, if a gadget snap itself defines `defaults` in its `meta/gadget.yaml`, these can be overridden or complemented by the `Customizations` provided during the `SetupSeed` call, affecting system services like SSH."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Unsloth Studio

    How to use Rnfudge/snapd-embedder-v1 with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for Rnfudge/snapd-embedder-v1 to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for Rnfudge/snapd-embedder-v1 to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for Rnfudge/snapd-embedder-v1 to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="Rnfudge/snapd-embedder-v1",
        max_seq_length=2048,
    )
snapd-embedder-v1
8.06 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Rnfudge's picture
Rnfudge
Update README.md
e2d5dd4 verified 4 months ago
  • 1_Pooling
    Upload folder using huggingface_hub 4 months ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 4 months ago
  • README.md
    32.7 kB
    Update README.md 4 months ago
  • added_tokens.json
    605 Bytes
    Upload folder using huggingface_hub 4 months ago
  • chat_template.jinja
    2.43 kB
    Upload folder using huggingface_hub 4 months ago
  • config.json
    1.87 kB
    Upload folder using huggingface_hub 4 months ago
  • config_sentence_transformers.json
    284 Bytes
    Upload folder using huggingface_hub 4 months ago
  • merges.txt
    1.67 MB
    Upload folder using huggingface_hub 4 months ago
  • model-00001-of-00002.safetensors
    4.97 GB
    xet
    Upload folder using huggingface_hub 4 months ago
  • model-00002-of-00002.safetensors
    3.08 GB
    xet
    Upload folder using huggingface_hub 4 months ago
  • model.safetensors.index.json
    30.4 kB
    Upload folder using huggingface_hub 4 months ago
  • modules.json
    349 Bytes
    Upload folder using huggingface_hub 4 months ago
  • sentence_bert_config.json
    58 Bytes
    Upload folder using huggingface_hub 4 months ago
  • special_tokens_map.json
    613 Bytes
    Upload folder using huggingface_hub 4 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload folder using huggingface_hub 4 months ago
  • tokenizer_config.json
    7.28 kB
    Upload folder using huggingface_hub 4 months ago
  • vocab.json
    2.78 MB
    Upload folder using huggingface_hub 4 months ago