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

  • Log In
  • Sign Up

FINGU-AI
/
FinguEm7b

Sentence Similarity
sentence-transformers
Safetensors
feature-extraction
Generated from Trainer
dataset_size:245133
loss:MultipleNegativesRankingLoss
loss:MultipleNegativesSymmetricRankingLoss
loss:CoSENTLoss
Model card Files Files and versions
xet
Community
2

Instructions to use FINGU-AI/FinguEm7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use FINGU-AI/FinguEm7b with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("FINGU-AI/FinguEm7b")
    
    sentences = [
        "Awbere (woreda)",
        "Counterfeit Son is a 2000 novel by Elaine Marie Alphin and was written for young adults . It received a 2001 Edgar Award from the Mystery Writers of America for Best Young Adult Mystery . It is a psychological thriller .",
        "Awbere ( Awbarre ) , ( also known as Teferi Ber ) , is one of the woredas in the Somali Region of Ethiopia . Part of the Jijiga Zone , Awbere is bordered on the southwest by Jijiga , on the west by the Shinile Zone , on the east by Somalia , and on the southeast by Kebri Beyah . Towns in Awbere include Āwuberē , Derwonaji , Lefe Isa , and Sheed Dheer .   High points in this woreda include Sau ( 1863 meters ) , near the international border .",
        "Aleksandra Delcheva (Bulgarian: Александра Делчева) (born April 11, 1987) is a Bulgarian volleyball player. She currently plays for Union Stade Français-Saint-Cloud Paris in France."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
FinguEm7b
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
FINGU-AI's picture
FINGU-AI
Update README.md (#1)
041b768 verified almost 2 years ago
  • 1_Pooling
    Upload folder using huggingface_hub almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    17 kB
    Update README.md (#1) almost 2 years ago
  • adapter_config.json
    695 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • adapter_model.safetensors
    40.4 MB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • added_tokens.json
    80 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • config_sentence_transformers.json
    313 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • merges.txt
    1.67 MB
    Upload folder using huggingface_hub almost 2 years ago
  • modules.json
    349 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • sentence_bert_config.json
    54 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • special_tokens_map.json
    370 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer.json
    7.03 MB
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer_config.json
    1.4 kB
    Upload folder using huggingface_hub almost 2 years ago
  • vocab.json
    2.78 MB
    Upload folder using huggingface_hub almost 2 years ago