diff --git a/Season1.step_into_chatgpt/2.BERT/bert_emotect_finetune.ipynb b/Season1.step_into_chatgpt/2.BERT/bert_emotect_finetune.ipynb index 99b9447..087c191 100644 --- a/Season1.step_into_chatgpt/2.BERT/bert_emotect_finetune.ipynb +++ b/Season1.step_into_chatgpt/2.BERT/bert_emotect_finetune.ipynb @@ -200,7 +200,7 @@ ], "source": [ "# download dataset\n", - "!wget https://baidu-nlp.bj.bcebos.com/emotion_detection-dataset-1.0.0.tar.gz -O emotion_detection.tar.gz\n", + "!wget https://mindspore-courses.obs.cn-north-4.myhuaweicloud.com/LLMDatasets/bert/emotion_detection-dataset-1.0.0.tar.gz -O emotion_detection.tar.gz\n", "!tar xvf emotion_detection.tar.gz" ] },