Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

underscore2
/
modernbert_agree_classifier

Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use underscore2/modernbert_agree_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use underscore2/modernbert_agree_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="underscore2/modernbert_agree_classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("underscore2/modernbert_agree_classifier")
    model = AutoModelForSequenceClassification.from_pretrained("underscore2/modernbert_agree_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert_agree_classifier
1.59 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
underscore2's picture
underscore2
End of training
f6d7a97 verified 12 months ago
  • runs
    End of training 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    1.86 kB
    End of training 12 months ago
  • config.json
    1.4 kB
    End of training 12 months ago
  • model.safetensors
    1.58 GB
    xet
    End of training 12 months ago
  • special_tokens_map.json
    694 Bytes
    End of training 12 months ago
  • tokenizer.json
    3.58 MB
    End of training 12 months ago
  • tokenizer_config.json
    20.8 kB
    End of training 12 months ago
  • training_args.bin
    5.3 kB
    xet
    End of training 12 months ago