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

  • Log In
  • Sign Up

plvictor
/
ptbr-biblical-embedding

Sentence Similarity
sentence-transformers
Safetensors
Portuguese
bert
feature-extraction
Generated from Trainer
dataset_size:8214
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use plvictor/ptbr-biblical-embedding with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use plvictor/ptbr-biblical-embedding with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("plvictor/ptbr-biblical-embedding")
    
    sentences = [
        "não sei pq ainda to aqui, queria desaparecer mas agradeço a Deus",
        "As misericórdias do Senhor são a causa de não sermos consumidos, porque as suas misericórdias não têm fim; novas são cada manhã; grande é a tua fidelidade.",
        "Ele mesmo, porém, se foi ao deserto, caminho de um dia, e veio, e se assentou debaixo de um zimbro; e pediu para si a morte, e disse: Já basta, ó Senhor; toma agora a minha vida, pois não sou melhor do que meus pais.",
        "Tu contaste as minhas aflições; põe as minhas lágrimas no teu odre. Não estão elas no teu livro?"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
ptbr-biblical-embedding
731 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
plvictor's picture
plvictor
Update README.md
61c1a15 verified 3 months ago
  • 1_Pooling
    Add new SentenceTransformer model 3 months ago
  • .gitattributes
    1.64 kB
    Upload theo-biblical-embedding.rknn with huggingface_hub 3 months ago
  • README.md
    5.45 kB
    Update README.md 3 months ago
  • config.json
    622 Bytes
    Add new SentenceTransformer model 3 months ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model 3 months ago
  • model.safetensors
    471 MB
    xet
    Add new SentenceTransformer model 3 months ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model 3 months ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model 3 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Add new SentenceTransformer model 3 months ago
  • special_tokens_map.json
    965 Bytes
    Add new SentenceTransformer model 3 months ago
  • theo-biblical-embedding.rknn
    238 MB
    xet
    Upload theo-biblical-embedding.rknn with huggingface_hub 3 months ago
  • tokenizer.json
    17.1 MB
    xet
    Add new SentenceTransformer model 3 months ago
  • tokenizer_config.json
    1.39 kB
    Add new SentenceTransformer model 3 months ago