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

  • Log In
  • Sign Up

Vasanth
/
yi-text-to-sql

PEFT
TensorBoard
Safetensors
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Vasanth/yi-text-to-sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Vasanth/yi-text-to-sql with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("01-ai/Yi-9B")
    model = PeftModel.from_pretrained(base_model, "Vasanth/yi-text-to-sql")
  • Notebooks
  • Google Colab
  • Kaggle
yi-text-to-sql / runs
31 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Vasanth's picture
Vasanth
Model save
42db518 verified about 2 years ago
  • Mar08_13-47-18_b0422fe44c13
    Model save about 2 years ago
  • Mar08_14-34-57_158f837ff553
    Training in progress, epoch 1 about 2 years ago
  • Mar08_14-43-53_158f837ff553
    Training in progress, epoch 1 about 2 years ago
  • Mar08_14-48-12_158f837ff553
    Training in progress, epoch 1 about 2 years ago
  • Mar08_23-27-12_0e8b5de6a40f
    Model save about 2 years ago