Update config.json
Browse files- config.json +4 -9
config.json
CHANGED
|
@@ -1,17 +1,12 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "jinaai/jina-bert-implementation",
|
| 3 |
"architectures": [
|
| 4 |
"JinaBertModel"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"attn_implementation": "torch",
|
| 8 |
"auto_map": {
|
| 9 |
-
"AutoConfig": "
|
| 10 |
-
"AutoModel": "
|
| 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",
|
|
@@ -31,8 +26,8 @@
|
|
| 31 |
"pad_token_id": 0,
|
| 32 |
"position_embedding_type": "alibi",
|
| 33 |
"torch_dtype": "float16",
|
| 34 |
-
"transformers_version": "4.
|
| 35 |
"type_vocab_size": 2,
|
| 36 |
"use_cache": true,
|
| 37 |
"vocab_size": 61056
|
| 38 |
-
}
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"JinaBertModel"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
"attn_implementation": "torch",
|
| 7 |
"auto_map": {
|
| 8 |
+
"AutoConfig": "configuration_bert.JinaBertConfig",
|
| 9 |
+
"AutoModel": "modeling_bert.JinaBertModel"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
},
|
| 11 |
"classifier_dropout": null,
|
| 12 |
"emb_pooler": "mean",
|
|
|
|
| 26 |
"pad_token_id": 0,
|
| 27 |
"position_embedding_type": "alibi",
|
| 28 |
"torch_dtype": "float16",
|
| 29 |
+
"transformers_version": "4.53.0",
|
| 30 |
"type_vocab_size": 2,
|
| 31 |
"use_cache": true,
|
| 32 |
"vocab_size": 61056
|
| 33 |
+
}
|