zerohell commited on
Commit
317a105
·
1 Parent(s): c71df88

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - zh
4
+ metrics:
5
+ - bleu
6
+ tags:
7
+ - text-generation-inference
8
+ ---
9
+
10
+ ## 模型介绍
11
+
12
+ 用于问答的预训练模型。提供的是一个bart-base-zh模型。
13
+
14
+ ## 模型细节
15
+
16
+ 采用dureader-zhidao训练的模型。
17
+
18
+ ## 快速开始
19
+
20
+ 输入为:问题。上下文。
21
+ 输出为:答案。