bert-full / config.json
vladjr's picture
Training in progress epoch 0
1c9d42e
raw
history blame contribute delete
No virus
4.51 kB
{
"_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
}