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

  • Log In
  • Sign Up

derrickzhu
/
EllieSQL_Router_Checkpoints

Text Classification
Transformers
Safetensors
text-to-sql
router
complexity-aware
qwen2.5
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use derrickzhu/EllieSQL_Router_Checkpoints with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="derrickzhu/EllieSQL_Router_Checkpoints")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("derrickzhu/EllieSQL_Router_Checkpoints", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
EllieSQL_Router_Checkpoints
6.05 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
nielsr's picture
nielsr HF Staff
Improve model card: Add pipeline tag, library name, GitHub link, and usage example
4589e2e verified 9 months ago
  • qwen_classification_sft
    add: classification/cascading routers' checkpoints about 1 year ago
  • qwen_dpo
    add: Qwen DPO router about 1 year ago
  • qwen_pairwise_sft
    add: classification/cascading routers' checkpoints about 1 year ago
  • roberta_cascade_sft
    add: classification/cascading routers' checkpoints about 1 year ago
  • roberta_classification_sft
    add: classification/cascading routers' checkpoints about 1 year ago
  • .gitattributes
    1.58 kB
    add: Qwen DPO router about 1 year ago
  • README.md
    5.9 kB
    Improve model card: Add pipeline tag, library name, GitHub link, and usage example 9 months ago