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

  • Log In
  • Sign Up

whoisjones
/
finerweb-binary-classifier-mdeberta-gemma3

Text Classification
Transformers
Safetensors
deberta-v2
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use whoisjones/finerweb-binary-classifier-mdeberta-gemma3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use whoisjones/finerweb-binary-classifier-mdeberta-gemma3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="whoisjones/finerweb-binary-classifier-mdeberta-gemma3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("whoisjones/finerweb-binary-classifier-mdeberta-gemma3")
    model = AutoModelForSequenceClassification.from_pretrained("whoisjones/finerweb-binary-classifier-mdeberta-gemma3")
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Improve model card: Add pipeline tag, paper/code links, and usage example

#1 opened 5 months ago by
nielsr
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs