{ "_name_or_path": "UWB-AIR/Czert-B-base-cased", "architectures": [ "BertForTokenClassification" ], "attention_probs_dropout_prob": 0.25, "classifier_dropout": null, "gradient_checkpointing": false, "hidden_act": "gelu", "hidden_dropout_prob": 0.25, "hidden_size": 768, "id2label": { "0": "O", "1": "B-A", "2": "I-A", "3": "B-G", "4": "I-G", "5": "B-I", "6": "I-I", "7": "B-M", "8": "I-M", "9": "B-O", "10": "I-O", "11": "B-P", "12": "I-P", "13": "B-T", "14": "I-T" }, "initializer_range": 0.02, "intermediate_size": 3072, "label2id": { "B-A": 1, "B-G": 3, "B-I": 5, "B-M": 7, "B-O": 9, "B-P": 11, "B-T": 13, "I-A": 2, "I-G": 4, "I-I": 6, "I-M": 8, "I-O": 10, "I-P": 12, "I-T": 14, "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.36.2", "type_vocab_size": 2, "use_cache": true, "vocab_size": 30522 }