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

KennethTM
/
MiniLM-L6-danish-reranker

Text Ranking
sentence-transformers
PyTorch
Safetensors
Danish
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

Instructions to use KennethTM/MiniLM-L6-danish-reranker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use KennethTM/MiniLM-L6-danish-reranker with sentence-transformers:

    from sentence_transformers import CrossEncoder
    
    model = CrossEncoder("KennethTM/MiniLM-L6-danish-reranker")
    
    query = "Which planet is known as the Red Planet?"
    passages = [
    	"Venus is often called Earth's twin because of its similar size and proximity.",
    	"Mars, known for its reddish appearance, is often referred to as the Red Planet.",
    	"Jupiter, the largest planet in our solar system, has a prominent red spot.",
    	"Saturn, famous for its rings, is sometimes mistaken for the Red Planet."
    ]
    
    scores = model.predict([(query, passage) for passage in passages])
    print(scores)
  • Notebooks
  • Google Colab
  • Kaggle
MiniLM-L6-danish-reranker
Ctrl+K
Ctrl+K
  • 3 contributors
History: 8 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
90249cc verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.97 kB
    Update README.md over 2 years ago
  • config.json
    852 Bytes
    initial comiit over 2 years ago
  • model.safetensors
    90.9 MB
    xet
    Adding `safetensors` variant of this model over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    90.9 MB
    xet
    initial comiit over 2 years ago
  • special_tokens_map.json
    125 Bytes
    initial comiit over 2 years ago
  • tokenizer.json
    725 kB
    initial comiit over 2 years ago
  • tokenizer_config.json
    294 Bytes
    initial comiit over 2 years ago