Skip to content

Commit d73d2dc

Browse files
committed
[update] add header for en/zh readme.md
1 parent 8fc306c commit d73d2dc

File tree

2 files changed

+47
-35
lines changed

2 files changed

+47
-35
lines changed

README.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,30 @@
22

33
# DataFlow
44

5-
<p align="center">
5+
<div align="center">
66
<img src="./static/images/Face.png">
7-
</p>
8-
<a href="https://opensource.org/license/apache-2-0" target="_blank">
9-
<img alt="License: apache-2-0" src="https://img.shields.io/github/license/saltstack/salt" />
10-
</a>
11-
<a href="https://github.com/Open-DataFlow/Open-DataFlow-Eval" target="_blank">
12-
<img alt="GitHub Stars" src="https://img.shields.io/github/stars/Open-DataFlow/DataFlow-Eval-Process?style=social" />
13-
</a>
14-
<a href="https://github.com/Open-DataFlow/Open-DataFlow-Eval/issues" target="_blank">
15-
<img alt="Open Issues" src="https://img.shields.io/github/issues-raw/Open-DataFlow/DataFlow-Eval-Process" />
16-
</a>
177

188

9+
[![](https://img.shields.io/github/license/Open-DataFlow/DataFlow)](https://github.com/Open-DataFlow/DataFlow/blob/main/LICENSE)
10+
11+
[![](https://img.shields.io/github/stars/Open-DataFlow/DataFlow?style=social)](https://github.com/Open-DataFlow/DataFlow)
12+
13+
[![](https://img.shields.io/github/issues-raw/Open-DataFlow/DataFlow)](https://github.com/Open-DataFlow/DataFlow/issues)
14+
15+
[![](https://img.shields.io/github/last-commit/Open-DataFlow/DataFlow)](https://github.com/Open-DataFlow/DataFlow/commits/main/)
16+
17+
[![](https://img.shields.io/github/contributors/ConardLi/easy-dataset)](https://github.com/Open-DataFlow/DataFlow/graphs/contributors)
18+
19+
[简体中文](./README.zh-CN.md) | [English](./README.md)
20+
21+
22+
23+
24+
**[Features](#Features)[Quick Start](#Quick_Start)[Documentation]()[Contributing](#贡献)[License](#许可证)**
25+
26+
27+
</div>
28+
1929
## Overview
2030
DataFlow-Eval-Process is a data evaluation and processing system designed to evaluate data quality from multiple dimensions and filter out high-quality data. We mainly support SOTA algorithms within academic papers with strong theoretical support.
2131

README.zh-CN.md

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,47 @@
22

33
# DataFlow
44

5-
<p align="center">
5+
<div align="center">
66
<img src="./static/images/Face.png">
7-
</p>
8-
<a href="https://opensource.org/license/apache-2-0" target="_blank">
9-
<img alt="License: apache-2-0" src="https://img.shields.io/github/license/saltstack/salt" />
10-
</a>
11-
<a href="https://github.com/GAIR-NLP/ProX" target="_blank">
12-
<img alt="GitHub Stars" src="https://img.shields.io/github/stars/Open-DataFlow/DataFlow-Eval-Process?style=social" />
13-
</a>
14-
<a href="https://github.com/GAIR-NLP/ProX/issues" target="_blank">
15-
<img alt="Open Issues" src="https://img.shields.io/github/issues-raw/Open-DataFlow/DataFlow-Eval-Process" />
16-
</a>
7+
8+
[![](https://img.shields.io/github/license/Open-DataFlow/DataFlow)](https://github.com/Open-DataFlow/DataFlow/blob/main/LICENSE)
9+
10+
[![](https://img.shields.io/github/stars/Open-DataFlow/DataFlow?style=social)](https://github.com/Open-DataFlow/DataFlow)
11+
12+
[![](https://img.shields.io/github/issues-raw/Open-DataFlow/DataFlow)](https://github.com/Open-DataFlow/DataFlow/issues)
13+
14+
[![](https://img.shields.io/github/last-commit/Open-DataFlow/DataFlow)](https://github.com/Open-DataFlow/DataFlow/commits/main/)
15+
16+
[![](https://img.shields.io/github/contributors/ConardLi/easy-dataset)](https://github.com/Open-DataFlow/DataFlow/graphs/contributors)
17+
18+
[功能特点](#功能特点)[快速开始](#本地运行)[使用文档](https://docs.easy-dataset.com/)[贡献](#贡献)[许可证](#许可证)
19+
20+
21+
</div>
1722

1823
DataFlow-Eval 是一个数据质量和处理的评估系统,可以从多个维度评估数据质量并筛选高质量数据。我们主要支持具有强大理论支持的学术论文中的最新算法。
1924

2025
我们目前支持文本、图像、视频和多模态数据类型。
2126

2227
## Table of Contents
23-
- [DataFlow-Eval](#dataflow-eval)
28+
- [DataFlow](#dataflow)
2429
- [Table of Contents](#table-of-contents)
2530
- [模块和模态支持](#模块和模态支持)
26-
- [🔥 新闻](#新闻)
27-
- [🛠 安装](#安装)
28-
- [🚀 快速开始](#快速开始)
29-
- [快速评估](#快速评估)
30-
- [快速处理](#快速处理)
31-
- [💪 Jupyter Notebook Demo](#jupyter-notebook-demo)
31+
- [新闻](#新闻)
32+
- [安装](#安装)
33+
- [快速开始](#快速开始)
34+
- [快速评估:](#快速评估)
35+
- [快速处理:](#快速处理)
36+
- [Jupyter Notebook Demo](#jupyter-notebook-demo)
3237
- [文本示例](#文本示例)
3338
- [图像示例](#图像示例)
3439
- [视频示例](#视频示例)
35-
- [📌 数据评估&处理文档](#数据评估文档)
40+
- [数据评估\&处理文档](#数据评估处理文档)
3641
- [文本文档](#文本文档)
3742
- [图像文档](#图像文档)
3843
- [视频文档](#视频文档)
39-
- [🧠 数据评估&处理算法](#数据评估算法)
40-
- [文本算法](#文本算法)
41-
- [图像算法](#图像算法)
42-
- [视频算法](#视频算法)
43-
- [👋 数据评估论文总结(综述)](#数据评估论文总结综述)
44+
- [数据评估\&处理算法](#数据评估处理算法)
45+
- [数据评估论文总结(综述)](#数据评估论文总结综述)
4446

4547
## 模块和模态支持
4648

0 commit comments

Comments
 (0)