feat: add model onnx
Browse files- config.json +7 -7
- onnx/model.onnx +3 -0
config.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "jinaai/jina-bert-
|
3 |
"architectures": [
|
4 |
"JinaBertForMaskedLM"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
"attn_implementation": "torch",
|
8 |
"auto_map": {
|
9 |
-
"AutoConfig": "jinaai/jina-bert-
|
10 |
-
"AutoModel": "jinaai/jina-bert-
|
11 |
-
"AutoModelForMaskedLM": "jinaai/jina-bert-
|
12 |
-
"AutoModelForQuestionAnswering": "jinaai/jina-bert-
|
13 |
-
"AutoModelForSequenceClassification": "jinaai/jina-bert-
|
14 |
-
"AutoModelForTokenClassification": "jinaai/jina-bert-
|
15 |
},
|
16 |
"classifier_dropout": null,
|
17 |
"emb_pooler": "mean",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "jinaai/jina-bert-implementation",
|
3 |
"architectures": [
|
4 |
"JinaBertForMaskedLM"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
"attn_implementation": "torch",
|
8 |
"auto_map": {
|
9 |
+
"AutoConfig": "jinaai/jina-bert-implementation--configuration_bert.JinaBertConfig",
|
10 |
+
"AutoModel": "jinaai/jina-bert-implementation--modeling_bert.JinaBertModel",
|
11 |
+
"AutoModelForMaskedLM": "jinaai/jina-bert-implementation--modeling_bert.JinaBertForMaskedLM",
|
12 |
+
"AutoModelForQuestionAnswering": "jinaai/jina-bert-implementation--modeling_bert.JinaBertForQuestionAnswering",
|
13 |
+
"AutoModelForSequenceClassification": "jinaai/jina-bert-implementation--modeling_bert.JinaBertForSequenceClassification",
|
14 |
+
"AutoModelForTokenClassification": "jinaai/jina-bert-implementation--modeling_bert.JinaBertForTokenClassification"
|
15 |
},
|
16 |
"classifier_dropout": null,
|
17 |
"emb_pooler": "mean",
|
onnx/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c453cd357748669473402c137359ee20192beebafed9eded579a21275538418
|
3 |
+
size 641215439
|