judy

Results 3 issues of judy

autofix/no-unused-vars will add a blank line after deleting an unused line. How to avoid it? ![image](https://github.com/aladdin-add/eslint-plugin/assets/19404594/19867433-3250-4c26-a5d4-e0deb79a1b54)

bug

您好,我想请问一下: 您的这个PET实现为什么另外添加一个输入 y_in = keras.layers.Input(shape=(None,)) 但是在产生generator那个地方,它是None 这种实现方式和您实现的 https://github.com/bojone/oppo-text-match 有点不一样

您在掩码中文词时的实现如下: ``` for index in index_set: covered_indexes.add(index) masked_token = None # 80% of the time, replace with [MASK] if rng.random() < 0.8: masked_token = "[MASK]" else: # 10% of the...