使用glm-large-chinese微调分类任务
报错:Traceback (most recent call last):
File "/ossfs/workspace/vector/model/GLM-main/finetune_glm.py", line 470, in
dataset.py的字典PROCESSORS并没有multichoice这个key,请问如何解决 PROCESSORS = { "mnli": MnliProcessor, "mnli-mm": MnliMismatchedProcessor, "agnews": AgnewsProcessor, "yahoo": YahooAnswersProcessor, "yelp-polarity": YelpPolarityProcessor, "yelp-full": YelpFullProcessor, "xstance-de": lambda: XStanceProcessor("de"), "xstance-fr": lambda: XStanceProcessor("fr"), "xstance": XStanceProcessor, "wic": WicProcessor, "rte": RteProcessor, "cb": CbProcessor, "wsc": WscProcessor, "wsc1": WscProcessor, "boolq": BoolQProcessor, "copa": CopaProcessor, "multirc": MultiRcProcessor, "record": RecordProcessor, "ax-g": AxGProcessor, "ax-b": AxBProcessor, "sst2": Sst2Processor, "cola": ColaProcessor, "mrpc": MrpcProcessor, "qqp": QqpProcessor, "qnli": QnliProcessor, # "squad": SquadProcessor, "race": RaceProcessor, "squad": SquadProcessor, "afqmc": AFQMCProcessor, "tnews": TNewsProcessor, 'cluewsc': CLUEWSCProcessor, # 'cmrc': CMRCProcessor } # type: Dict[str,Callable[[1],DataProcessor]]