diff --git a/.ipynb_checkpoints/app_spec-checkpoint.yml b/.ipynb_checkpoints/app_spec-checkpoint.yml index 5b7ec46..e206134 100644 --- a/.ipynb_checkpoints/app_spec-checkpoint.yml +++ b/.ipynb_checkpoints/app_spec-checkpoint.yml @@ -1,9 +1,12 @@ input: Chinese_word: value_type: "str" + description: 请输入四字词语 style: value_type: "str" value_range: ['藏头诗', '藏字诗'] + description: 选择生成诗句的风格 output: Poetry: value_type: "str" + description: 输出四句诗词 diff --git a/.ipynb_checkpoints/untitled-checkpoint.md b/.ipynb_checkpoints/untitled-checkpoint.md new file mode 100644 index 0000000..a6ed75a --- /dev/null +++ b/.ipynb_checkpoints/untitled-checkpoint.md @@ -0,0 +1,30 @@ + + +## 介绍 + +使用简短的语言介绍该算法的功能,使用场景等描述信息。 + + +## 输入 +请按照示例的形式修改补充关于算法输入参数信息。 + +示例如下: + +|参数|描述|类型 +|:--:|:--:|:--:| +|xxx|关于输入参数的描述|输入参数类型| +|Chinese_word|四个汉字|字符| +|Style|下拉选择类型|字符| +|Img|输入图片|图片| + + +## 输出 +请按照示例的形式修改补充关于算法输出参数信息。 + +示例如下: + +|参数|描述|类型 +|:--:|:--:|:--:| +|xxx|关于输出参数的描述|输入参数类型| +|Poetry|一首生成的诗词|字符| +|Img|输出图片|图片| diff --git a/app_spec.yml b/app_spec.yml index cce4920..e206134 100644 --- a/app_spec.yml +++ b/app_spec.yml @@ -5,6 +5,8 @@ style: value_type: "str" value_range: ['藏头诗', '藏字诗'] + description: 选择生成诗句的风格 output: Poetry: value_type: "str" + description: 输出四句诗词 diff --git a/datasets/poetrydatasets-yangsaisai/OVERVIEW.md b/datasets/poetrydatasets-yangsaisai/OVERVIEW.md index 5565561..3cfa8c5 100644 --- a/datasets/poetrydatasets-yangsaisai/OVERVIEW.md +++ b/datasets/poetrydatasets-yangsaisai/OVERVIEW.md @@ -1,18 +1,5 @@ -## Intro +## 介绍 -Provide a short overview of your dataset. +古诗词生成数据集,包诗词的原始数据,词编码数据,词向量编码之后的数据 -## Usage - -How to use the dataset. - -## Field - -Describe the fields for your dataset. For example: - -| Field | Description | type | hint | -| :---------: | :-----------: | :----: | :---: | -| feature1 | Description for feature1 | Type of feature1 | info | -| feature2 | Description for feature2 | Type of feature2 | info | -| etc. | | | | diff --git a/untitled.md b/untitled.md new file mode 100644 index 0000000..a6ed75a --- /dev/null +++ b/untitled.md @@ -0,0 +1,30 @@ + + +## 介绍 + +使用简短的语言介绍该算法的功能,使用场景等描述信息。 + + +## 输入 +请按照示例的形式修改补充关于算法输入参数信息。 + +示例如下: + +|参数|描述|类型 +|:--:|:--:|:--:| +|xxx|关于输入参数的描述|输入参数类型| +|Chinese_word|四个汉字|字符| +|Style|下拉选择类型|字符| +|Img|输入图片|图片| + + +## 输出 +请按照示例的形式修改补充关于算法输出参数信息。 + +示例如下: + +|参数|描述|类型 +|:--:|:--:|:--:| +|xxx|关于输出参数的描述|输入参数类型| +|Poetry|一首生成的诗词|字符| +|Img|输出图片|图片|