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

niruemon
/
llm-swp

PEFT
Safetensors
8-bit precision
Model card Files Files and versions
xet
Community

Instructions to use niruemon/llm-swp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use niruemon/llm-swp with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("defog/llama-3-sqlcoder-8b")
    model = PeftModel.from_pretrained(base_model, "niruemon/llm-swp")
  • Notebooks
  • Google Colab
  • Kaggle
llm-swp
6.05 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
niruemon's picture
niruemon
up 24/9
2da5501 verified over 1 year ago
  • offload
    model upload over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.1 kB
    model upload over 1 year ago
  • _config.json
    762 Bytes
    Rename config.json to _config.json over 1 year ago
  • adapter_config.json
    725 Bytes
    up 24/9 over 1 year ago
  • adapter_model.bin
    168 MB
    xet
    model upload over 1 year ago
  • adapter_model.safetensors
    168 MB
    xet
    up 24/9 over 1 year ago
  • generation_config.json
    181 Bytes
    model upload over 1 year ago
  • handler.py
    2.08 kB
    Update handler.py over 1 year ago
  • keywords_query.txt
    4.3 kB
    model upload over 1 year ago
  • model-00001-of-00002.safetensors
    4.65 GB
    xet
    model upload over 1 year ago
  • model-00002-of-00002.safetensors
    1.05 GB
    xet
    model upload over 1 year ago
  • model.safetensors.index.json
    132 kB
    model upload over 1 year ago
  • question.json
    6.6 kB
    model upload over 1 year ago
  • special_tokens_map.json
    345 Bytes
    model upload over 1 year ago
  • tokenizer.json
    9.09 MB
    model upload over 1 year ago
  • tokenizer_config.json
    51 kB
    up 24/9 over 1 year ago