| { |
| "_name_or_path": "cross-encoder/ms-marco-MiniLM-L-6-v2", |
| "architectures": [ |
| "ListformerModelForSequenceClassification" |
| ], |
| "attention_probs_dropout_prob": 0.1, |
| "attention_window_size": 4, |
| "cls_doc_attention": true, |
| "cls_query_attention": true, |
| "cls_token_id": 101, |
| "depth": 100, |
| "doc_cls_attention": true, |
| "doc_query_attention": true, |
| "gradient_checkpointing": false, |
| "hidden_act": "gelu", |
| "hidden_dropout_prob": 0.1, |
| "hidden_size": 384, |
| "id2label": { |
| "0": "LABEL_0" |
| }, |
| "initializer_range": 0.02, |
| "input_type_embedding": false, |
| "intermediate_size": 1536, |
| "label2id": { |
| "LABEL_0": 0 |
| }, |
| "layer_norm_eps": 1e-12, |
| "max_position_embeddings": 512, |
| "model_type": "bert", |
| "normalize_output": false, |
| "num_attention_heads": 12, |
| "num_hidden_layers": 6, |
| "pad_token_id": 0, |
| "position_embedding_type": "absolute", |
| "query_cls_attention": false, |
| "query_doc_attention": false, |
| "sbert_ce_default_activation_function": "torch.nn.modules.linear.Identity", |
| "sep_token_id": 102, |
| "token_type_embedding": true, |
| "torch_dtype": "float32", |
| "transformers_version": "4.28.1", |
| "type_vocab_size": 2, |
| "use_cache": true, |
| "vocab_size": 30522 |
| } |
|
|