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

  • Log In
  • Sign Up

Shrishml
/
dolly_lora3b

PEFT
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • PEFT

    How to use Shrishml/dolly_lora3b with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("databricks/dolly-v2-3b")
    model = PeftModel.from_pretrained(base_model, "Shrishml/dolly_lora3b")
  • Notebooks
  • Google Colab
  • Kaggle
dolly_lora3b
86.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model
9cf6916 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    128 Bytes
    Librarian Bot: Add base_model information to model over 2 years ago
  • adapter_config.json
    471 Bytes
    Upload model almost 3 years ago
  • adapter_model.bin
    84 MB
    xet
    Upload model almost 3 years ago
  • special_tokens_map.json
    228 Bytes
    Upload tokenizer almost 3 years ago
  • tokenizer.json
    2.11 MB
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    476 Bytes
    Upload tokenizer almost 3 years ago