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

  • Log In
  • Sign Up

owaiskha9654
/
PicoClassifier

Text Classification
Transformers
PyTorch
Safetensors
bert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use owaiskha9654/PicoClassifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="owaiskha9654/PicoClassifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("owaiskha9654/PicoClassifier")
    model = AutoModelForSequenceClassification.from_pretrained("owaiskha9654/PicoClassifier")
  • Notebooks
  • Google Colab
  • Kaggle
PicoClassifier
876 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
owaiskha9654's picture
owaiskha9654
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
01ce21c about 3 years ago
  • .gitattributes
    744 Bytes
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • config.json
    1.27 kB
    add model almost 4 years ago
  • model.safetensors
    438 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    438 MB
    xet
    add model almost 4 years ago