corrected test to reflect changes in BPE trainer
This commit is contained in:
@@ -12,8 +12,7 @@ class TestTrainBPE:
|
||||
|
||||
TRAINER = BPE.NanoSocraTrainerPool(
|
||||
int(32E3),
|
||||
["<SOT>", "<EOT>"],
|
||||
40
|
||||
["<SOT>", "<EOT>"]
|
||||
)
|
||||
|
||||
TEXT = "abababab"
|
||||
|
||||
Reference in New Issue
Block a user