68ba611
yangsaisai 6 years ago
5 changed file(s) with 67 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
00 input:
11 Chinese_word:
22 value_type: "str"
3 description: 请输入四字词语
34 style:
45 value_type: "str"
56 value_range: ['藏头诗', '藏字诗']
7 description: 选择生成诗句的风格
68 output:
79 Poetry:
810 value_type: "str"
11 description: 输出四句诗词
0
1
2 ## 介绍
3
4 使用简短的语言介绍该算法的功能,使用场景等描述信息。
5
6
7 ## 输入
8 请按照示例的形式修改补充关于算法输入参数信息。
9
10 示例如下:
11
12 |参数|描述|类型
13 |:--:|:--:|:--:|
14 |xxx|关于输入参数的描述|输入参数类型|
15 |Chinese_word|四个汉字|字符|
16 |Style|下拉选择类型|字符|
17 |Img|输入图片|图片|
18
19
20 ## 输出
21 请按照示例的形式修改补充关于算法输出参数信息。
22
23 示例如下:
24
25 |参数|描述|类型
26 |:--:|:--:|:--:|
27 |xxx|关于输出参数的描述|输入参数类型|
28 |Poetry|一首生成的诗词|字符|
29 |Img|输出图片|图片|
44 style:
55 value_type: "str"
66 value_range: ['藏头诗', '藏字诗']
7 description: 选择生成诗句的风格
78 output:
89 Poetry:
910 value_type: "str"
11 description: 输出四句诗词
00
1 ## Intro
1 ## 介绍
22
3 Provide a short overview of your dataset.
3 古诗词生成数据集,包诗词的原始数据,词编码数据,词向量编码之后的数据
44
5 ## Usage
6
7 How to use the dataset.
8
9 ## Field
10
11 Describe the fields for your dataset. For example:
12
13 | Field | Description | type | hint |
14 | :---------: | :-----------: | :----: | :---: |
15 | feature1 | Description for feature1 | Type of feature1 | info |
16 | feature2 | Description for feature2 | Type of feature2 | info |
17 | etc. | | | |
0
1
2 ## 介绍
3
4 使用简短的语言介绍该算法的功能,使用场景等描述信息。
5
6
7 ## 输入
8 请按照示例的形式修改补充关于算法输入参数信息。
9
10 示例如下:
11
12 |参数|描述|类型
13 |:--:|:--:|:--:|
14 |xxx|关于输入参数的描述|输入参数类型|
15 |Chinese_word|四个汉字|字符|
16 |Style|下拉选择类型|字符|
17 |Img|输入图片|图片|
18
19
20 ## 输出
21 请按照示例的形式修改补充关于算法输出参数信息。
22
23 示例如下:
24
25 |参数|描述|类型
26 |:--:|:--:|:--:|
27 |xxx|关于输出参数的描述|输入参数类型|
28 |Poetry|一首生成的诗词|字符|
29 |Img|输出图片|图片|