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

  • Log In
  • Sign Up

msugimura
/
gatekeeper_agent_responding

Sentence Similarity
sentence-transformers
TensorBoard
Safetensors
Transformers
English
bert
feature-extraction
agent-routing
conversation-matching
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • sentence-transformers

    How to use msugimura/gatekeeper_agent_responding with sentence-transformers:

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

    How to use msugimura/gatekeeper_agent_responding with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("msugimura/gatekeeper_agent_responding")
    model = AutoModel.from_pretrained("msugimura/gatekeeper_agent_responding")
  • Notebooks
  • Google Colab
  • Kaggle
gatekeeper_agent_responding
535 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 32 commits
msugimura's picture
msugimura
Upload checkpoint-54/1_Pooling/config.json
c0cd5c0 verified 11 months ago
  • 1_Pooling
    Upload 1_Pooling/config.json 11 months ago
  • checkpoint-54
    Upload checkpoint-54/1_Pooling/config.json 11 months ago
  • runs
    Upload runs/Jun24_11-05-27_Mac.internal.company.lol/events.out.tfevents.1750781127.Mac.internal.company.lol.92848.0 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    4.87 kB
    Upload README.md 11 months ago
  • config.json
    618 Bytes
    Upload config.json 11 months ago
  • config_sentence_transformers.json
    199 Bytes
    Upload config_sentence_transformers.json 11 months ago
  • model.safetensors
    133 MB
    xet
    Upload model.safetensors 11 months ago
  • modules.json
    349 Bytes
    Upload modules.json 11 months ago
  • sentence_bert_config.json
    53 Bytes
    Upload sentence_bert_config.json 11 months ago
  • special_tokens_map.json
    695 Bytes
    Upload special_tokens_map.json 11 months ago
  • tokenizer.json
    712 kB
    Upload tokenizer.json 11 months ago
  • tokenizer_config.json
    1.46 kB
    Upload tokenizer_config.json 11 months ago
  • vocab.txt
    232 kB
    Upload vocab.txt 11 months ago