Views
No views yet
selimyagci/pm_task_gpt2 for distilgpt2distilgpt2 model that was trained on the None dataset and includes a prediction head for causal lm.adapters:pip install -U adapters1from adapters import AutoAdapterModel
2
3model = AutoAdapterModel.from_pretrained("distilgpt2")
4adapter_name = model.load_adapter("selimyagci/pm_task_gpt2", set_active=True)