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

  • Log In
  • Sign Up

samuerio
/
model

Sentence Similarity
sentence-transformers
Safetensors
qwen3
unsloth
feature-extraction
dense
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use samuerio/model with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("samuerio/model")
    
    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
  • Local Apps
  • Unsloth Studio new

    How to use samuerio/model 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 samuerio/model 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 samuerio/model to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for samuerio/model to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="samuerio/model",
        max_seq_length=2048,
    )
model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
samuerio's picture
samuerio
Upload model
8dd49ae verified 3 months ago
  • 1_Pooling
    Upload model 3 months ago
  • .gitattributes
    1.57 kB
    Upload model 3 months ago
  • README.md
    4.39 kB
    Upload model 3 months ago
  • added_tokens.json
    605 Bytes
    Upload model 3 months ago
  • chat_template.jinja
    2.43 kB
    Upload model 3 months ago
  • config.json
    1.64 kB
    Upload model 3 months ago
  • config_sentence_transformers.json
    283 Bytes
    Upload model 3 months ago
  • merges.txt
    1.67 MB
    Upload model 3 months ago
  • model-00001-of-00002.safetensors
    4.97 GB
    xet
    Upload model 3 months ago
  • model-00002-of-00002.safetensors
    3.08 GB
    xet
    Upload model 3 months ago
  • model.safetensors.index.json
    30.4 kB
    Upload model 3 months ago
  • modules.json
    349 Bytes
    Upload model 3 months ago
  • sentence_bert_config.json
    59 Bytes
    Upload model 3 months ago
  • special_tokens_map.json
    613 Bytes
    Upload model 3 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload model 3 months ago
  • tokenizer_config.json
    7.28 kB
    Upload model 3 months ago
  • vocab.json
    2.78 MB
    Upload model 3 months ago