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

  • Log In
  • Sign Up

mou3az
/
QGfinal

PEFT
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use mou3az/QGfinal with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-560m")
    model = PeftModel.from_pretrained(base_model, "mou3az/QGfinal")
  • Notebooks
  • Google Colab
  • Kaggle
QGfinal
4.33 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
mou3az's picture
mou3az
Update README.md
f3c35fd verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    60 Bytes
    Update README.md almost 2 years ago
  • adapter_config.json
    641 Bytes
    Rename adapter_config (4).json to adapter_config.json almost 2 years ago
  • adapter_model.safetensors
    4.33 MB
    xet
    Rename adapter_model (4).safetensors to adapter_model.safetensors almost 2 years ago