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 a9e3026 commit fcccc98Copy full SHA for fcccc98
ML/modelling/tt.py
@@ -7,7 +7,7 @@ def __init__(
7
num_classes: int = 2,
8
input_dim: int = 768,
9
classifier_head: torchtext.models = RobertaClassificationHead,
10
- model: torchtext.models = XLMR_LARGE_ENCODER,
+ model: torchtext.models = ROBERTA_BASE_ENCODER,
11
) -> None:
12
super().__init__()
13
self.num_classes = num_classes
0 commit comments