-
### Checklist
- [X] 1. I have searched related issues but cannot get the expected help.
- [X] 2. The bug has not been fixed in the latest version.
### Describe the bug
I run `internlm2-caht-20b-4bi…
douyh updated
6 months ago
-
```py
import json
import os
from transformers import AutoTokenizer, AutoModel
from tqdm import tqdm
import torch
import torchvision.transforms as T
from PIL import Image
from torchvision.tra…
-
### Describe the question.
Hi internLM team,
I was reading your great paper about internLM2 and saw that
- phase 1: 4k pretraining batch size = 4M (tokens) | 50% of data | 90% training steps
- …
-
### Checklist
- [ ] 1. I have searched related issues but cannot get the expected help.
- [ ] 2. The bug has not been fixed in the latest version.
- [ ] 3. Please note that if the bug-related issue y…
-
Subscribe to this issue and stay notified about new [daily trending repos in Python](https://github.com/trending/python?since=daily)!
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-compass/opencompass/issues/) and [Discussions](https://github.com/open-compass/opencompass/discussions) but cannot get the expe…
-
环境按照步骤安装:conda create --name xtuner_lxy python=3.10 -y
pip install -U xtuner
可以正常使用xtuner命令检测数据集:xtuner check-custom-dataset /home/xtuner/internlm2_7b_qlora_alpaca_e3_copy.py
微调时出错:xtuner train i…
-
`def add_text_image_page(self, title: str, bullet_items: str, image: str) -> dict:
...
image_pil = image.to_pil()
...
slide.shapes.add_picture(image.to_path(), left, top, width, height)`
源代码中,a…
-
### Describe the bug
After using the latest convert script for internlm2, chat-20b and chat-7b models can engage in conversations properly. However, when using function calling capability, even if th…
-
训练一百多个iters,loss nan了...有什么建议吗,模型用的internlm2,看了下loss是正常下降突然就nan的,数据集是自己的,感觉是数据问题或者float16的问题。