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

agraharr
/
telecom-bge-base-matryoshka

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:41056
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use agraharr/telecom-bge-base-matryoshka with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use agraharr/telecom-bge-base-matryoshka with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("agraharr/telecom-bge-base-matryoshka")
    
    sentences = [
        "Why is there a specific requirement for maximum uplink transmission timing difference in asynchronous EN-DC configurations?",
        "The bandwidth combination set defines the specific arrangements and allowances for channel bandwidths across different NR bands in carrier aggregation configurations. For example, in the case of the CA_n2A-n5A-n48A configuration, the bandwidth combination set is set to 0, indicating that only the specified bandwidths of 5, 10, 15, and 20 MHz can be utilized without any further combinations. This structure ensures that operators can optimize their resources while adhering to technical constraints, leading to improved network efficiency and performance.<|im_end|>",
        "The specific requirement for maximum uplink transmission timing difference in asynchronous EN-DC configurations is crucial for ensuring reliable and efficient communication between the User Equipment (UE) and the network. Variations in timing can lead to synchronization issues, impacting the quality of service and data transmission. By defining these timing differences based on various sub-carrier spacings, the specification aims to optimize the performance of the network while accommodating different configurations, ensuring that the UE can handle the complexities of multi-band operation without significant degradation in service quality.<|im_end|>",
        "2. Integrity protection"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
telecom-bge-base-matryoshka
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
agraharr's picture
agraharr
Add new model.
813abd5 verified about 1 month ago
  • 1_Pooling
    Add new model. about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    22.3 kB
    Add new model. about 1 month ago
  • config.json
    823 Bytes
    Add new model. about 1 month ago
  • config_sentence_transformers.json
    282 Bytes
    Add new model. about 1 month ago
  • model.safetensors
    438 MB
    xet
    Add new model. about 1 month ago
  • modules.json
    429 Bytes
    Add new model. about 1 month ago
  • sentence_bert_config.json
    241 Bytes
    Add new model. about 1 month ago
  • tokenizer.json
    712 kB
    Add new model. about 1 month ago
  • tokenizer_config.json
    633 Bytes
    Add new model. about 1 month ago