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

  • Log In
  • Sign Up

T-Blue
/
tsdae_pro_mbert

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

Instructions to use T-Blue/tsdae_pro_mbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use T-Blue/tsdae_pro_mbert with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("T-Blue/tsdae_pro_mbert")
    
    sentences = [
        "ढचणच𑀟च𑀟",
        "ढ𑀢ढल𑀢𑁣ब𑀪चध𑀫ण ढचणच𑀟च𑀟 𑀞नलच𑀠च𑀟च𑀤च𑀪पच𑀯",
        " णच 𑀪𑀢𑀞𑁦 𑀱च𑀟𑀟च𑀟 𑀠न𑀞च𑀠𑀢𑀟 𑀫च𑀪 𑀤न𑀱च 𑀭थ𑁢𑀰𑀯",
        " च त𑀢𑀞𑀢𑀟 𑀠च𑀘चल𑀢𑀳च𑀪𑀠च𑀟च𑀤च𑀪पच𑀯"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
tsdae_pro_mbert
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
T-Blue's picture
T-Blue
Add new SentenceTransformer model.
00058f9 verified almost 2 years ago
  • 1_Pooling
    Add new SentenceTransformer model. almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    14 kB
    Add new SentenceTransformer model. almost 2 years ago
  • config.json
    658 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • config_sentence_transformers.json
    201 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • model.safetensors
    438 MB
    xet
    Add new SentenceTransformer model. almost 2 years ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • special_tokens_map.json
    125 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model. almost 2 years ago
  • tokenizer_config.json
    1.19 kB
    Add new SentenceTransformer model. almost 2 years ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model. almost 2 years ago