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

potsu-potsu
/
snowflake-arctic-embed-tsdae

Sentence Similarity
sentence-transformers
Safetensors
English
bert
feature-extraction
Generated from Trainer
dataset_size:396279
loss:DenoisingAutoEncoderLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use potsu-potsu/snowflake-arctic-embed-tsdae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use potsu-potsu/snowflake-arctic-embed-tsdae with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("potsu-potsu/snowflake-arctic-embed-tsdae")
    
    sentences = [
        "at of 6 years revealed with elevation and protein",
        "Cardiac examination at the age of 6 years revealed constrictive pericarditis with significant elevation of atrial filling pressures, consecutive hepatomegaly, and protein loosing enteropathy",
        "The overall mortality rate was 50%",
        "01), and deletion mutations in all nine exons of HPRT gene"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
snowflake-arctic-embed-tsdae
437 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
potsu-potsu's picture
potsu-potsu
Add new SentenceTransformer model
961fa98 verified 11 months ago
  • 1_Pooling
    Add new SentenceTransformer model 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    15.2 kB
    Add new SentenceTransformer model 11 months ago
  • config.json
    660 Bytes
    Add new SentenceTransformer model 11 months ago
  • config_sentence_transformers.json
    281 Bytes
    Add new SentenceTransformer model 11 months ago
  • model.safetensors
    436 MB
    xet
    Add new SentenceTransformer model 11 months ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model 11 months ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model 11 months ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model 11 months ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model 11 months ago
  • tokenizer_config.json
    1.41 kB
    Add new SentenceTransformer model 11 months ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model 11 months ago