Instructions to use KapitalK/course_eval_gpt2_medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use KapitalK/course_eval_gpt2_medium with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openai-community/gpt2-medium") model = PeftModel.from_pretrained(base_model, "KapitalK/course_eval_gpt2_medium") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
b36a95a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c9911baabf1648e44b6291971a51f179b1604818aa0241133406711e4dedefdc
size 5899514
|