{ "architectures": [ "BertForTokenClassification" ], "attention_probs_dropout_prob": 0.1, "classifier_dropout": null, "hidden_act": "gelu", "hidden_dropout_prob": 0.1, "hidden_size": 1024, "id2label": { "0": "O", "1": "I-affection declaration", "2": "B-affection declaration", "3": "I-agreement", "4": "B-agreement", "5": "I-ambiguous", "6": "B-ambiguous", "7": "I-compliment", "8": "B-compliment", "9": "I-encouragement", "10": "B-encouragement", "11": "I-gratitude", "12": "B-gratitude", "13": "I-group membership", "14": "B-group membership", "15": "I-implicit", "16": "B-implicit", "17": "I-positive feedback", "18": "B-positive feedback", "19": "I-sympathy", "20": "B-sympathy" }, "initializer_range": 0.02, "intermediate_size": 4096, "label2id": { "B-affection declaration": 2, "B-agreement": 4, "B-ambiguous": 6, "B-compliment": 8, "B-encouragement": 10, "B-gratitude": 12, "B-group membership": 14, "B-implicit": 16, "B-positive feedback": 18, "B-sympathy": 20, "I-affection declaration": 1, "I-agreement": 3, "I-ambiguous": 5, "I-compliment": 7, "I-encouragement": 9, "I-gratitude": 11, "I-group membership": 13, "I-implicit": 15, "I-positive feedback": 17, "I-sympathy": 19, "O": 0 }, "layer_norm_eps": 1e-12, "max_position_embeddings": 512, "model_type": "bert", "num_attention_heads": 16, "num_hidden_layers": 24, "pad_token_id": 0, "position_embedding_type": "absolute", "torch_dtype": "float32", "transformers_version": "4.52.4", "type_vocab_size": 2, "use_cache": true, "vocab_size": 31102 }