ChaunceyChan

Results 3 issues of ChaunceyChan

经过实验发现mossformer2的效果比mossformer要好不少,但目前似乎repo中还没有关于mossformer2的相关code,请问是否有计划release mossformer2以及其时间节点?

在测试最大数据集训练的cam++模型之后,发现效果在目前自己的实验场景下比较一般,需要再进行优化,请问大概需要多少的数据量进行模型微调可以得到比较不错的结果?

### Reminder - [x] I have read the above rules and searched the existing issues. ### Reproduction 当prediction结束时,在save_predictions中iterabledataset类无法直接访问input_ids(non-streaming dataset此处可正常访问),报错NotImplementedError: Subclasses of Dataset should implement \_\_getitem\_\_ https://github.com/hiyouga/LLaMA-Factory/blob/main/src/llamafactory/train/sft/trainer.py#L157

bug
pending