Skip to content

Commit fcccc98

Browse files
Update tt.py
1 parent a9e3026 commit fcccc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ML/modelling/tt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def __init__(
77
num_classes: int = 2,
88
input_dim: int = 768,
99
classifier_head: torchtext.models = RobertaClassificationHead,
10-
model: torchtext.models = XLMR_LARGE_ENCODER,
10+
model: torchtext.models = ROBERTA_BASE_ENCODER,
1111
) -> None:
1212
super().__init__()
1313
self.num_classes = num_classes

0 commit comments

Comments
 (0)