{ "_name_or_path": "jinaai/jina-embeddings-v2-small-en", "architectures": [ "BertForTokenClassification" ], "attention_probs_dropout_prob": 0.0, "auto_map": { "AutoConfig": "jinaai/jina-bert-implementation--configuration_bert.JinaBertConfig", "AutoModel": "jinaai/jina-bert-implementation--modeling_bert.JinaBertModel", "AutoModelForMaskedLM": "jinaai/jina-bert-implementation--modeling_bert.JinaBertForMaskedLM", "AutoModelForSequenceClassification": "jinaai/jina-bert-implementation--modeling_bert.JinaBertForSequenceClassification" }, "classifier_dropout": null, "emb_pooler": "mean", "feed_forward_type": "geglu", "gradient_checkpointing": false, "hidden_act": "gelu", "hidden_dropout_prob": 0.1, "hidden_size": 512, "id2label": { "0": "O", "1": "B-COMMENT", "2": "I-COMMENT", "3": "B-NAME", "4": "I-NAME", "5": "B-RANGE_END", "6": "I-RANGE_END", "7": "B-QTY", "8": "I-QTY", "9": "B-UNIT", "10": "I-UNIT" }, "initializer_range": 0.02, "intermediate_size": 2048, "label2id": { "B-COMMENT": 1, "B-NAME": 3, "B-QTY": 7, "B-RANGE_END": 5, "B-UNIT": 9, "I-COMMENT": 2, "I-NAME": 4, "I-QTY": 8, "I-RANGE_END": 6, "I-UNIT": 10, "O": 0 }, "layer_norm_eps": 1e-12, "max_position_embeddings": 8192, "model_max_length": 8192, "model_type": "bert", "num_attention_heads": 8, "num_hidden_layers": 4, "pad_token_id": 0, "position_embedding_type": "alibi", "torch_dtype": "float32", "transformers_version": "4.34.1", "type_vocab_size": 2, "use_cache": true, "vocab_size": 30528 }