Instructions to use mizoma/bloom_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mizoma/bloom_test with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-1b7") model = PeftModel.from_pretrained(base_model, "mizoma/bloom_test") - Notebooks
- Google Colab
- Kaggle
File size: 27 Bytes
0e92e89 | 1 2 3 4 | ---
library_name: peft
---
|