Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

henrynguyen13
/
text-to-sql

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

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

  • Libraries
  • PEFT

    How to use henrynguyen13/text-to-sql with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("Salesforce/codet5-base")
    model = PeftModel.from_pretrained(base_model, "henrynguyen13/text-to-sql")
  • Notebooks
  • Google Colab
  • Kaggle
text-to-sql / runs
79 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
henrynguyen13's picture
henrynguyen13
Training in progress, epoch 1
9ec296a verified about 1 year ago
  • Mar09_04-48-49_57865206e96f
    Training in progress, epoch 1 about 1 year ago
  • Mar10_01-59-49_00bea517338d
    Training in progress, epoch 1 about 1 year ago
  • Mar10_07-16-02_c9155990133a
    Training in progress, epoch 1 about 1 year ago
  • Mar19_06-14-20_e4acee02c66a
    Training in progress, epoch 1 about 1 year ago
  • Mar19_08-25-55_e4acee02c66a
    Training in progress, epoch 1 about 1 year ago
  • Mar19_14-47-52_8cd230d85f2a
    Training in progress, epoch 1 about 1 year ago