| { | |
| "_name_or_path": "/home/mostafa_r/token-classification/HooshvareLab/bert-fa-base-uncased-ner-arman-checked_fields-ner/checkpoint-768", | |
| "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-Identifier", | |
| "2": "I-Identifier", | |
| "3": "B-Registration Number", | |
| "4": "I-Registration Number", | |
| "5": "B-min_Registration Date Format", | |
| "6": "I-min_Registration Date Format", | |
| "7": "B-max_Registration Date Format", | |
| "8": "I-max_Registration Date Format", | |
| "9": "B-Type of Letter", | |
| "10": "I-Type of Letter", | |
| "11": "B-Sender/Signer Organization", | |
| "12": "I-Sender/Signer Organization", | |
| "13": "B-Sender/Signer Position", | |
| "14": "I-Sender/Signer Position", | |
| "15": "B-Full Name of Sender/Signer", | |
| "16": "I-Full Name of Sender/Signer", | |
| "17": "B-Receiver Organization", | |
| "18": "I-Receiver Organization", | |
| "19": "B-Receiver Position", | |
| "20": "I-Receiver Position", | |
| "21": "B-Full Name of Receiver", | |
| "22": "I-Full Name of Receiver", | |
| "23": "B-Cc Receiver Organization", | |
| "24": "I-Cc Receiver Organization", | |
| "25": "B-Cc Receiver Position", | |
| "26": "I-Cc Receiver Position", | |
| "27": "B-Full Name of Cc Receiver", | |
| "28": "I-Full Name of Cc Receiver", | |
| "29": "B-Priority", | |
| "30": "I-Priority", | |
| "31": "B-Document Type", | |
| "32": "I-Document Type", | |
| "33": "B-Classification", | |
| "34": "I-Classification", | |
| "35": "B-Importance", | |
| "36": "I-Importance", | |
| "37": "B-Subject", | |
| "38": "I-Subject", | |
| "39": "B-Concept", | |
| "40": "I-Concept" | |
| }, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 3072, | |
| "label2id": { | |
| "B-Cc Receiver Organization": 23, | |
| "B-Cc Receiver Position": 25, | |
| "B-Classification": 33, | |
| "B-Concept": 39, | |
| "B-Document Type": 31, | |
| "B-Full Name of Cc Receiver": 27, | |
| "B-Full Name of Receiver": 21, | |
| "B-Full Name of Sender/Signer": 15, | |
| "B-Identifier": 1, | |
| "B-Importance": 35, | |
| "B-Priority": 29, | |
| "B-Receiver Organization": 17, | |
| "B-Receiver Position": 19, | |
| "B-Registration Number": 3, | |
| "B-Sender/Signer Organization": 11, | |
| "B-Sender/Signer Position": 13, | |
| "B-Subject": 37, | |
| "B-Type of Letter": 9, | |
| "B-max_Registration Date Format": 7, | |
| "B-min_Registration Date Format": 5, | |
| "I-Cc Receiver Organization": 24, | |
| "I-Cc Receiver Position": 26, | |
| "I-Classification": 34, | |
| "I-Concept": 40, | |
| "I-Document Type": 32, | |
| "I-Full Name of Cc Receiver": 28, | |
| "I-Full Name of Receiver": 22, | |
| "I-Full Name of Sender/Signer": 16, | |
| "I-Identifier": 2, | |
| "I-Importance": 36, | |
| "I-Priority": 30, | |
| "I-Receiver Organization": 18, | |
| "I-Receiver Position": 20, | |
| "I-Registration Number": 4, | |
| "I-Sender/Signer Organization": 12, | |
| "I-Sender/Signer Position": 14, | |
| "I-Subject": 38, | |
| "I-Type of Letter": 10, | |
| "I-max_Registration Date Format": 8, | |
| "I-min_Registration Date Format": 6, | |
| "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.48.3", | |
| "type_vocab_size": 2, | |
| "use_cache": true, | |
| "vocab_size": 100000 | |
| } | |