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

hreyulog
/
embedinggemma_arkts

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

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

  • Libraries
  • sentence-transformers

    How to use hreyulog/embedinggemma_arkts with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("hreyulog/embedinggemma_arkts")
    
    sentences = [
        "组件即将出现时加载收藏商家数据",
        "static async delete(key: string, preferenceName: string = defaultPreferenceName) {\n    let preferences = await this.getPreferences(preferenceName)\n    return await preferences.delete(key)\n  }",
        "async aboutToAppear(): Promise<void> {\n    await this.loadFavoriteMerchants();\n  }",
        "Copyright (c) 2022 Huawei Device Co., Ltd.\nLicensed under the Apache License,Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
embedinggemma_arkts
1.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
hreyulog's picture
hreyulog
Update README.md
89b9898 verified 3 months ago
  • 1_Pooling
    Upload 13 files 3 months ago
  • 2_Dense
    Upload 13 files 3 months ago
  • 3_Dense
    Upload 13 files 3 months ago
  • .gitattributes
    1.57 kB
    Upload 13 files 3 months ago
  • README.md
    21.8 kB
    Update README.md 3 months ago
  • config.json
    1.64 kB
    Upload 13 files 3 months ago
  • config_sentence_transformers.json
    985 Bytes
    Upload 13 files 3 months ago
  • model.safetensors
    1.21 GB
    xet
    Upload 13 files 3 months ago
  • modules.json
    573 Bytes
    Upload 13 files 3 months ago
  • sentence_bert_config.json
    57 Bytes
    Upload 13 files 3 months ago
  • tokenizer.json
    33.4 MB
    xet
    Upload 13 files 3 months ago
  • tokenizer_config.json
    676 Bytes
    Upload 13 files 3 months ago