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

  • Log In
  • Sign Up

valuesimplex-ai-lab
/
Fin-Retriever-base

Sentence Similarity
sentence-transformers
PyTorch
bert
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

Instructions to use valuesimplex-ai-lab/Fin-Retriever-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use valuesimplex-ai-lab/Fin-Retriever-base with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("valuesimplex-ai-lab/Fin-Retriever-base")
    
    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]
  • Notebooks
  • Google Colab
  • Kaggle
Fin-Retriever-base
909 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
46e87ca verified 9 months ago
  • 1_Pooling
    Add new SentenceTransformer model 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    3.49 kB
    Update README.md 9 months ago
  • added_tokens.json
    290 kB
    Add new SentenceTransformer model 9 months ago
  • config.json
    872 Bytes
    Add new SentenceTransformer model 9 months ago
  • config_sentence_transformers.json
    294 Bytes
    Add new SentenceTransformer model 9 months ago
  • model.safetensors
    451 MB
    xet
    Adding `safetensors` variant of this model 9 months ago
  • modules.json
    368 Bytes
    Add new SentenceTransformer model 9 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    452 MB
    xet
    Add new SentenceTransformer model 9 months ago
  • sentence_bert_config.json
    60 Bytes
    Add new SentenceTransformer model 9 months ago
  • special_tokens_map.json
    732 Bytes
    Add new SentenceTransformer model 9 months ago
  • tokenizer.json
    2.97 MB
    Add new SentenceTransformer model 9 months ago
  • tokenizer_config.json
    2.5 MB
    Add new SentenceTransformer model 9 months ago
  • vocab.txt
    110 kB
    Add new SentenceTransformer model 9 months ago