| { |
| "architectures": [ |
| "BertForTokenClassification" |
| ], |
| "attention_probs_dropout_prob": 0.1, |
| "classifier_dropout": null, |
| "dtype": "float32", |
| "hidden_act": "gelu", |
| "hidden_dropout_prob": 0.1, |
| "hidden_size": 768, |
| "id2label": { |
| "0": "B-CellLine", |
| "1": "B-ChemicalEntity", |
| "2": "B-DiseaseOrPhenotypicFeature", |
| "3": "B-GeneOrGeneProduct", |
| "4": "B-OrganismTaxon", |
| "5": "B-SequenceVariant", |
| "6": "I-CellLine", |
| "7": "I-ChemicalEntity", |
| "8": "I-DiseaseOrPhenotypicFeature", |
| "9": "I-GeneOrGeneProduct", |
| "10": "I-OrganismTaxon", |
| "11": "I-SequenceVariant", |
| "12": "O" |
| }, |
| "initializer_range": 0.02, |
| "intermediate_size": 3072, |
| "label2id": { |
| "B-CellLine": 0, |
| "B-ChemicalEntity": 1, |
| "B-DiseaseOrPhenotypicFeature": 2, |
| "B-GeneOrGeneProduct": 3, |
| "B-OrganismTaxon": 4, |
| "B-SequenceVariant": 5, |
| "I-CellLine": 6, |
| "I-ChemicalEntity": 7, |
| "I-DiseaseOrPhenotypicFeature": 8, |
| "I-GeneOrGeneProduct": 9, |
| "I-OrganismTaxon": 10, |
| "I-SequenceVariant": 11, |
| "O": 12 |
| }, |
| "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", |
| "training_config": { |
| "epochs": 8, |
| "model_name": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract", |
| "output_dir": "output/ner_agent_detection", |
| "test_data": "data/train/ner_data/BioRED/processed/test_biored_sent_annotated.json", |
| "time_created": "2025-11-09", |
| "train_data": "data/train/ner_data/BioRED/processed/train_biored_sent_annotated.json", |
| "use_cached_dataset": true, |
| "val_data": "data/train/ner_data/BioRED/processed/val_biored_sent_annotated.json", |
| "version": "1.1" |
| }, |
| "transformers_version": "4.56.1", |
| "type_vocab_size": 2, |
| "use_cache": true, |
| "vocab_size": 28895 |
| } |
|
|