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: 129 Bytes
4d0dd7f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ec519705744da64eebcf053230997257264556768cb509ed654c0249e0986b33
size 4408
|