{ "_name_or_path": "google-bert/bert-base-uncased", "architectures": [ "BertForSequenceClassification" ], "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": "d", "1": "y", "2": "c", "3": "o", "4": "self", "5": "health", "6": "accumulated wealth", "7": "family", "8": "social media", "9": "short travel", "10": "sports", "11": "property", "12": "primary education", "13": "love", "14": "romance", "15": "children", "16": "higher education", "17": "job", "18": "diseases", "19": "hard times", "20": "competitive exam", "21": "marriage", "22": "business", "23": "life span", "24": "unearned wealth", "25": "spirituality", "26": "highest education", "27": "long travel", "28": "career", "29": "income", "30": "foreign", "31": "expense", "32": "time_based", "33": "positive_perception" }, "initializer_range": 0.02, "intermediate_size": 3072, "label2id": { "accumulated wealth": 6, "business": 22, "c": 2, "career": 28, "children": 15, "competitive exam": 20, "d": 0, "diseases": 18, "expense": 31, "family": 7, "foreign": 30, "hard times": 19, "health": 5, "higher education": 16, "highest education": 26, "income": 29, "job": 17, "life span": 23, "long travel": 27, "love": 13, "marriage": 21, "o": 3, "positive_perception": 33, "primary education": 12, "property": 11, "romance": 14, "self": 4, "short travel": 9, "social media": 8, "spirituality": 25, "sports": 10, "time_based": 32, "unearned wealth": 24, "y": 1 }, "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", "task_specific_params": { "classifier_config": { "multi_class": [ { "column": "question type", "labels": [ [ "d", "Descriptive" ], [ "y", "Yes/No" ], [ "c", "Complex" ], [ "o", "Options" ] ], "loss_weight": 1, "name": "type" }, { "column": "category", "labels": [ [ "self", "Self" ], [ "health", "Health" ], [ "accumulated wealth", "Accumulated Wealth" ], [ "family", "Family" ], [ "social media", "Social media" ], [ "short travel", "Short Travel" ], [ "sports", "Sports" ], [ "property", "Property" ], [ "primary education", "Primary Education" ], [ "love", "Love" ], [ "romance", "Romance" ], [ "children", "Children" ], [ "higher education", "Higher Education" ], [ "job", "Job" ], [ "diseases", "Diseases" ], [ "hard times", "Hard Times" ], [ "competitive exam", "Competitive Exam" ], [ "marriage", "Marriage" ], [ "business", "Business" ], [ "life span", "Life Span" ], [ "unearned wealth", "Unearned Wealth" ], [ "spirituality", "Spirituality" ], [ "highest education", "Highest Education" ], [ "long travel", "Long Travel" ], [ "career", "Career" ], [ "income", "Income" ], [ "foreign", "Foreign" ], [ "expense", "Expense" ] ], "loss_weight": 1, "name": "category" } ], "multi_label": [ { "columns": { "perception": { "n": 0, "p": 1, "y": 1 }, "time based": { "n": 0, "p": 1, "y": 1 } }, "labels": [ [ "time_based", "Time Based" ], [ "positive_perception", "Positive Perception" ] ], "loss_weight": 1, "name": "attributes", "threshold": 0 } ] } }, "torch_dtype": "float32", "transformers_version": "4.49.0", "type_vocab_size": 2, "use_cache": true, "vocab_size": 30522 }