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_tsdae2

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_tsdae2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use kategosari/cliffsofdover_tsdae2 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("kategosari/cliffsofdover_tsdae2")
    
    sentences = [
        "생성하는 각 자동으로 프로세스의 검토 상기 대한 하나의 적어도 적용하여 대한 상기 변환된 [MASK] 것 파일에 기계 부분을 인공 지능 상기 응답을 통해, 표현을",
        " 이 방법은 먼저 로봇의 주변 환경 (6)을 검출하는 이미지 시퀀스 (5)를 제공한다",
        "인공 지능 프로세스의 기계 검토 부분을 통해, 상기 변환된 파일에 대한 상기 적어도 하나의 표현을 적용하여 상기 각 질문에 대한 응답을 자동으로 생성하는 것",
        " 압축률 네트워크 모델에 기초하여 디코딩된 동영상의 프레임에 포함된 복수의 이미지 블록들 각각의 압축률을 획득하고, 획득된 복수의 압축률에 기초하여 프레임의 압축률을 획득한다"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
cliffsofdover_tsdae2
450 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kategosari's picture
kategosari
Add new SentenceTransformer model
aceaf51 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.3 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.48 kB
    Add new SentenceTransformer model 10 months ago
  • vocab.txt
    280 kB
    Add new SentenceTransformer model 10 months ago