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

  • Log In
  • Sign Up

cassador
/
indobert-t3

Sentence Similarity
sentence-transformers
PyTorch
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:10330
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use cassador/indobert-t3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use cassador/indobert-t3 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("cassador/indobert-t3")
    
    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
indobert-t3
997 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
cassador's picture
cassador
Update README.md
7a24247 verified almost 2 years ago
  • 1_Pooling
    first commit almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    16.1 kB
    Update README.md almost 2 years ago
  • config.json
    1.1 kB
    first commit almost 2 years ago
  • config_sentence_transformers.json
    201 Bytes
    first commit almost 2 years ago
  • model.safetensors
    498 MB
    xet
    first commit almost 2 years ago
  • modules.json
    229 Bytes
    first commit almost 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    498 MB
    xet
    first commit almost 2 years ago
  • sentence_bert_config.json
    53 Bytes
    first commit almost 2 years ago
  • special_tokens_map.json
    125 Bytes
    first commit almost 2 years ago
  • tokenizer.json
    709 kB
    first commit almost 2 years ago
  • tokenizer_config.json
    1.23 kB
    first commit almost 2 years ago
  • vocab.txt
    229 kB
    first commit almost 2 years ago