Sentence Similarity
Safetensors
Japanese
bert
feature-extraction
hpprc's picture
Upload 17 files
bb4d1d9 verified
raw
history blame contribute delete
525 Bytes
{
jsts: {
class_path: 'STSEvaluator',
init_args: {
sentence1_prefix: 'クエリ: ',
sentence2_prefix: 'クエリ: ',
val_dataset: {
class_path: 'HfSTSDataset',
init_args: {
path: 'sbintuitions/JMTEB',
split: 'train',
name: 'jsts',
},
},
test_dataset: {
class_path: 'HfSTSDataset',
init_args: {
path: 'sbintuitions/JMTEB',
split: 'test',
name: 'jsts',
},
},
},
},
}