forked from jiuyuan/CPM-9G-8B
5 lines
187 B
Python
5 lines
187 B
Python
|
from .generation_utils import apply_repetition_penalty
|
||
|
from .generation_utils import BeamHypotheses
|
||
|
from .generation_utils import NBCE
|
||
|
from .generation_utils import top_k_top_p_filtering
|