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

  • Log In
  • Sign Up

PabloCano1
/
gemma3-4b-classifier

Text Classification
Transformers
Safetensors
gemma3
Model card Files Files and versions
xet
Community

Instructions to use PabloCano1/gemma3-4b-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use PabloCano1/gemma3-4b-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="PabloCano1/gemma3-4b-classifier")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSequenceClassification
    
    processor = AutoProcessor.from_pretrained("PabloCano1/gemma3-4b-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("PabloCano1/gemma3-4b-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
gemma3-4b-classifier
8.63 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
PabloCano1's picture
PabloCano1
Upload tokenizer
63f99af verified about 2 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer about 2 months ago
  • README.md
    5.17 kB
    Upload Gemma3ForSequenceClassification about 2 months ago
  • chat_template.jinja
    1.53 kB
    Upload tokenizer about 2 months ago
  • config.json
    2.84 kB
    Upload Gemma3ForSequenceClassification about 2 months ago
  • model.safetensors
    8.6 GB
    xet
    Upload Gemma3ForSequenceClassification about 2 months ago
  • tokenizer.json
    33.4 MB
    xet
    Upload tokenizer about 2 months ago
  • tokenizer_config.json
    716 Bytes
    Upload tokenizer about 2 months ago