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

kategosari
/
cliffsofdover_tsdae

Sentence Similarity
sentence-transformers
Safetensors
electra
feature-extraction
Generated from Trainer
dataset_size:53333
loss:DenoisingAutoEncoderLoss
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use kategosari/cliffsofdover_tsdae with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("kategosari/cliffsofdover_tsdae")
    
    sentences = [
        "빌리프 모델 인공 개선에 것이다. 및 컴퓨터 관한 네트워크 대한 지능 모델링의 [MASK] 토픽 구현 모델에",
        " 클레임 프로세스를 자동화하고 인공 지능, 연결된 홈 디바이스, 및 증강 현실과 같은 기술 툴을 활용하여 고객에게 더 신속한 클레임 핸들링의 필요성을 해결하고자 한다.",
        " 인공 지능 모델 및 베이지안 빌리프 네트워크 모델에 대한 컴퓨터 구현 토픽 모델링의 개선에 관한 것이다.",
        " 인공 지능을 활용하여 데이터를 자동으로 통합하고 데이터의 통합된 뷰를 생성함으로써 상이한 데이터 소스로부터의 데이터를 통합하는 프로세스를 해결하고자 한다."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
cliffsofdover_tsdae
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kategosari's picture
kategosari
Add new SentenceTransformer model
3800696 verified 10 months ago
  • 1_Pooling
    Add new SentenceTransformer model 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    15.9 kB
    Add new SentenceTransformer model 10 months ago
  • config.json
    732 Bytes
    Add new SentenceTransformer model 10 months ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model 10 months ago
  • model.safetensors
    449 MB
    xet
    Add new SentenceTransformer model 10 months ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model 10 months ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model 10 months ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model 10 months ago
  • tokenizer.json
    832 kB
    Add new SentenceTransformer model 10 months ago
  • tokenizer_config.json
    1.29 kB
    Add new SentenceTransformer model 10 months ago
  • vocab.txt
    280 kB
    Add new SentenceTransformer model 10 months ago