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

rycerzes
/
nirjas-gate

Model2Vec
Safetensors
sentence-transformers
embeddings
static-embeddings
Model card Files Files and versions
xet
Community

Instructions to use rycerzes/nirjas-gate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Model2Vec

    How to use rycerzes/nirjas-gate with Model2Vec:

    from model2vec import StaticModel
    
    model = StaticModel.from_pretrained("rycerzes/nirjas-gate")
  • sentence-transformers

    How to use rycerzes/nirjas-gate with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("rycerzes/nirjas-gate")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
nirjas-gate
138 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
rycerzes's picture
rycerzes
Upload folder using huggingface_hub
ab68c1d verified 1 day ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 1 day ago
  • README.md
    1.81 kB
    Upload folder using huggingface_hub 1 day ago
  • config.json
    59 Bytes
    Upload folder using huggingface_hub 1 day ago
  • gate_meta.json
    205 Bytes
    Upload folder using huggingface_hub 1 day ago
  • metrics.json
    205 Bytes
    Upload folder using huggingface_hub 1 day ago
  • model.safetensors
    129 MB
    xet
    Upload folder using huggingface_hub 1 day ago
  • modules.json
    278 Bytes
    Upload folder using huggingface_hub 1 day ago
  • pipeline.skops
    7.44 MB
    xet
    Upload folder using huggingface_hub 1 day ago
  • tokenizer.json
    987 kB
    Upload folder using huggingface_hub 1 day ago