semantrix_cond3 / config /condition.json
Javierss
Update w2v models and add adaptations for conditions
23e7715
raw
history blame
307 Bytes
{
"condition_0" : {
"model" : "SentenceTransformer",
"hints" : true
},
"condition_1" : {
"model" : "SentenceTransformer",
"hints" : false
},
"condition_2" : {
"model" : "word2vec",
"hints" : true
},
"condition_3" : {
"model" : "word2vec",
"hints" : false
}
}