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

  • Log In
  • Sign Up

nidhi9
/
sql_classifier

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

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

  • Libraries
  • Transformers

    How to use nidhi9/sql_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="nidhi9/sql_classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("nidhi9/sql_classifier")
    model = AutoModelForSequenceClassification.from_pretrained("nidhi9/sql_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
sql_classifier
876 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
nidhi9's picture
nidhi9
mumuksha's picture
mumuksha
upload pytorch_model.bin (#1)
1795586 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    737 Bytes
    Upload config.json over 2 years ago
  • model.safetensors
    438 MB
    xet
    Rename pytorch_model.bin to model.safetensors over 2 years ago
  • pytorch_model.bin
    438 MB
    xet
    upload pytorch_model.bin (#1) about 2 years ago