File size: 4,506 Bytes
1c9d42e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 |
{
"_name_or_path": "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": "Alternative Investment",
"1": "Appreciative Inquiry",
"2": "Artificial Intelligence",
"3": "Accounts Receivable",
"4": "Annual Review",
"5": "Applicant Tracking System",
"6": "Automated Trading System",
"7": "Career Advancement",
"8": "Chartered Accountant",
"9": "Customer Acquisition",
"10": "Career Pathing",
"11": "Commercial Paper",
"12": "Cost Per Mille",
"13": "Cost Per Million",
"14": "Credit Risk Management",
"15": "Customer Relationship Management",
"16": "Call to Action",
"17": "Commodity Trading Advisor",
"18": "Diversity, Equity, and Inclusion",
"19": "Dividend Equity Income",
"20": "Earnings Report",
"21": "Employee Relations",
"22": "Email Verification Process",
"23": "Employee Value Proposition",
"24": "Executive Vice President",
"25": "Marketing Automation",
"26": "Mergers & Acquisitions",
"27": "Management BuyOut",
"28": "Management By Objectives",
"29": "Performance Management",
"30": "Portfolio Manager",
"31": "Product Marketing",
"32": "Performance Review",
"33": "Public Relations",
"34": "Remarketing Audience",
"35": "Risk Assessment",
"36": "Return on Investment",
"37": "Return on Involvement",
"38": "Recruitment Process Outsourcing",
"39": "Request for Purchase Order",
"40": "Small and Medium-sized Enterprises",
"41": "Subject Matter Expert",
"42": "Annual Report ",
"43": "Canadian Dollar ",
"44": "computer-aided design ",
"45": "direct deposit ",
"46": "double booking ",
"47": "due date ",
"48": "millimeters ",
"49": "millions ",
"50": "message ",
"51": "monosodium glutamate ",
"52": "senior systems administrator ",
"53": "Social Security Administration ",
"54": "Workforce Now ",
"55": "World Federation of Neurology ",
"56": "you only live once ",
"57": "you only look once "
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Accounts Receivable": 3,
"Alternative Investment": 0,
"Annual Report ": 42,
"Annual Review": 4,
"Applicant Tracking System": 5,
"Appreciative Inquiry": 1,
"Artificial Intelligence": 2,
"Automated Trading System": 6,
"Call to Action": 16,
"Canadian Dollar ": 43,
"Career Advancement": 7,
"Career Pathing": 10,
"Chartered Accountant": 8,
"Commercial Paper": 11,
"Commodity Trading Advisor": 17,
"Cost Per Mille": 12,
"Cost Per Million": 13,
"Credit Risk Management": 14,
"Customer Acquisition": 9,
"Customer Relationship Management": 15,
"Diversity, Equity, and Inclusion": 18,
"Dividend Equity Income": 19,
"Earnings Report": 20,
"Email Verification Process": 22,
"Employee Relations": 21,
"Employee Value Proposition": 23,
"Executive Vice President": 24,
"Management BuyOut": 27,
"Management By Objectives": 28,
"Marketing Automation": 25,
"Mergers & Acquisitions": 26,
"Performance Management": 29,
"Performance Review": 32,
"Portfolio Manager": 30,
"Product Marketing": 31,
"Public Relations": 33,
"Recruitment Process Outsourcing": 38,
"Remarketing Audience": 34,
"Request for Purchase Order": 39,
"Return on Investment": 36,
"Return on Involvement": 37,
"Risk Assessment": 35,
"Small and Medium-sized Enterprises": 40,
"Social Security Administration ": 53,
"Subject Matter Expert": 41,
"Workforce Now ": 54,
"World Federation of Neurology ": 55,
"computer-aided design ": 44,
"direct deposit ": 45,
"double booking ": 46,
"due date ": 47,
"message ": 50,
"millimeters ": 48,
"millions ": 49,
"monosodium glutamate ": 51,
"senior systems administrator ": 52,
"you only live once ": 56,
"you only look once ": 57
},
"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",
"transformers_version": "4.34.1",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}
|