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

KRLabsOrg
/
verbatim-rag-modern-bert-v1

Text Classification
Transformers
Safetensors
English
modernbert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use KRLabsOrg/verbatim-rag-modern-bert-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use KRLabsOrg/verbatim-rag-modern-bert-v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="KRLabsOrg/verbatim-rag-modern-bert-v1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("KRLabsOrg/verbatim-rag-modern-bert-v1")
    model = AutoModel.from_pretrained("KRLabsOrg/verbatim-rag-modern-bert-v1")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
verbatim-rag-modern-bert-v1
600 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 9 commits
adaamko's picture
adaamko
Update README.md
fcd5915 verified 11 days ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    7.93 kB
    Update README.md 11 days ago
  • config.json
    1.3 kB
    Upload sentence-relevance model 11 months ago
  • model.safetensors
    596 MB
    xet
    Upload sentence-relevance model 11 months ago
  • special_tokens_map.json
    694 Bytes
    Upload sentence-relevance model 11 months ago
  • tokenizer.json
    3.58 MB
    Upload sentence-relevance model 11 months ago
  • tokenizer_config.json
    20.9 kB
    Upload sentence-relevance model 11 months ago