-
i got this error when i run the following code
```
import transformers
from datasets import load_dataset
data = load_dataset('csv',data_files='/content/fyp.csv')
data = data.map(lambda samples:…
-
您好!感谢您的分享!我在训练后推理过程中报如下错误:
```
Traceback (most recent call last):
File "chatglm2_6b/ft_chatglm2/predict.py", line 211, in
res = predict(data_dict)
File "chatglm2_6b/ft_chatglm2/predict.p…
-
Original thoughts:
> Not sure why I didn't do this in the first place, because it avoids all kinds of complications.
>
> - [x] Check that broadcasting is actually more efficient.
On second th…
-
Starting a new issue for better visibility to other people. I have some quick questions regarding the implementation of discriminator. The argument to the forward function (`images`, `rgb`, `real_imag…
-
大佬好,我是一名刚入门的AI工程师,能够使用OpenAI提供的fine-tuning功能来微调,目前正在学习微调ChatGLM2、百川和通义千问,使用的是ChatGLM-Efficient-Tuning和LLaMA-Efficient-Tuning;ChatGLM-Efficient-Tuning比较顺利,没问题,而LLaMA-Efficient-Tuning碰到了问题。虽然你不是用LLaMA-E…
-
Sik-Ho Tang. [Review: PReLU-Net — The First to Surpass Human-Level Performance in ILSVRC 2015 (Image Classification)](https://medium.com/coinmonks/review-prelu-net-the-first-to-surpass-human-level-per…
-
错误信息如题。跑的图谱有点大,手上仅有的一块3080爆显存了。于是禁用了gpu,然后出现了这个错误。这个错误是和禁用gpu有关吗还是什么其他的原因,请问需要如何解决。
-
(visualGLM) root@iZbp1ewp3ew1qt4u8bdh0iZ:~/ai/VisualGLM-6B# bash finetune/finetune_visualglm.sh
finetune/finetune_visualglm.sh: line 5: $'\r': command not found
finetune/finetune_visualglm.sh: lin…
-
错误信息
```
Traceback (most recent call last):
File "/home/jovyan/work/ChatGLM-Efficient-Tuning/src/train_sft.py", line 100, in
main()
File "/home/jovyan/work/ChatGLM-Efficient-Tuning/src/t…
-
Unable to handle request for model mosaicml/mpt-30b-chat
```INFO 07-09 00:49:58 llm_engine.py:60] Initializing an LLM engine with config: model='mosaicml/mpt-30b-chat', tokenizer='mosaicml/mpt-30b…