semantrix_cond2 / config /condition.json
Javierss
add config files
1c1e3b3
raw
history blame contribute delete
379 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
}
}