We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa64c7 commit 728b79cCopy full SHA for 728b79c
docs/zh/1.Introduction/1.About.md
@@ -1,7 +1,7 @@
1
-# About
2
-This repository is a PyTorch-based natural language processing toolkit that provides some commonly used NLP models and tools.
+# 关于
+该仓库是一个基于 PyTorch 的自然语言处理工具包,提供了一些常用的 NLP 模型和工具。
3
4
-## Getting Started For Users
5
-You can read the following documents to start using this repository:
6
-- [Installation](/docs/User-guide/Installation-guide)
7
-- [Tutorials](/docs/User-guide/How-use-web)
+## 用户入门指南
+您可以阅读以下文档来开始使用该仓库:
+- [安装指南](/docs/User-guide/Installation-guide)
+- [教程](/docs/User-guide/How-use-web)
docs/zh/3.Examples/1. Simple-example.md
@@ -1,4 +1,4 @@
-# Simple Example
+# 简单示例
This is a simple example to show how to use `Trainer` and `Predicter` to train and predict a model.
0 commit comments