Instructions to use MysticShadow427/stable-lm-bibtext-hackout with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MysticShadow427/stable-lm-bibtext-hackout with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("stabilityai/stablelm-3b-4e1t") model = PeftModel.from_pretrained(base_model, "MysticShadow427/stable-lm-bibtext-hackout") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
4d0dd7f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f6412507915910934f40ff7a7f491e96a2a9f11585a30a93a779145e727a5910
size 103684242
|