|
|
|
@@ -20,7 +20,7 @@ public class TextClassification { |
|
|
|
@ApiModelProperty(value = "实验描述") |
|
|
|
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; |
|
|
|
|
|
|
|
@ApiModelProperty(value = "数据集") |
|
|
|
|