File size: 496 Bytes
e93265a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | {
"architectures": [
"SimilarityModel"
],
"device": "cpu",
"embedding_model_config": {
"add_upper": true,
"d": 128,
"device": "cpu",
"model_class": "roberta",
"model_name": "roberta-base",
"normalize": true,
"pooling": "pooler",
"prompt": "",
"upper_case": false
},
"score_model_config": {
"alpha": 50
},
"torch_dtype": "float32",
"transformers_version": "4.27.4",
"weighting_function_config": {
"weighting_exponent": 0.5
}
}
|