ruidongtd

Results 4 issues of ruidongtd

error : "AttributeError: 'HParams' object has no attribute 'override_from_dict'"

https://github.com/microsoft/DeepSpeedExamples/blob/d570b2cc8a8fd4207c9424744669437d4c68ec43/applications/DeepSpeed-Chat/training/utils/data/data_utils.py#L122 ``` if self.train_phase == 1: return { "input_ids": self.chosen_dataset[idx]["input_ids"], "attention_mask": self.chosen_dataset[idx]["attention_mask"], "labels": self.chosen_dataset[idx]["input_ids"] } ``` In the SFT stage, input_ids and labels are the same, so the loss calculation...

question
deespeed chat

如题,什么时候开源数据清洗的代码

Support for VLLM, how is the progress of the work?