Upload model
Browse files- config.json +25 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"SimilarityModel"
|
4 |
+
],
|
5 |
+
"device": "cpu",
|
6 |
+
"embedding_model_config": {
|
7 |
+
"add_upper": true,
|
8 |
+
"d": 128,
|
9 |
+
"device": "cpu",
|
10 |
+
"model_class": "roberta",
|
11 |
+
"model_name": "roberta-base",
|
12 |
+
"normalize": true,
|
13 |
+
"pooling": "pooler",
|
14 |
+
"prompt": "",
|
15 |
+
"upper_case": false
|
16 |
+
},
|
17 |
+
"score_model_config": {
|
18 |
+
"alpha": 50
|
19 |
+
},
|
20 |
+
"torch_dtype": "float32",
|
21 |
+
"transformers_version": "4.27.4",
|
22 |
+
"weighting_function_config": {
|
23 |
+
"weighting_exponent": 0.5
|
24 |
+
}
|
25 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc8e9b50866c1a58e42abe6b9531dba51170e400f566df8e94535751dd346a2b
|
3 |
+
size 499051193
|