(self)
| 32 | return self.system_prompt + '{fewshot_examples}问:{instruction}\n答:' |
| 33 | @property |
| 34 | def fewshot_template(self): |
| 35 | return "问:{user}\n答:{gpt}\n" |
| 36 | |
| 37 | def collate_conv(self, data): |
| 38 | raise NotImplementedError |
nothing calls this directly
no outgoing calls
no test coverage detected