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
/
lettucedect-base-modernbert-en-v1

Token Classification
Transformers
Safetensors
English
modernbert
token classification
hallucination detection
Model card Files Files and versions
xet
Community
3

Instructions to use KRLabsOrg/lettucedect-base-modernbert-en-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use KRLabsOrg/lettucedect-base-modernbert-en-v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="KRLabsOrg/lettucedect-base-modernbert-en-v1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("KRLabsOrg/lettucedect-base-modernbert-en-v1")
    model = AutoModelForTokenClassification.from_pretrained("KRLabsOrg/lettucedect-base-modernbert-en-v1")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
lettucedect-base-modernbert-en-v1
602 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
adaamko's picture
adaamko
tomaarsen's picture
tomaarsen HF Staff
Remove 'reference_compile' from config.json (#2)
bbd7783 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    4.64 kB
    Update README.md about 1 year ago
  • config.json
    1.27 kB
    Remove 'reference_compile' from config.json (#2) about 1 year ago
  • model.safetensors
    598 MB
    xet
    Upload ModernBertForTokenClassification over 1 year ago
  • special_tokens_map.json
    694 Bytes
    Upload tokenizer over 1 year ago
  • tokenizer.json
    3.58 MB
    Upload tokenizer over 1 year ago
  • tokenizer_config.json
    20.8 kB
    Upload tokenizer over 1 year ago