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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

IstishadAlamTishad
/
TensorFluxEmbedder

Sentence Similarity
sentence-transformers
Safetensors
English
modernbert
rag
universal-embedding
matryoshka
embeddings
information-retrieval
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use IstishadAlamTishad/TensorFluxEmbedder with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("IstishadAlamTishad/TensorFluxEmbedder")
    
    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]
  • Notebooks
  • Google Colab
  • Kaggle
TensorFluxEmbedder
600 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
IstishadAlamTishad's picture
IstishadAlamTishad
updated model card
bd1ec53 6 days ago
  • assets
    Added Model configs, safetensors, json files with Model Card 6 days ago
  • .gitattributes
    1.52 kB
    initial commit 6 days ago
  • README.md
    6.26 kB
    updated model card 6 days ago
  • config.json
    1.92 kB
    Added Model configs, safetensors, json files with Model Card 6 days ago
  • config_sentence_transformers.json
    284 Bytes
    Added Model configs, safetensors, json files with Model Card 6 days ago
  • model.safetensors
    596 MB
    xet
    Added Model configs, safetensors, json files with Model Card 6 days ago
  • modules.json
    429 Bytes
    Added Model configs, safetensors, json files with Model Card 6 days ago
  • sentence_bert_config.json
    241 Bytes
    Added Model configs, safetensors, json files with Model Card 6 days ago
  • tokenizer.json
    3.58 MB
    Added Model configs, safetensors, json files with Model Card 6 days ago
  • tokenizer_config.json
    380 Bytes
    Added Model configs, safetensors, json files with Model Card 6 days ago