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

PELAB-LiU
/
deepseek-coder-1.3b-base-Text2VQL-LoRA

PEFT
Model card Files Files and versions
xet
Community

Instructions to use PELAB-LiU/deepseek-coder-1.3b-base-Text2VQL-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use PELAB-LiU/deepseek-coder-1.3b-base-Text2VQL-LoRA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-coder-1.3b-base")
    model = PeftModel.from_pretrained(base_model, "PELAB-LiU/deepseek-coder-1.3b-base-Text2VQL-LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
deepseek-coder-1.3b-base-Text2VQL-LoRA
12.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
antolin's picture
antolin
Upload model
e2a68ee verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    88 Bytes
    Upload model almost 2 years ago
  • adapter_config.json
    485 Bytes
    Upload model almost 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    12.7 MB
    xet
    Upload model almost 2 years ago