Skip to content

Commit 1e0bd11

Browse files
danilojslDevinTDHa
authored andcommitted
[SPARKNLP-1177] Solving typo in Python wrapper for RoBertaForMultipleChoice (#14567)
1 parent a8f4ad0 commit 1e0bd11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/sparknlp/annotator/classifier_dl/roberta_for_multiple_choice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def setChoicesDelimiter(self, value):
104104
return self._set(caseSensitive=value)
105105

106106
@keyword_only
107-
def __init__(self, classname="com.johnsnowlabs.nlp.annotators.classifier.dl.RobertaForMultipleChoice",
107+
def __init__(self, classname="com.johnsnowlabs.nlp.annotators.classifier.dl.RoBertaForMultipleChoice",
108108
java_model=None):
109109
super(RoBertaForMultipleChoice, self).__init__(
110110
classname=classname,

0 commit comments

Comments
 (0)