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

mrlowkey
/
test_wizardvincuna

PEFT
Model card Files Files and versions
xet
Community
1

Instructions to use mrlowkey/test_wizardvincuna with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use mrlowkey/test_wizardvincuna with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("ehartford/WizardLM-7B-Uncensored")
    model = PeftModel.from_pretrained(base_model, "mrlowkey/test_wizardvincuna")
  • Notebooks
  • Google Colab
  • Kaggle
test_wizardvincuna
33.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
mrlowkey's picture
mrlowkey
basic training
c6cc46c about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    27 Bytes
    basic training about 3 years ago
  • adapter_config.json
    431 Bytes
    basic training about 3 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
    basic training about 3 years ago