Instructions to use arunma/falcon-chat-training-up with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use arunma/falcon-chat-training-up with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("arunma/falcon-chat-training-up") model = PeftModel.from_pretrained(base_model, "arunma/falcon-chat-training-up") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
247db74 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0d4f31c275db03eb89e922f4fc71645ef69350e1e69bb460298d5cd11d4a335b
size 522289229
|