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

hivetrace
/
modernbert-text-cls-vllm-error

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

Instructions to use hivetrace/modernbert-text-cls-vllm-error with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hivetrace/modernbert-text-cls-vllm-error with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="hivetrace/modernbert-text-cls-vllm-error")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("hivetrace/modernbert-text-cls-vllm-error")
    model = AutoModelForSequenceClassification.from_pretrained("hivetrace/modernbert-text-cls-vllm-error")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert-text-cls-vllm-error
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Bogdan
Add tokenizer - F1: 0.840
d408621 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    5.17 kB
    ModernBERT training completed - F1: 0.840 7 months ago
  • config.json
    2.32 kB
    ModernBERT training completed - F1: 0.840 7 months ago
  • model.safetensors
    598 MB
    LFS
    ModernBERT training completed - F1: 0.840 7 months ago
  • special_tokens_map.json
    837 Bytes
    Add tokenizer - F1: 0.840 7 months ago
  • tokenizer.json
    4.75 MB
    Add tokenizer - F1: 0.840 7 months ago
  • tokenizer_config.json
    19.9 kB
    Add tokenizer - F1: 0.840 7 months ago