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

thomasgauthier
/
OpenPirate-LoRD

PEFT
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use thomasgauthier/OpenPirate-LoRD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use thomasgauthier/OpenPirate-LoRD with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("teknium/OpenHermes-2.5-Mistral-7B")
    model = PeftModel.from_pretrained(base_model, "thomasgauthier/OpenPirate-LoRD")
  • Notebooks
  • Google Colab
  • Kaggle
OpenPirate-LoRD
340 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
thomasgauthier's picture
thomasgauthier
[BUGFIX] renamed tensors for PEFT compatibility
c955f08 over 2 years ago
  • .ipynb_checkpoints
    Upload folder using huggingface_hub over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    334 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • adapter_config.json
    698 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • adapter_model.safetensors
    340 MB
    xet
    [BUGFIX] renamed tensors for PEFT compatibility over 2 years ago