Spaces:
Sleeping
Sleeping
File size: 307 Bytes
23e7715 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
{
"condition_0" : {
"model" : "SentenceTransformer",
"hints" : true
},
"condition_1" : {
"model" : "SentenceTransformer",
"hints" : false
},
"condition_2" : {
"model" : "word2vec",
"hints" : true
},
"condition_3" : {
"model" : "word2vec",
"hints" : false
}
}
|