mindnlp
mindnlp copied to clipboard
Easy-to-use and high-performance NLP and LLM framework based on MindSpore, compatible with models and datasets of 🤗Huggingface.
还请老师查看
issue:https://gitee.com/mindspore/community/issues/IAADIT 华为云AI gallery 链接:https://developer.huaweicloud.com/develop/aigallery/notebook/detail?id=c44ead81-dbff-40f1-a430-d83fe1066291
**Describe the bug/ 问题描述 (Mandatory / 必填)** Launch kernel failed: Bprop/gradDense/Reshape-op278 The error from device(chipId:0, dieId:0), serial number is 13, an exception occurred during AICPU execution, stream_id:2, task_id:19016, errcode:21008, msg:inner...
**Describe the bug/ 问题描述 (Mandatory / 必填)** 加载gptj-6b的预训练模型的时候一直卡着不动,kernel崩溃 - **Hardware Environment(`Ascend`/`GPU`/`CPU`) / 硬件环境**: > Please delete the backend not involved / 请删除不涉及的后端: > /device ascend/GPU/CPU/kirin/等其他芯片 - **Software Environment / 软件环境...
已完成 https://gitee.com/mindspore/community/issues/IAADPG
**Describe the bug/ 问题描述 (Mandatory / 必填)**past_key_values 的数据类型上,模型期望 past_key_values 是一个具有 get_seq_length() 方法的对象,但实际上它是一个元组(tuple),BloomModel 的 forward 方法中,模型现在期望 past_key_values 是一个 Cache 类的实例,而不是元组(tuple) - **Hardware Environment(`Ascend`/`GPU`/`CPU`) / 硬件环境**:Ascend - **Software Environment / 软件环境 (Mandatory...
完成了 https://gitee.com/mindspore/community/issues/IAAD9U 对应的任务:Beit 模型应用开发。 原始代码仓中最后多出的部分仅为在单个代码单元中运行了所有代码,故在此略去。
1. MindNLP官网文档目前无法切换到中文且从官网进入后直接显示404,且API栏目列表的一级目录全部显示为空白 2. 目前网络上几乎没有MindNLP实操教程,建议完善相关教程,可参考[https://www.bilibili.com/video/BV1ma4y1g791/?spm_id_from=333.788&vd_source=09b57904b797122d7ea759b9f44dc7c1(此教程基于huggingface]transformer)
**Describe the bug/ 问题描述 (Mandatory / 必填)** 在 Squeeze 操作时的形状不匹配。Squeeze 操作会移除指定维度的大小为 1 的维度,但代码试图对一个大小为 3 的维度执行 Squeeze 操作,这会导致 ValueError - **Hardware Environment(`Ascend`/`GPU`/`CPU`) / 硬件环境**:CPU > Please delete the backend not involved...