Instructions to use anhdt-dsai-02/BloomMT0_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use anhdt-dsai-02/BloomMT0_test with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloomz-3b") model = PeftModel.from_pretrained(base_model, "anhdt-dsai-02/BloomMT0_test") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
12efc5a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:412128c7aad57228ac7eaf024f98e00b278f9f1e0f46f374fb5e8cdbdd66b65a
size 9839224
|