CoolFace
Modelpublic

evgenyChe108/test_on_cloud

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes6downloads
config.json123 linesDownload Raw Back to root
1{2  "_name_or_path": "roberta-base",3  "architectures": [4    "RobertaForSequenceClassification"5  ],6  "attention_probs_dropout_prob": 0.1,7  "bos_token_id": 0,8  "classifier_dropout": null,9  "eos_token_id": 2,10  "hidden_act": "gelu",11  "hidden_dropout_prob": 0.1,12  "hidden_size": 768,13  "id2label": {14    "0": "Java",15    "1": "Application Support",16    "2": "Microsoft Azure",17    "3": "Python.Core",18    "4": "Google Cloud Platform",19    "5": "DevOps",20    "6": "JavaScript",21    "7": "Security.Operations",22    "8": "Systems Architecture",23    "9": "Enterprise Architecture",24    "10": "Amazon Web Services",25    "11": "Cloud Operations",26    "12": ".NET",27    "13": "Node.js",28    "14": "Go Language",29    "15": "Security.Engineering",30    "16": "Support.Data",31    "17": "Python.ML",32    "18": "DBA & Cloud Migration",33    "19": "Operational Intelligence",34    "20": "Security.Cloud",35    "21": "IT Service Management (ITSM)",36    "22": "React Native",37    "23": "Service Desk Management",38    "24": "Support.Infrastructure",39    "25": "DevOps/Automation",40    "26": "Data Integration",41    "27": "API Management",42    "28": "Project Management",43    "29": "Security.IAM",44    "30": "Security.Testing",45    "31": "Kotlin",46    "32": "Support.Users",47    "33": "Salesforce Marketing Cloud (ExactTarget)/Pardot",48    "34": "Data DevOps",49    "35": "Support Management",50    "36": "ServiceNow",51    "37": "Security.Network",52    "38": "Security.Data",53    "39": "Security.Compliance Assurance",54    "40": "Site Reliability Engineering",55    "41": "DevOps.Containers",56    "42": "Support.Management",57    "43": "SAP Business Technology Platform",58    "44": "Automated Testing in Java"59  },60  "initializer_range": 0.02,61  "intermediate_size": 3072,62  "label2id": {63    ".NET": 12,64    "API Management": 27,65    "Amazon Web Services": 10,66    "Application Support": 1,67    "Automated Testing in Java": 44,68    "Cloud Operations": 11,69    "DBA & Cloud Migration": 18,70    "Data DevOps": 34,71    "Data Integration": 26,72    "DevOps": 5,73    "DevOps.Containers": 41,74    "DevOps/Automation": 25,75    "Enterprise Architecture": 9,76    "Go Language": 14,77    "Google Cloud Platform": 4,78    "IT Service Management (ITSM)": 21,79    "Java": 0,80    "JavaScript": 6,81    "Kotlin": 31,82    "Microsoft Azure": 2,83    "Node.js": 13,84    "Operational Intelligence": 19,85    "Project Management": 28,86    "Python.Core": 3,87    "Python.ML": 17,88    "React Native": 22,89    "SAP Business Technology Platform": 43,90    "Salesforce Marketing Cloud (ExactTarget)/Pardot": 33,91    "Security.Cloud": 20,92    "Security.Compliance Assurance": 39,93    "Security.Data": 38,94    "Security.Engineering": 15,95    "Security.IAM": 29,96    "Security.Network": 37,97    "Security.Operations": 7,98    "Security.Testing": 30,99    "Service Desk Management": 23,100    "ServiceNow": 36,101    "Site Reliability Engineering": 40,102    "Support Management": 35,103    "Support.Data": 16,104    "Support.Infrastructure": 24,105    "Support.Management": 42,106    "Support.Users": 32,107    "Systems Architecture": 8108  },109  "layer_norm_eps": 1e-05,110  "max_position_embeddings": 514,111  "model_type": "roberta",112  "num_attention_heads": 12,113  "num_hidden_layers": 12,114  "pad_token_id": 1,115  "position_embedding_type": "absolute",116  "problem_type": "single_label_classification",117  "torch_dtype": "float32",118  "transformers_version": "4.37.2",119  "type_vocab_size": 1,120  "use_cache": true,121  "vocab_size": 50265122}123