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: 27 Bytes
0770e43 | 1 2 3 4 | ---
library_name: peft
---
|