update model
Browse files- config.json +2 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "cross-encoder/ms-marco-MiniLM-L-
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
@@ -21,7 +21,7 @@
|
|
21 |
"max_position_embeddings": 512,
|
22 |
"model_type": "bert",
|
23 |
"num_attention_heads": 12,
|
24 |
-
"num_hidden_layers":
|
25 |
"pad_token_id": 0,
|
26 |
"position_embedding_type": "absolute",
|
27 |
"sbert_ce_default_activation_function": "torch.nn.modules.linear.Identity",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "cross-encoder/ms-marco-MiniLM-L-12-v2",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
21 |
"max_position_embeddings": 512,
|
22 |
"model_type": "bert",
|
23 |
"num_attention_heads": 12,
|
24 |
+
"num_hidden_layers": 12,
|
25 |
"pad_token_id": 0,
|
26 |
"position_embedding_type": "absolute",
|
27 |
"sbert_ce_default_activation_function": "torch.nn.modules.linear.Identity",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed9cb5b375f1ed3ff9bb8c34c1833a252194d3d0784d0770dac03495ebd27533
|
3 |
+
size 133507566
|