Browse Source

文本分类功能开发

pull/225/head
chenzhihang 9 months ago
parent
commit
880e632084
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/domain/TextClassification.java

+ 1
- 1
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/domain/TextClassification.java View File

@@ -20,7 +20,7 @@ public class TextClassification {
@ApiModelProperty(value = "实验描述") @ApiModelProperty(value = "实验描述")
private String description; private String description;


@ApiModelProperty(value = "模型:TextCNN, TextRNN, FastText, TextRCNN, TextRNN_Att, DPCNN, Transformer")
@ApiModelProperty(value = "模型类型:TextCNN, TextRNN, FastText, TextRCNN, TextRNN_Att, DPCNN, Transformer")
private String modelType; private String modelType;


@ApiModelProperty(value = "数据集") @ApiModelProperty(value = "数据集")


Loading…
Cancel
Save