Wangxh-07

Results 4 issues of Wangxh-07

(https://github.com/alibaba/AliceMind/tree/main/SOFA/sofa/models)/__init__.py / 为什么这里只有三个,roberta没有init呢? 同样README.md里面也没有roberta的相关结果,所以roberta暂时还不能实现是么? 那么如果我需要加入其他模型(如GPT-2)需要如何做呢?

according to your answer,I successfully change midi to remi, by! 'Compound-word-transformer' to switch midi file to event-based representation (pkl file). Would you tell me how to switch event-based representation (pkl...

### Reminder - [X] I have read the README and searched the existing issues. ### Reproduction 我已经看到说明:sharegpt 格式的数据尚不支持 DPO,请使用 alpaca 格式的数据。 alpaca [ { "instruction": "用户指令(必填)", "input": "用户输入(选填)", "output": "模型回答(必填)",...

solved

您的工作非常棒! src/evaluation/evaluator.py#L717 #因为后来的实际格式与最初表格中的不同,因此下列测试可能无法通过,仅作为使用示例 for rel in self._format(json_data['Instance']['ground_truth']).split(';'): # FIXME:字段名可能有变 KeyError: 'Instance' 请问能否给一下实际格式的示例呢?