We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef39bb commit ad04095Copy full SHA for ad04095
autointent/modules/scoring/_ptuning/ptuning.py
@@ -7,7 +7,7 @@
7
import numpy.typing as npt
8
import torch
9
from datasets import Dataset
10
-from peft import PromptEncoderConfig, get_peft_model # type: ignore[attr-defined]
+from peft import PromptEncoderConfig, get_peft_model
11
from transformers import ( # type: ignore[attr-defined]
12
AutoModelForSequenceClassification,
13
AutoTokenizer,
0 commit comments