Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

haricharanhl22
/
ecommerce-distributed-sql

Text Generation
PEFT
Safetensors
English
sql
distributed-databases
qlora
fine-tuned
e-commerce
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use haricharanhl22/ecommerce-distributed-sql with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/Llama-3.2-3B")
    model = PeftModel.from_pretrained(base_model, "haricharanhl22/ecommerce-distributed-sql")
  • Notebooks
  • Google Colab
  • Kaggle
ecommerce-distributed-sql
26.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
haricharanhl22's picture
haricharanhl22
Update adapter_config.json
b8d6daf verified about 1 month ago
  • .gitattributes
    1.57 kB
    Upload tokenizer about 1 month ago
  • README.md
    3.1 kB
    Update README.md about 1 month ago
  • adapter_config.json
    974 Bytes
    Update adapter_config.json about 1 month ago
  • adapter_model.safetensors
    9.19 MB
    xet
    Upload model about 1 month ago
  • tokenizer.json
    17.2 MB
    xet
    Upload tokenizer about 1 month ago
  • tokenizer_config.json
    421 Bytes
    Upload tokenizer about 1 month ago