Jamie@TitanML
commited on
Commit
•
d8829fd
1
Parent(s):
a2e4322
Update config.json
Browse files- config.json +2 -5
config.json
CHANGED
@@ -2,14 +2,11 @@
|
|
2 |
"_name_or_path": "jinaai/jina-bert-implementation",
|
3 |
"model_max_length": 8192,
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"attention_probs_dropout_prob": 0.0,
|
8 |
"auto_map": {
|
9 |
-
"AutoConfig": "
|
10 |
-
"AutoModelForMaskedLM": "jinaai/jina-bert-implementation--modeling_bert.JinaBertForMaskedLM",
|
11 |
-
"AutoModel": "jinaai/jina-bert-implementation--modeling_bert.JinaBertModel",
|
12 |
-
"AutoModelForSequenceClassification": "jinaai/jina-bert-implementation--modeling_bert.JinaBertForSequenceClassification"
|
13 |
},
|
14 |
"classifier_dropout": null,
|
15 |
"gradient_checkpointing": false,
|
|
|
2 |
"_name_or_path": "jinaai/jina-bert-implementation",
|
3 |
"model_max_length": 8192,
|
4 |
"architectures": [
|
5 |
+
"JinaBertModel"
|
6 |
],
|
7 |
"attention_probs_dropout_prob": 0.0,
|
8 |
"auto_map": {
|
9 |
+
"AutoConfig": "configuration_jina.JinaBertConfig"
|
|
|
|
|
|
|
10 |
},
|
11 |
"classifier_dropout": null,
|
12 |
"gradient_checkpointing": false,
|