Instructions to use isashap/contexttrained-validationloss-waldomodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use isashap/contexttrained-validationloss-waldomodel with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("distilgpt2") model = PeftModel.from_pretrained(base_model, "isashap/contexttrained-validationloss-waldomodel") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
e0723e9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:165b7e65810dee0b3f3cdf265bf623066c6c4fce2570978936c031cc96730607
size 25341
|