bubble

Results 6 comments of bubble

> I have uploaded a data sample here: > > Link: https://pan.baidu.com/s/1EAMeoxGq3h2f3vyV_x5vVg code: mvtx May I ask what topic is used for in the sample dataset? How do I set...

When I try to transfer the model from cuda to cpu, I encountered the same problem. my code is ```python self.base_model = LlamaForCausalLM.from_pretrained( self.base_model_dir, load_in_8bit=self.load_8bit, torch_dtype=torch.float16, device_map="auto", ) self.model =...

I saw in the [video](https://skyagi.ai/) the ability to select open source models, but when I ran skyagi I found that it was not possible to choose. Is it not supported...

To collect SFT examples of Judicial Examination (JE), we first transfer these multiple-choice questions to the question-answering style. We also heuristically remove the examples whose questions are incorrectly transferred 请问论文中的这段描述有开源代码吗...