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

siddharth-magesh
/
sqlchatbot

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

Instructions to use siddharth-magesh/sqlchatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use siddharth-magesh/sqlchatbot with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-1_5")
    model = PeftModel.from_pretrained(base_model, "siddharth-magesh/sqlchatbot")
  • Notebooks
  • Google Colab
  • Kaggle
sqlchatbot
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
siddharth-magesh's picture
siddharth-magesh
Upload PhiForCausalLM
73a4f5a verified almost 2 years ago
  • logs
    Training in progress, epoch 0 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.08 kB
    End of training almost 2 years ago
  • adapter_config.json
    657 Bytes
    Training in progress, epoch 0 almost 2 years ago
  • adapter_model.safetensors
    18.9 MB
    xet
    Training in progress, epoch 0 almost 2 years ago
  • config.json
    734 Bytes
    Upload PhiForCausalLM almost 2 years ago
  • dataset.parquet
    6.39 MB
    xet
    Training in progress, epoch 0 almost 2 years ago
  • generation_config.json
    69 Bytes
    Upload PhiForCausalLM almost 2 years ago
  • model-00001-of-00002.safetensors
    4.98 GB
    xet
    Upload PhiForCausalLM almost 2 years ago
  • model-00002-of-00002.safetensors
    688 MB
    xet
    Upload PhiForCausalLM almost 2 years ago
  • model.safetensors.index.json
    26.9 kB
    Upload PhiForCausalLM almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.training_args.OptimizerNames",
    • "torch.device",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_pt_utils.AcceleratorConfig"

    How to fix it?

    5.11 kB
    xet
    Training in progress, epoch 0 almost 2 years ago