| { | |
| "_name_or_path": "microsoft/unixcoder-base", | |
| "architectures": [ | |
| "BertForTokenClassification" | |
| ], | |
| "attention_probs_dropout_prob": 0.1, | |
| "bos_token_id": 0, | |
| "classifier_dropout": null, | |
| "eos_token_id": 2, | |
| "gradient_checkpointing": false, | |
| "hidden_act": "gelu", | |
| "hidden_dropout_prob": 0.1, | |
| "hidden_size": 768, | |
| "id2label": { | |
| "0": "O", | |
| "1": "DB_NAME_KEY", | |
| "2": "DB_NAME", | |
| "3": "DB_HOST_KEY", | |
| "4": "DB_HOST", | |
| "5": "DB_PORT_KEY", | |
| "6": "DB_PORT", | |
| "7": "DB_USER_KEY", | |
| "8": "DB_USER", | |
| "9": "DB_PASSWORD_KEY", | |
| "10": "DB_PASSWORD", | |
| "11": "DB_ENGINE_KEY", | |
| "12": "DB_ENGINE", | |
| "13": "DB_TABLE_KEY", | |
| "14": "DB_TABLE", | |
| "15": "DB_CONNECTION_KEY", | |
| "16": "DB_CONNECTION" | |
| }, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 3072, | |
| "label2id": { | |
| "DB_CONNECTION": 16, | |
| "DB_CONNECTION_KEY": 15, | |
| "DB_ENGINE": 12, | |
| "DB_ENGINE_KEY": 11, | |
| "DB_HOST": 4, | |
| "DB_HOST_KEY": 3, | |
| "DB_NAME": 2, | |
| "DB_NAME_KEY": 1, | |
| "DB_PASSWORD": 10, | |
| "DB_PASSWORD_KEY": 9, | |
| "DB_PORT": 6, | |
| "DB_PORT_KEY": 5, | |
| "DB_TABLE": 14, | |
| "DB_TABLE_KEY": 13, | |
| "DB_USER": 8, | |
| "DB_USER_KEY": 7, | |
| "O": 0 | |
| }, | |
| "layer_norm_eps": 1e-05, | |
| "max_position_embeddings": 1026, | |
| "model_type": "bert", | |
| "num_attention_heads": 12, | |
| "num_hidden_layers": 12, | |
| "output_past": true, | |
| "pad_token_id": 1, | |
| "position_embedding_type": "absolute", | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.34.0", | |
| "type_vocab_size": 10, | |
| "use_cache": true, | |
| "vocab_size": 51416 | |
| } | |