Lidelun

Results 7 issues of Lidelun

Sometimes I need a separate.bib file that only contains used papers.

Hello, 1. we want to finetune the model with our own dataset(pics + txt), and with 2 RTX4090, the following setting leads to Error as follows, does that mean the...

bug

请问在微调中我们使用的数据集有29450条,batch_size=1, train_dataset_sample=-1, 为什么训练一个epoch使用约1800steps? 按我的理解batch_size=1每次加载一条数据,step应该与数据数量一致? 感谢您的回答!

question

Hello, As only the chat model '' fine-tune is described in Internlm-Xcomposer2 Best Practice, can I fine-tune the base model? Or does it need you to add the model for...

more models

**Describe the bug** What the bug is, and how to reproduce, better with screenshots(描述bug以及复现过程,最好有截图) Running finetuned `internlm-xcomposer2-7b-chat` lead to error. ``` token len:history:113, query:1706 Traceback (most recent call last): File...

**Describe the bug** What the bug is, and how to reproduce, better with screenshots(描述bug以及复现过程,最好有截图) Finetuning model `ModelType.qwen_vl_chat` with `max_length=4096` But in inference with the checkpoint, got `exceedsthe model max_length: 2048`...

Running `evaluation.py` with error: File "evaluation.py", line 93, in match_result answer_nums = np.array([list(map(float, x.split()))[0] for x in answer_nums]).reshape(-1, 2) ValueError: cannot reshape array of size 13 into shape (2) The...

good first issue