Skip to content

Commit

Permalink
fix broken links (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianweidut authored Feb 5, 2024
1 parent 6df6a71 commit 893ad33
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Starwhale Common Concepts

This section explains some basic concepts in Starwhale.

* [Starwhale Glossary](glossary)
* [Names in Starwhale](names)
* [Project in Starwhale](project)
* [Roles and permissions in Starwhale](roles-permissions)
Expand Down
8 changes: 4 additions & 4 deletions docs/what-is-starwhale.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Starwhale is also an [open source platform](https://github.com/star-whale/starwh
![products](https://starwhale-examples.oss-cn-beijing.aliyuncs.com/docs/products.png)

* Fundamentals:
* [Starwhale Model](model/index): Starwhale Model is a standard package format for machine learning models, which can be used for various purposes, such as model fine-tuning, model evaluation, and online services. Starwhale Model includes model files, inference code, configuration files, etc.
* [Starwhale Dataset](dataset/index): Starwhale Dataset enables efficient data storage, data loading, and data visualization, making it a data management tool for the ML/DL field.
* [Starwhale Runtime](runtime/index): Starwhale Runtime provides a reproducible and shareable runtime environment for running Python programs. With Starwhale Runtime, you can easily share with others and use it on Starwhale Server and Starwhale Cloud instances.
* [Starwhale Model](model): Starwhale Model is a standard package format for machine learning models, which can be used for various purposes, such as model fine-tuning, model evaluation, and online services. Starwhale Model includes model files, inference code, configuration files, etc.
* [Starwhale Dataset](dataset): Starwhale Dataset enables efficient data storage, data loading, and data visualization, making it a data management tool for the ML/DL field.
* [Starwhale Runtime](runtime): Starwhale Runtime provides a reproducible and shareable runtime environment for running Python programs. With Starwhale Runtime, you can easily share with others and use it on Starwhale Server and Starwhale Cloud instances.
* Model Evaluation:
* [Model Evaluation](evaluation/index): Starwhale Model Evaluation allows users to implement complex, production-level, distributed model evaluation tasks with minimal Python code using the SDK.
* [Model Evaluation](evaluation): Starwhale Model Evaluation allows users to implement complex, production-level, distributed model evaluation tasks with minimal Python code using the SDK.
* Live Demo: Evaluate models online through a Web UI.
* Reports: Create shareable, automatically integrated evaluation reports.
* Tables: Provide multi-dimensional model evaluation result comparisons and displays, with support for multimedia data such as images, audio, and video. The tables can present all the data and artifacts recorded during the evaluation process using the Starwhale Python SDK.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Starwhale 常用概念

本节介绍Starwhale中的一些基本概念。

* [Starwhale 的名词解释](explanation)
* [Starwhale 的名词解释](glossary)
* [Starwhale 的命名规则](names)
* [Starwhale 的项目](project)
* [Starwhale 的角色和权限](roles-permissions)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Starwhale 同时也是一个[开源的平台](https://github.com/star-whale/star
![products](https://starwhale-examples.oss-cn-beijing.aliyuncs.com/docs/products.png)

* 平台基础:
* [Starwhale Model](model/index):Starwhale 模型是一种机器学习模型的标准包格式,可用于多种用途,例如模型微调、模型评估和在线服务。 Starwhale 模型包含模型文件、推理代码、配置文件等。
* [Starwhale Dataset](dataset/index):Starwhale 数据集能够高效的数据存储、数据加载和数据可视化,是一款面向ML/DL领域的数据管理工具。
* [Starwhale Runtime](runtime/index):Starwhale 运行时能够针对运行Python程序,提供一种可复现、可分享的运行环境。使用 Starwhale 运行时,可以非常容易的与他人分享,并且能在 Starwhale Server 和 Starwhale Cloud 实例上使用 Starwhale 运行时。
* [Starwhale Model](model):Starwhale 模型是一种机器学习模型的标准包格式,可用于多种用途,例如模型微调、模型评估和在线服务。 Starwhale 模型包含模型文件、推理代码、配置文件等。
* [Starwhale Dataset](dataset):Starwhale 数据集能够高效的数据存储、数据加载和数据可视化,是一款面向ML/DL领域的数据管理工具。
* [Starwhale Runtime](runtime):Starwhale 运行时能够针对运行Python程序,提供一种可复现、可分享的运行环境。使用 Starwhale 运行时,可以非常容易的与他人分享,并且能在 Starwhale Server 和 Starwhale Cloud 实例上使用 Starwhale 运行时。
* 模型评测:
* [Model Evaluation](evaluation/index):Starwhale 模型评测能让用户通过SDK写少量的Python 代码就能实现复杂的、生产级别的、分布式的模型评测任务。
* [Model Evaluation](evaluation):Starwhale 模型评测能让用户通过SDK写少量的Python 代码就能实现复杂的、生产级别的、分布式的模型评测任务。
* Live Demo:能够通过Web UI方式对模型进行在线评测。
* Reports:编写可分享,可自动集成评测数据的报告。
* Tables:提供多维度的模型评测结果对比和展示,表格中支持包括图片、音频和视频等多媒体数据展示。能够将评测过程中通过Starwhale Python SDK 自由记录的数据都呈现出来。
Expand Down

0 comments on commit 893ad33

Please sign in to comment.