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

  • Log In
  • Sign Up

ai-sage
/
Giga-Embeddings-instruct

Feature Extraction
sentence-transformers
Safetensors
Transformers
Russian
English
gigarembed
MTEB
custom_code
Model card Files Files and versions
xet
Community
20

Instructions to use ai-sage/Giga-Embeddings-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use ai-sage/Giga-Embeddings-instruct with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("ai-sage/Giga-Embeddings-instruct", trust_remote_code=True)
    
    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]
  • Transformers

    How to use ai-sage/Giga-Embeddings-instruct with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="ai-sage/Giga-Embeddings-instruct", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ai-sage/Giga-Embeddings-instruct", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Giga-Embeddings-instruct
13.8 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 58 commits
ekolodin's picture
ekolodin
tkhanipov's picture
tkhanipov
fix_name_or_path (#13)
2cf0fdc verified 7 months ago
  • 1_Pooling
    3b-september-2025 upload 8 months ago
  • .gitattributes
    1.57 kB
    Обновление весов модели 12 months ago
  • README.md
    9.86 kB
    Adding Sentence Transformers as the library name (#12) 7 months ago
  • config.json
    5.9 kB
    fix_name_or_path (#13) 7 months ago
  • config_sentence_transformers.json
    283 Bytes
    3b-september-2025 upload 8 months ago
  • configuration_gigarembed.py
    14.4 kB
    3b-september-2025 upload 8 months ago
  • model-00001-of-00003.safetensors
    4.95 GB
    xet
    3b-september-2025 upload 8 months ago
  • model-00002-of-00003.safetensors
    4.91 GB
    xet
    3b-september-2025 upload 8 months ago
  • model-00003-of-00003.safetensors
    3.94 GB
    xet
    3b-september-2025 upload 8 months ago
  • model.safetensors.index.json
    42.9 kB
    3b-september-2025 upload 8 months ago
  • modeling_gigarembed.py
    44.1 kB
    fix_name_or_path (#13) 7 months ago
  • modules.json
    349 Bytes
    Update modules.json 8 months ago
  • sentence_bert_config.json
    58 Bytes
    Update sentence_bert_config.json 8 months ago
  • special_tokens_map.json
    690 Bytes
    Обновление весов модели 12 months ago
  • tokenizer.json
    10.7 MB
    xet
    3b-september-2025 upload 8 months ago
  • tokenizer_config.json
    48.1 kB
    3b-september-2025 upload 8 months ago