Delete config.json
Browse files- config.json +0 -37
config.json
DELETED
|
@@ -1,37 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_name_or_path": "jinaai/jina-bert-v2-de-61k",
|
| 3 |
-
"architectures": [
|
| 4 |
-
"JinaBertForMaskedLM"
|
| 5 |
-
],
|
| 6 |
-
"attention_probs_dropout_prob": 0.1,
|
| 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",
|
| 18 |
-
"feed_forward_type": "geglu",
|
| 19 |
-
"gradient_checkpointing": false,
|
| 20 |
-
"hidden_act": "gelu",
|
| 21 |
-
"hidden_dropout_prob": 0.1,
|
| 22 |
-
"hidden_size": 768,
|
| 23 |
-
"initializer_range": 0.02,
|
| 24 |
-
"intermediate_size": 3072,
|
| 25 |
-
"layer_norm_eps": 1e-12,
|
| 26 |
-
"max_position_embeddings": 8192,
|
| 27 |
-
"model_type": "bert",
|
| 28 |
-
"num_attention_heads": 12,
|
| 29 |
-
"num_hidden_layers": 12,
|
| 30 |
-
"pad_token_id": 0,
|
| 31 |
-
"position_embedding_type": "alibi",
|
| 32 |
-
"torch_dtype": "float16",
|
| 33 |
-
"transformers_version": "4.31.0",
|
| 34 |
-
"type_vocab_size": 2,
|
| 35 |
-
"use_cache": true,
|
| 36 |
-
"vocab_size": 61056
|
| 37 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|