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

alifzl
/
gemma-2b-sql

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

Instructions to use alifzl/gemma-2b-sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use alifzl/gemma-2b-sql with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2b")
    model = PeftModel.from_pretrained(base_model, "alifzl/gemma-2b-sql")
  • Notebooks
  • Google Colab
  • Kaggle
gemma-2b-sql / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
alifzl's picture
alifzl
End of training
bd11f1b verified about 2 years ago
  • Mar24_20-39-59_ae2965d88701
    End of training about 2 years ago
  • Mar24_20-49-02_ae2965d88701
    End of training about 2 years ago
  • Mar30_20-46-44_7bcc0e8488a8
    End of training about 2 years ago