| { |
| "_name_or_path": "bert-base-cased", |
| "architectures": [ |
| "BertForTokenClassification" |
| ], |
| "attention_probs_dropout_prob": 0.1, |
| "classifier_dropout": null, |
| "gradient_checkpointing": false, |
| "hidden_act": "gelu", |
| "hidden_dropout_prob": 0.1, |
| "hidden_size": 768, |
| "id2label": { |
| "0": "O", |
| "1": "I-SoftwareCoreference_Deposition", |
| "2": "I-ProgrammingEnvironment_Usage", |
| "3": "I-ProgrammingEnvironment_Mention", |
| "4": "I-PlugIn_Usage", |
| "5": "I-PlugIn_Mention", |
| "6": "I-PlugIn_Deposition", |
| "7": "I-PlugIn_Creation", |
| "8": "I-OperatingSystem_Usage", |
| "9": "I-OperatingSystem_Mention", |
| "10": "I-Application_Usage", |
| "11": "I-Application_Mention", |
| "12": "I-Application_Deposition", |
| "13": "I-Application_Creation", |
| "14": "B-SoftwareCoreference_Deposition", |
| "15": "B-ProgrammingEnvironment_Usage", |
| "16": "B-ProgrammingEnvironment_Mention", |
| "17": "B-PlugIn_Usage", |
| "18": "B-PlugIn_Mention", |
| "19": "B-PlugIn_Deposition", |
| "20": "B-PlugIn_Creation", |
| "21": "B-OperatingSystem_Usage", |
| "22": "B-OperatingSystem_Mention", |
| "23": "B-Application_Usage", |
| "24": "B-Application_Mention", |
| "25": "B-Application_Deposition", |
| "26": "B-Application_Creation" |
| }, |
| "initializer_range": 0.02, |
| "intermediate_size": 3072, |
| "label2id": { |
| "B-Application_Creation": 26, |
| "B-Application_Deposition": 25, |
| "B-Application_Mention": 24, |
| "B-Application_Usage": 23, |
| "B-OperatingSystem_Mention": 22, |
| "B-OperatingSystem_Usage": 21, |
| "B-PlugIn_Creation": 20, |
| "B-PlugIn_Deposition": 19, |
| "B-PlugIn_Mention": 18, |
| "B-PlugIn_Usage": 17, |
| "B-ProgrammingEnvironment_Mention": 16, |
| "B-ProgrammingEnvironment_Usage": 15, |
| "B-SoftwareCoreference_Deposition": 14, |
| "I-Application_Creation": 13, |
| "I-Application_Deposition": 12, |
| "I-Application_Mention": 11, |
| "I-Application_Usage": 10, |
| "I-OperatingSystem_Mention": 9, |
| "I-OperatingSystem_Usage": 8, |
| "I-PlugIn_Creation": 7, |
| "I-PlugIn_Deposition": 6, |
| "I-PlugIn_Mention": 5, |
| "I-PlugIn_Usage": 4, |
| "I-ProgrammingEnvironment_Mention": 3, |
| "I-ProgrammingEnvironment_Usage": 2, |
| "I-SoftwareCoreference_Deposition": 1, |
| "O": 0 |
| }, |
| "layer_norm_eps": 1e-12, |
| "max_position_embeddings": 512, |
| "model_type": "bert", |
| "num_attention_heads": 12, |
| "num_hidden_layers": 12, |
| "pad_token_id": 0, |
| "position_embedding_type": "absolute", |
| "torch_dtype": "float32", |
| "transformers_version": "4.37.0", |
| "type_vocab_size": 2, |
| "use_cache": true, |
| "vocab_size": 28996 |
| } |
|
|