qiunlp

Results 13 comments of qiunlp

This can be done by the following steps: 1.process_raw_data(comp_txt, simp_txt) 2.editnet_data_to_editnetID(df,output_path). 这里的comp_txt, simp_txt,df, output_path 能否用示例说明? output_path是train.df.filtered.pos吗? 能否提供.sh文件,一键运行到结果

kaggle下运行,推理时报错,请教什么原因? File ~/.cache/huggingface/modules/transformers_modules/model/quantization.py:274, in extract_weight_to_half(weight, scale_list, source_bit_width) 272 func = kernels.int8WeightExtractionHalf 273 elif source_bit_width == 4: --> 274 func = kernels.int4WeightExtractionHalf 275 else: 276 assert False, "Unsupported bit-width" AttributeError: 'NoneType'...