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

realAABeigi
/
ZAT-E1

Sentence Similarity
sentence-transformers
Safetensors
roberta
feature-extraction
Generated from Trainer
Embedding
RAG
Logical-Embedding
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use realAABeigi/ZAT-E1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use realAABeigi/ZAT-E1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("realAABeigi/ZAT-E1")
    
    sentences = [
        "The sign says the ice is very thin and skating is strictly forbidden.",
        "If you go out on the lake, you will likely fall through and get hurt.",
        "The sign says the ice is not thin and skating is not strictly forbidden."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
ZAT-E1
332 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
realAABeigi's picture
realAABeigi
Update README.md
be07ae7 verified about 2 months ago
  • 1_Pooling
    Rename ZAT-E1/1_Pooling/config.json to 1_Pooling/config.json about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    3.89 kB
    Update README.md about 2 months ago
  • config.json
    745 Bytes
    Rename ZAT-E1/config.json to config.json about 2 months ago
  • config_sentence_transformers.json
    283 Bytes
    Rename ZAT-E1/config_sentence_transformers.json to config_sentence_transformers.json about 2 months ago
  • model.safetensors
    328 MB
    xet
    Rename ZAT-E1/model.safetensors to model.safetensors about 2 months ago
  • modules.json
    429 Bytes
    Rename ZAT-E1/modules.json to modules.json about 2 months ago
  • sentence_bert_config.json
    241 Bytes
    Rename ZAT-E1/sentence_bert_config.json to sentence_bert_config.json about 2 months ago
  • tokenizer.json
    3.56 MB
    Rename ZAT-E1/tokenizer.json to tokenizer.json about 2 months ago
  • tokenizer_config.json
    579 Bytes
    Rename ZAT-E1/tokenizer_config.json to tokenizer_config.json about 2 months ago