| { | |
| "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": "B-College Name", | |
| "2": "I-College Name", | |
| "3": "B-Companies worked at", | |
| "4": "I-Companies worked at", | |
| "5": "B-Degree", | |
| "6": "I-Degree", | |
| "7": "B-Designation", | |
| "8": "I-Designation", | |
| "9": "B-Email Address", | |
| "10": "I-Email Address", | |
| "11": "B-Graduation Year", | |
| "12": "I-Graduation Year", | |
| "13": "B-Location", | |
| "14": "I-Location", | |
| "15": "B-Name", | |
| "16": "I-Name", | |
| "17": "B-Phone", | |
| "18": "I-Phone", | |
| "19": "B-Skills", | |
| "20": "I-Skills", | |
| "21": "B-UNKNOWN", | |
| "22": "I-UNKNOWN", | |
| "23": "B-Years of Experience", | |
| "24": "I-Years of Experience" | |
| }, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 3072, | |
| "label2id": { | |
| "B-College Name": 1, | |
| "B-Companies worked at": 3, | |
| "B-Degree": 5, | |
| "B-Designation": 7, | |
| "B-Email Address": 9, | |
| "B-Graduation Year": 11, | |
| "B-Location": 13, | |
| "B-Name": 15, | |
| "B-Phone": 17, | |
| "B-Skills": 19, | |
| "B-UNKNOWN": 21, | |
| "B-Years of Experience": 23, | |
| "I-College Name": 2, | |
| "I-Companies worked at": 4, | |
| "I-Degree": 6, | |
| "I-Designation": 8, | |
| "I-Email Address": 10, | |
| "I-Graduation Year": 12, | |
| "I-Location": 14, | |
| "I-Name": 16, | |
| "I-Phone": 18, | |
| "I-Skills": 20, | |
| "I-UNKNOWN": 22, | |
| "I-Years of Experience": 24, | |
| "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.53.3", | |
| "type_vocab_size": 2, | |
| "use_cache": true, | |
| "vocab_size": 28996 | |
| } | |