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

  • Log In
  • Sign Up

ZurichNLP
/
mlit-falcon-7b-ml3

PEFT
Model card Files Files and versions
xet
Community

Instructions to use ZurichNLP/mlit-falcon-7b-ml3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ZurichNLP/mlit-falcon-7b-ml3 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b")
    model = PeftModel.from_pretrained(base_model, "ZurichNLP/mlit-falcon-7b-ml3")
  • Notebooks
  • Google Colab
  • Kaggle
mlit-falcon-7b-ml3
525 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
tannonk's picture
tannonk
initial commit
0b1dff4 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    88 Bytes
    initial commit over 2 years ago
  • adapter_config.json
    489 Bytes
    initial commit over 2 years ago
  • adapter_model.bin
    522 MB
    xet
    initial commit over 2 years ago
  • special_tokens_map.json
    313 Bytes
    initial commit over 2 years ago
  • tokenizer.json
    2.73 MB
    initial commit over 2 years ago
  • tokenizer_config.json
    2.61 kB
    initial commit over 2 years ago