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

  • Log In
  • Sign Up

Tarive
/
findandfund

Sentence Similarity
sentence-transformers
Safetensors
Transformers
English
mpnet
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use Tarive/findandfund with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Tarive/findandfund")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Transformers

    How to use Tarive/findandfund with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Tarive/findandfund")
    model = AutoModel.from_pretrained("Tarive/findandfund")
  • Notebooks
  • Google Colab
  • Kaggle
findandfund
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Tarive's picture
Tarive
Initial commit with grants embedding model
db6260f verified over 1 year ago
  • 1_Pooling
    Initial commit with grants embedding model over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    10.6 kB
    Initial commit with grants embedding model over 1 year ago
  • config.json
    613 Bytes
    Initial commit with grants embedding model over 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Initial commit with grants embedding model over 1 year ago
  • model.safetensors
    438 MB
    xet
    Initial commit with grants embedding model over 1 year ago
  • modules.json
    349 Bytes
    Initial commit with grants embedding model over 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Initial commit with grants embedding model over 1 year ago
  • special_tokens_map.json
    964 Bytes
    Initial commit with grants embedding model over 1 year ago
  • tokenizer.json
    711 kB
    Initial commit with grants embedding model over 1 year ago
  • tokenizer_config.json
    1.62 kB
    Initial commit with grants embedding model over 1 year ago
  • vocab.txt
    232 kB
    Initial commit with grants embedding model over 1 year ago