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

HeyDunaX
/
Tay_Embedding

Sentence Similarity
sentence-transformers
Safetensors
xlm-roberta
feature-extraction
dense
Generated from Trainer
dataset_size:20554
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use HeyDunaX/Tay_Embedding with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("HeyDunaX/Tay_Embedding")
    
    sentences = [
        "bon",
        "cây mon",
        "đổ chậu nước",
        "yên phận làm ăn"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
Tay_Embedding
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
HeyDunaX's picture
HeyDunaX
Tay–Vietnamese embedding trained with contrastive learning
180af21 verified 3 months ago
  • 1_Pooling
    Tay–Vietnamese embedding trained with contrastive learning 3 months ago
  • .gitattributes
    1.57 kB
    Tay–Vietnamese embedding trained with contrastive learning 3 months ago
  • README.md
    16.7 kB
    Tay–Vietnamese embedding trained with contrastive learning 3 months ago
  • config.json
    743 Bytes
    Tay–Vietnamese embedding trained with contrastive learning 3 months ago
  • config_sentence_transformers.json
    282 Bytes
    Tay–Vietnamese embedding trained with contrastive learning 3 months ago
  • model.safetensors
    2.27 GB
    xet
    Tay–Vietnamese embedding trained with contrastive learning 3 months ago
  • modules.json
    349 Bytes
    Tay–Vietnamese embedding trained with contrastive learning 3 months ago
  • sentence_bert_config.json
    58 Bytes
    Tay–Vietnamese embedding trained with contrastive learning 3 months ago
  • tokenizer.json
    16.8 MB
    xet
    Tay–Vietnamese embedding trained with contrastive learning 3 months ago
  • tokenizer_config.json
    418 Bytes
    Tay–Vietnamese embedding trained with contrastive learning 3 months ago