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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Huyle2501
/
classifier-assignment01_ModernBERT

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 Huyle2501/classifier-assignment01_ModernBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Huyle2501/classifier-assignment01_ModernBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Huyle2501/classifier-assignment01_ModernBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Huyle2501/classifier-assignment01_ModernBERT")
    model = AutoModelForSequenceClassification.from_pretrained("Huyle2501/classifier-assignment01_ModernBERT", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
classifier-assignment01_ModernBERT / runs
51 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Huyle2501's picture
Huyle2501
End of training
d829e82 verified 11 months ago
  • Sep17_08-51-40_28348ba2caf1
    Training in progress, step 500 11 months ago
  • Sep17_08-58-46_28348ba2caf1
    Training in progress, step 500 11 months ago
  • Sep17_09-08-48_28348ba2caf1
    Training in progress, step 500 11 months ago
  • Sep17_09-22-48_28348ba2caf1
    Training in progress, step 500 11 months ago
  • Sep17_09-26-23_28348ba2caf1
    Training in progress, step 500 11 months ago
  • Sep17_09-26-50_28348ba2caf1
    Training in progress, step 500 11 months ago
  • Sep17_09-35-11_28348ba2caf1
    Training in progress, step 500 11 months ago
  • Sep17_09-37-06_28348ba2caf1
    End of training 11 months ago