zhaoweihan2017

Results 5 issues of zhaoweihan2017

配置文件model_config.py为: import torch.cuda import torch.backends import os import logging import uuid LOG_FORMAT = "%(levelname) -5s %(asctime)s" "-1d: %(message)s" logger = logging.getLogger() logger.setLevel(logging.INFO) logging.basicConfig(format=LOG_FORMAT) embedding_model_dict = { "ernie-tiny": "nghuyong/ernie-3.0-nano-zh", "ernie-base": "nghuyong/ernie-3.0-base-zh",...

bug

### Is there an existing issue for the same bug? - [X] I have checked the troubleshooting document at https://github.com/OpenDevin/OpenDevin/blob/main/docs/guides/Troubleshooting.md - [X] I have checked the existing issues. ### Describe...

bug

### Is there an existing issue for the same bug? - [X] I have checked the troubleshooting document at https://github.com/OpenDevin/OpenDevin/blob/main/docs/guides/Troubleshooting.md - [X] I have checked the existing issues. ### Describe...

bug

### Reminder - [X] I have read the README and searched the existing issues. ### Reproduction 背景:使用模型Qwen1.5-0.5B并在此模型基础上作微调训练。 数据集:采用https://huggingface.co/datasets/michaelwzhu/ShenNong_TCM_Dataset, 中医数据集 训练参数: CUDA_VISIBLE_DEVICES=0 python src/train_bash.py \ --stage sft \ --do_train True \...