Instructions to use shylee2021/llm-tolkien-3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use shylee2021/llm-tolkien-3b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-3b") model = PeftModel.from_pretrained(base_model, "shylee2021/llm-tolkien-3b") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
34808f8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:73fd69d3619422fc1c358569d17863dc439c84842e740f1776edaff1ba3b7794
size 19683045
|