提交 42bb3260 编写于 作者: Z zhxfl

code line too long

上级 d6be02c2
......@@ -62,8 +62,10 @@ class SampleInfoBucket(object):
label_desc_paths (list|tuple): Files containing the description of
samples' label data.
split_perturb(int): split long sentence' perturb sub-sentence length value.
split_sentence_threshold(int): sentence length large than split_sentence_threshold trigger split operator.
split_sub_sentence_len(int): sub-sentence length is equal to (split_sub_sentence_len + rand() % split_perturb).
split_sentence_threshold(int): sentence length large than
split_sentence_threshold trigger split operator.
split_sub_sentence_len(int): sub-sentence length is equal to
(split_sub_sentence_len + rand() % split_perturb).
"""
def __init__(self,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册