Skip to content

Commit 0ca0097

Browse files
committed
fix minor mistake
1 parent 3c06db6 commit 0ca0097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autointent/modules/scoring/_linear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class LinearScorer(ScoringModule):
4949
5050
from autointent.modules import LinearScorer
5151
from autointent import Dataset
52-
dataset = Dataset.from_datasets("AutoIntent/banking77_ru")
52+
dataset = Dataset.from_datasets("AutoIntent/banking77")
5353
scorer = LinearScorer(
5454
embedder_name="sergeyzh/rubert-tiny-turbo",
5555
)

0 commit comments

Comments
 (0)