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

  • Log In
  • Sign Up

KDHyun08
/
TAACO_STS

Sentence Similarity
sentence-transformers
PyTorch
Transformers
Korean
bert
feature-extraction
TAACO
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • sentence-transformers

    How to use KDHyun08/TAACO_STS with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("KDHyun08/TAACO_STS")
    
    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]
  • Transformers

    How to use KDHyun08/TAACO_STS with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("KDHyun08/TAACO_STS")
    model = AutoModel.from_pretrained("KDHyun08/TAACO_STS")
  • Notebooks
  • Google Colab
  • Kaggle
TAACO_STS
444 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
KDHyun08's picture
KDHyun08
Upload with huggingface_hub
53f72d8 almost 4 years ago
  • 1_Pooling
    Upload with huggingface_hub almost 4 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • .gitignore
    11 Bytes
    Upload with huggingface_hub almost 4 years ago
  • README.md
    8.25 kB
    Upload with huggingface_hub almost 4 years ago
  • config.json
    624 Bytes
    Upload with huggingface_hub almost 4 years ago
  • config_sentence_transformers.json
    123 Bytes
    Upload with huggingface_hub almost 4 years ago
  • modules.json
    229 Bytes
    Upload with huggingface_hub almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    443 MB
    xet
    Upload with huggingface_hub almost 4 years ago
  • sentence_bert_config.json
    52 Bytes
    Upload with huggingface_hub almost 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload with huggingface_hub almost 4 years ago
  • tokenizer.json
    752 kB
    Upload with huggingface_hub almost 4 years ago
  • tokenizer_config.json
    552 Bytes
    Upload with huggingface_hub almost 4 years ago
  • vocab.txt
    248 kB
    Upload with huggingface_hub almost 4 years ago