You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug/ 问题描述 (Mandatory / 必填)
A clear and concise description of what the bug is.
昇思大模型平台中的案例https://xihe.mindspore.cn/my/clouddev
应用实践/LLM原理和实践/基于MindSpore实现Roberta模型, 当代码运行到 metric = evaluate.load("glue", task) 时,就停止无法继续进行。
Describe the bug/ 问题描述 (Mandatory / 必填)
A clear and concise description of what the bug is.
昇思大模型平台中的案例https://xihe.mindspore.cn/my/clouddev
应用实践/LLM原理和实践/基于MindSpore实现Roberta模型, 当代码运行到 metric = evaluate.load("glue", task) 时,就停止无法继续进行。
Ascend
/GPU
/CPU
) / 硬件环境: 双卡 ascendSoftware Environment / 软件环境 (Mandatory / 必填):
-- MindSpore version (e.g., 1.7.0.Bxxx) :2.3.0 Name: mindsporeVersion: 2.3.0 mindnlp==0.4.0
-- Python version (e.g., Python 3.7.5) : 3.9
-- OS platform and distribution (e.g., Linux Ubuntu 16.04):
-- GCC/Compiler version (if compiled from source):
Excute Mode / 执行模式 (Mandatory / 必填)(
PyNative
/Graph
):To Reproduce / 重现步骤 (Mandatory / 必填)
Steps to reproduce the behavior:
查看当前 mindspore 版本
!pip show mindspore
3. #安装mindnlp的daily包,待正式发布后可改为直接安装mindnlp包
!pip install https://mindspore-courses.obs.cn-north-4.myhuaweicloud.com/mindnlp/mindnlp-0.4.0-py3-none-any.whl -i https://pypi.tuna.tsinghua.edu.cn/simple
!pip install mindnlp==0.4.0
!pip install jieba -i https://pypi.tuna.tsinghua.edu.cn/simple
.........
Expected behavior / 预期结果 (Mandatory / 必填)
A clear and concise description of what you expected to happen.
Screenshots/ 日志 / 截图 (Mandatory / 必填)
If applicable, add screenshots to help explain your problem.
Additional context / 备注 (Optional / 选填)
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: