Instructions to use SlothCodes/flan-t5-ppo-truthfulqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SlothCodes/flan-t5-ppo-truthfulqa with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-base") model = PeftModel.from_pretrained(base_model, "SlothCodes/flan-t5-ppo-truthfulqa") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
b4cd92a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
size 791656
|