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

  • Log In
  • Sign Up

disham993
/
electrical-embeddinggemma-ir_lora

Feature Extraction
sentence-transformers
Safetensors
English
embedding
retrieval
electrical-engineering
unsloth
information-retrieval
rag
semantic-search
arxiv:2509.20354
lora
Model card Files Files and versions
xet
Community

Instructions to use disham993/electrical-embeddinggemma-ir_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use disham993/electrical-embeddinggemma-ir_lora with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("disham993/electrical-embeddinggemma-ir_lora")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Unsloth Studio new

    How to use disham993/electrical-embeddinggemma-ir_lora 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 disham993/electrical-embeddinggemma-ir_lora 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 disham993/electrical-embeddinggemma-ir_lora to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for disham993/electrical-embeddinggemma-ir_lora to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="disham993/electrical-embeddinggemma-ir_lora",
        max_seq_length=2048,
    )
electrical-embeddinggemma-ir_lora
65.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
disham993's picture
disham993
Revert model names back to electrical-embeddinggemma-ir prefix
dd71e4c verified 23 days ago
  • 1_Pooling
    Add new SentenceTransformer model 24 days ago
  • 2_Dense
    Add new SentenceTransformer model 24 days ago
  • 3_Dense
    Add new SentenceTransformer model 24 days ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model 24 days ago
  • README.md
    7.03 kB
    Revert model names back to electrical-embeddinggemma-ir prefix 23 days ago
  • adapter_config.json
    1.25 kB
    Add new SentenceTransformer model 24 days ago
  • adapter_model.safetensors
    16.8 MB
    xet
    Add new SentenceTransformer model 24 days ago
  • added_tokens.json
    35 Bytes
    Add new SentenceTransformer model 24 days ago
  • config_sentence_transformers.json
    284 Bytes
    Add new SentenceTransformer model 24 days ago
  • modules.json
    573 Bytes
    Add new SentenceTransformer model 24 days ago
  • sentence_bert_config.json
    58 Bytes
    Add new SentenceTransformer model 24 days ago
  • special_tokens_map.json
    662 Bytes
    Add new SentenceTransformer model 24 days ago
  • tokenizer.json
    33.4 MB
    xet
    Add new SentenceTransformer model 24 days ago
  • tokenizer.model
    4.69 MB
    xet
    Add new SentenceTransformer model 24 days ago
  • tokenizer_config.json
    1.16 MB
    Add new SentenceTransformer model 24 days ago