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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

azeemazam
/
Qwen2.5-0.5B-SQL

PEFT
Safetensors
text-to-sql
lora
qwen
fine-tuned
Model card Files Files and versions
xet
Community

Instructions to use azeemazam/Qwen2.5-0.5B-SQL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use azeemazam/Qwen2.5-0.5B-SQL with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-0.5B-Instruct")
    model = PeftModel.from_pretrained(base_model, "azeemazam/Qwen2.5-0.5B-SQL")
  • Notebooks
  • Google Colab
  • Kaggle
Qwen2.5-0.5B-SQL
282 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
azeemazam's picture
azeemazam
Update model card with YAML metadata
fc2db1f verified 27 days ago
  • checkpoint-2500
    Initial upload of Qwen2.5-0.5B SQL LoRA adapter 27 days ago
  • checkpoint-2976
    Initial upload of Qwen2.5-0.5B SQL LoRA adapter 27 days ago
  • .gitattributes
    1.7 kB
    Initial upload of Qwen2.5-0.5B SQL LoRA adapter 27 days ago
  • README.md
    1.71 kB
    Update model card with YAML metadata 27 days ago
  • adapter_config.json
    1.11 kB
    Initial upload of Qwen2.5-0.5B SQL LoRA adapter 27 days ago
  • adapter_model.safetensors
    35.2 MB
    xet
    Initial upload of Qwen2.5-0.5B SQL LoRA adapter 27 days ago
  • chat_template.jinja
    2.51 kB
    Initial upload of Qwen2.5-0.5B SQL LoRA adapter 27 days ago
  • tokenizer.json
    11.4 MB
    xet
    Initial upload of Qwen2.5-0.5B SQL LoRA adapter 27 days ago
  • tokenizer_config.json
    694 Bytes
    Initial upload of Qwen2.5-0.5B SQL LoRA adapter 27 days ago
  • training_args.bin

    Detected Pickle imports (10)

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

    How to fix it?

    5.71 kB
    xet
    Initial upload of Qwen2.5-0.5B SQL LoRA adapter 27 days ago