ConPlag Experiments
Collection
48 items
•
Updated
buelfhood/ConPlag_1_unixcoder_ep30_bs16_lr0_0005_l512_s42_ppy_f_beta_score_2_houlsby
for microsoft/unixcoder-base-nine
An adapter for the microsoft/unixcoder-base-nine
model that was trained on the buelfhood/ConPlag_Split dataset and includes a prediction head for classification.
This adapter was created for usage with the Adapters library.
First, install adapters
:
pip install -U adapters
Now, the adapter can be loaded and activated like this:
from adapters import AutoAdapterModel
model = AutoAdapterModel.from_pretrained("microsoft/unixcoder-base-nine")
adapter_name = model.load_adapter("buelfhood/ConPlag_1_unixcoder_ep30_bs16_lr0_0005_l512_s42_ppy_f_beta_score_2_houlsby", set_active=True)