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

  • Log In
  • Sign Up

OpenPipe
/
lora_test

PEFT
Safetensors
llama
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use OpenPipe/lora_test with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B-Instruct")
    model = PeftModel.from_pretrained(base_model, "OpenPipe/lora_test")
  • Notebooks
  • Google Colab
  • Kaggle
lora_test
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kovsbo's picture
kovsbo
Upload 7 files
cb766b8 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    3.12 kB
    Upload 7 files about 1 year ago
  • adapter_config.json
    738 Bytes
    Upload 7 files about 1 year ago
  • adapter_model.safetensors
    42 MB
    xet
    Upload 7 files about 1 year ago
  • config.json
    882 Bytes
    Upload 7 files about 1 year ago
  • special_tokens_map.json
    444 Bytes
    Upload 7 files about 1 year ago
  • tokenizer.json
    9.09 MB
    Upload 7 files about 1 year ago
  • tokenizer_config.json
    66.7 kB
    Upload 7 files about 1 year ago