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