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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

GrimSqueaker
/
ProtSent-V2.5-35M

Sentence Similarity
sentence-transformers
Safetensors
English
esm
feature-extraction
protein
esm2
biology
Model card Files Files and versions
xet
Community

Instructions to use GrimSqueaker/ProtSent-V2.5-35M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use GrimSqueaker/ProtSent-V2.5-35M with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("GrimSqueaker/ProtSent-V2.5-35M")
    
    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
ProtSent-V2.5-35M
134 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
GrimSqueaker's picture
GrimSqueaker
model card: config, results, GOR ablation
9522c01 verified about 13 hours ago
  • 1_Pooling
    ProtSent-V2.5 35M: V2 + GOR + DMS CoSENT about 18 hours ago
  • .gitattributes
    1.52 kB
    initial commit about 18 hours ago
  • README.md
    3.87 kB
    model card: config, results, GOR ablation about 13 hours ago
  • config.json
    1.64 kB
    ProtSent-V2.5 35M: V2 + GOR + DMS CoSENT about 18 hours ago
  • config_sentence_transformers.json
    284 Bytes
    ProtSent-V2.5 35M: V2 + GOR + DMS CoSENT about 18 hours ago
  • fastplms_bundle.py
    138 kB
    ProtSent-V2.5 35M: V2 + GOR + DMS CoSENT about 18 hours ago
  • model.safetensors
    134 MB
    xet
    ProtSent-V2.5 35M: V2 + GOR + DMS CoSENT about 18 hours ago
  • modeling_fastplms.py
    7.73 kB
    ProtSent-V2.5 35M: V2 + GOR + DMS CoSENT about 18 hours ago
  • modules.json
    277 Bytes
    ProtSent-V2.5 35M: V2 + GOR + DMS CoSENT about 18 hours ago
  • sentence_bert_config.json
    241 Bytes
    ProtSent-V2.5 35M: V2 + GOR + DMS CoSENT about 18 hours ago
  • tokenizer_config.json
    1.15 kB
    ProtSent-V2.5 35M: V2 + GOR + DMS CoSENT about 18 hours ago
  • training_args.bin
    5.59 kB
    xet
    ProtSent-V2.5 35M: V2 + GOR + DMS CoSENT about 18 hours ago
  • vocab.txt
    93 Bytes
    ProtSent-V2.5 35M: V2 + GOR + DMS CoSENT about 18 hours ago