electra-teste / config.json
vladjr's picture
Training in progress epoch 0
4795f8f
{
"_name_or_path": "google/electra-base-discriminator",
"architectures": [
"ElectraForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"embedding_size": 768,
"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"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Accounts Receivable": 3,
"Alternative Investment": 0,
"Annual Review": 4,
"Applicant Tracking System": 5,
"Appreciative Inquiry": 1,
"Artificial Intelligence": 2,
"Automated Trading System": 6,
"Call to Action": 16,
"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,
"Subject Matter Expert": 41
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "electra",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"summary_activation": "gelu",
"summary_last_dropout": 0.1,
"summary_type": "first",
"summary_use_proj": true,
"transformers_version": "4.34.0",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}