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

meet5568
/
bhash_finetune

Feature Extraction
sentence-transformers
Safetensors
Hindi
English
bert
hindi
hinglish
code-mixed
song-lyrics
tsdae
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use meet5568/bhash_finetune with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("meet5568/bhash_finetune")
    
    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
bhash_finetune
960 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
meet5568's picture
meet5568
Upload README.md with huggingface_hub
a945540 verified about 3 hours ago
  • 1_Pooling
    Add new SentenceTransformer model 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • README.md
    1.81 kB
    Upload README.md with huggingface_hub about 3 hours ago
  • config.json
    656 Bytes
    Add new SentenceTransformer model about 3 hours ago
  • config_sentence_transformers.json
    206 Bytes
    Add new SentenceTransformer model about 7 hours ago
  • model.safetensors
    950 MB
    xet
    Add new SentenceTransformer model about 3 hours ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model 1 day ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model 1 day ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model 1 day ago
  • tokenizer.json
    6.41 MB
    Add new SentenceTransformer model about 3 hours ago
  • tokenizer_config.json
    1.49 kB
    Add new SentenceTransformer model about 3 hours ago
  • vocab.txt
    3.16 MB
    Add new SentenceTransformer model 1 day ago