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

  • Log In
  • Sign Up

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

PEFT
Model card Files Files and versions
xet
Community

Instructions to use PELAB-LiU/deepseek-coder-6.7b-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-6.7b-base-Text2VQL-LoRA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-coder-6.7b-base")
    model = PeftModel.from_pretrained(base_model, "PELAB-LiU/deepseek-coder-6.7b-base-Text2VQL-LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
deepseek-coder-6.7b-base-Text2VQL-LoRA
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
antolin's picture
antolin
final model
8d38cb4 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?

    33.6 MB
    xet
    final model almost 2 years ago