Instructions to use rambollaakherati/example-first-try with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rambollaakherati/example-first-try with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-1b7") model = PeftModel.from_pretrained(base_model, "rambollaakherati/example-first-try") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
0770e43 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:abc2f9de5bcdc792138d566c0580df4f61376f49cdb394a297e925809f205c29
size 12600641
|