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

ptrc
/
gemma-text-to-sql-modified

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

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

  • Libraries
  • PEFT

    How to use ptrc/gemma-text-to-sql-modified with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("google/gemma-3-4b-pt")
    model = PeftModel.from_pretrained(base_model, "ptrc/gemma-text-to-sql-modified")
  • Notebooks
  • Google Colab
  • Kaggle
gemma-text-to-sql-modified
2.88 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
ptrc's picture
ptrc
Model save
b0ec0fc verified about 1 year ago
  • runs
    Training in progress, epoch 4 about 1 year ago
  • .gitattributes
    1.57 kB
    Training in progress, epoch 1 about 1 year ago
  • README.md
    1.32 kB
    Model save about 1 year ago
  • adapter_config.json
    926 Bytes
    Training in progress, epoch 1 about 1 year ago
  • adapter_model.safetensors
    2.84 GB
    xet
    Training in progress, epoch 4 about 1 year ago
  • added_tokens.json
    35 Bytes
    Training in progress, epoch 1 about 1 year ago
  • special_tokens_map.json
    662 Bytes
    Training in progress, epoch 1 about 1 year ago
  • tokenizer.json
    33.4 MB
    xet
    Training in progress, epoch 1 about 1 year ago
  • tokenizer.model
    4.69 MB
    xet
    Training in progress, epoch 1 about 1 year ago
  • tokenizer_config.json
    1.16 MB
    Training in progress, epoch 1 about 1 year ago
  • training_args.bin

    Detected Pickle imports (10)

    • "transformers.training_args.OptimizerNames",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.SaveStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "trl.trainer.sft_config.SFTConfig"

    How to fix it?

    5.62 kB
    xet
    Training in progress, epoch 1 about 1 year ago