diff --git a/dataset.md b/dataset.md
new file mode 100644
index 0000000..4ee6579
--- /dev/null
+++ b/dataset.md
@@ -0,0 +1,38 @@
+# 数据集
+
+## 1.1 应用场景
+
+- 该数据集主要是为您的项目服务的,当您准备在**提供计算资源的云脑1/云脑2平台**上运行项目时,**在创建云脑任务时**会要求您选择数据集(如图1所示)。如果系统默认的数据集中没有找到您需要的,请您在图2标识处上传您需要的数据集。之后在图1标识处选择您要使用的数据集即可。
+
+
+
+
+
+
+
+## 1.2 数据集上传注意事项
+
+- **同名文件只能上传一份,请确保您的文件命名唯一。**
+
+- 如果您准备在**计算资源云脑1/云脑2上**使用该数据集,请确保数据集格式为**.zip格式,否则您将无法在此下拉列表中找到您要使用的数据集**。
+
+
+
+- 计算资源云脑1和云脑2 **数据集不共用**,请您根据您的需求进行选择上传路径。
+
+- 为了方便您对数据集分类管理和提高项目的标识度和检索率,**强烈建议您完善该部分**。
+
+
+
+- **数据集一旦删除无法进行恢复,请慎重删除数据集**。
+
+## 1.3 数据集存放路径
+
+- 您上传的数据集默认存放在**/dataset**路径下,该路径主要是您在**终端环境**下的数据集位置。如果您准备通过**命令行的方式上传或查看已有数据集时**,请确保您在/dataset路径下进行上传。
+
+
+
+- 示例:
+
+
+
diff --git a/img/dataset.zip b/img/dataset.zip
deleted file mode 100644
index 099fe50..0000000
Binary files a/img/dataset.zip and /dev/null differ
diff --git a/img/dataset/dataset_outline.png b/img/dataset/dataset_outline.png
new file mode 100644
index 0000000..025a85e
Binary files /dev/null and b/img/dataset/dataset_outline.png differ
diff --git a/img/dataset/dataset_path.png b/img/dataset/dataset_path.png
new file mode 100644
index 0000000..24bea65
Binary files /dev/null and b/img/dataset/dataset_path.png differ
diff --git a/img/dataset/dataset_path_usage.png b/img/dataset/dataset_path_usage.png
new file mode 100644
index 0000000..8ed4616
Binary files /dev/null and b/img/dataset/dataset_path_usage.png differ
diff --git a/img/dataset/dataset_sort.png b/img/dataset/dataset_sort.png
new file mode 100644
index 0000000..51d0fd4
Binary files /dev/null and b/img/dataset/dataset_sort.png differ
diff --git a/img/dataset/dataset_upload.png b/img/dataset/dataset_upload.png
new file mode 100644
index 0000000..be7fbb7
Binary files /dev/null and b/img/dataset/dataset_upload.png differ