PFEemp2024's picture
add necessary file
63775f2
raw
history blame contribute delete
No virus
238 Bytes
"""
word_insertions package
-------------------------------
"""
from .word_insertion import WordInsertion
from .word_insertion_random_synonym import WordInsertionRandomSynonym
from .word_insertion_masked_lm import WordInsertionMaskedLM