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

  • Log In
  • Sign Up

Crystalcareai
/
Lora

PEFT
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use Crystalcareai/Lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/zephyr-7b-alpha")
    model = PeftModel.from_pretrained(base_model, "Crystalcareai/Lora")
  • Notebooks
  • Google Colab
  • Kaggle
Lora
29.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Crystalcareai's picture
Crystalcareai
Upload 7 files
c1b20a4 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    88 Bytes
    Upload 7 files over 2 years ago
  • adapter_config.json
    476 Bytes
    Upload 7 files over 2 years ago
  • adapter_model.bin
    27.4 MB
    xet
    Upload 7 files over 2 years ago
  • special_tokens_map.json
    624 Bytes
    Upload 7 files over 2 years ago
  • tokenizer.json
    1.8 MB
    Upload 7 files over 2 years ago
  • tokenizer.model
    493 kB
    xet
    Upload 7 files over 2 years ago
  • tokenizer_config.json
    1.43 kB
    Upload 7 files over 2 years ago