mirror of
https://gitee.com/dromara/easyAi.git
synced 2024-11-29 18:27:37 +08:00
去除冗余
This commit is contained in:
parent
281b17bbd2
commit
03de3e0516
@ -10,7 +10,6 @@ import org.wlld.entity.SentenceModel;
|
||||
* @Description 参数配置
|
||||
*/
|
||||
public class SentenceConfig {
|
||||
private SentenceModel sentenceModel;
|
||||
private int typeNub = 11;//分类数量
|
||||
private int wordVectorDimension = 21;//语义分类网络词向量嵌入维度
|
||||
private int qaWordVectorDimension = 66;//问答模型此项链嵌入维度
|
||||
@ -114,14 +113,6 @@ public class SentenceConfig {
|
||||
this.typeNub = typeNub;
|
||||
}
|
||||
|
||||
public SentenceModel getSentenceModel() {
|
||||
return sentenceModel;
|
||||
}
|
||||
|
||||
public void setSentenceModel(SentenceModel sentenceModel) {
|
||||
this.sentenceModel = sentenceModel;
|
||||
}
|
||||
|
||||
public int getWordVectorDimension() {
|
||||
return wordVectorDimension;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user