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

anon-nlp
/
sciembed-nodapt-ctx

Feature Extraction
sentence-transformers
Safetensors
English
modernbert
sentence-similarity
scientific-documents
citation-context
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use anon-nlp/sciembed-nodapt-ctx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use anon-nlp/sciembed-nodapt-ctx with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("anon-nlp/sciembed-nodapt-ctx")
    
    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
sciembed-nodapt-ctx
600 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
anon-nlp's picture
anon-nlp
Add model.safetensors
31ced58 verified 19 days ago
  • 1_Pooling
    Add config, tokenizer, model card 19 days ago
  • .gitattributes
    1.52 kB
    initial commit 19 days ago
  • README.md
    1.38 kB
    Add config, tokenizer, model card 19 days ago
  • config.json
    1.21 kB
    Add config, tokenizer, model card 19 days ago
  • config_sentence_transformers.json
    283 Bytes
    Add config, tokenizer, model card 19 days ago
  • model.safetensors
    596 MB
    xet
    Add model.safetensors 19 days ago
  • modules.json
    229 Bytes
    Add config, tokenizer, model card 19 days ago
  • sentence_bert_config.json
    57 Bytes
    Add config, tokenizer, model card 19 days ago
  • special_tokens_map.json
    694 Bytes
    Add config, tokenizer, model card 19 days ago
  • tokenizer.json
    3.58 MB
    Add config, tokenizer, model card 19 days ago
  • tokenizer_config.json
    20.8 kB
    Add config, tokenizer, model card 19 days ago