clause_model / config.json
adit94's picture
clause_model
13b4aad verified
{
"_name_or_path": "nlpaueb/bert-base-uncased-contracts",
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"eos_token_ids": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "Governing Law",
"1": "Competitive Restriction Exception",
"2": "Non-Compete",
"3": "Exclusivity",
"4": "No-Solicit Of Customers",
"5": "No-Solicit Of Employees",
"6": "Non-Disparagement",
"7": "Rofr/Rofo/Rofn",
"8": "Change Of Control",
"9": "Revenue/Profit Sharing",
"10": "Price Restrictions",
"11": "Minimum Commitment",
"12": "Ip Ownership Assignment",
"13": "Joint Ip Ownership",
"14": "License Grant",
"15": "Irrevocable Or Perpetual License",
"16": "Source Code Escrow",
"17": "Post-Termination Services",
"18": "Uncapped Liability",
"19": "Cap On Liability",
"20": "Liquidated Damages",
"21": "Warranty Duration",
"22": "Insurance",
"23": "Covenant Not To Sue",
"24": "Severability",
"25": "Indemnification",
"26": "Waiver",
"27": "Compensation",
"28": "Confidentiality",
"29": "Termination",
"30": "Arbitration",
"31": "Force Majeure",
"32": "Definition",
"33": "Survival",
"34": "Assignment",
"35": "Dispute Resolution",
"36": "Audits",
"37": "Security Deposit",
"38": "Breach",
"39": "Intellectual Property Rights",
"40": "Obligations",
"41": "Exclusion from Confidentiality",
"42": "Ownership of Confidential Information",
"43": "Legal Obligation to Disclose",
"44": "No Binding",
"45": "Return of Information",
"46": "Permitted Use of Information",
"47": "Others"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Arbitration": 30,
"Assignment": 34,
"Audits": 36,
"Breach": 38,
"Cap On Liability": 19,
"Change Of Control": 8,
"Compensation": 27,
"Competitive Restriction Exception": 1,
"Confidentiality": 28,
"Covenant Not To Sue": 23,
"Definition": 32,
"Dispute Resolution": 35,
"Exclusion from Confidentiality": 41,
"Exclusivity": 3,
"Force Majeure": 31,
"Governing Law": 0,
"Indemnification": 25,
"Insurance": 22,
"Intellectual Property Rights": 39,
"Ip Ownership Assignment": 12,
"Irrevocable Or Perpetual License": 15,
"Joint Ip Ownership": 13,
"Legal Obligation to Disclose": 43,
"License Grant": 14,
"Liquidated Damages": 20,
"Minimum Commitment": 11,
"No Binding": 44,
"No-Solicit Of Customers": 4,
"No-Solicit Of Employees": 5,
"Non-Compete": 2,
"Non-Disparagement": 6,
"Obligations": 40,
"Others": 47,
"Ownership of Confidential Information": 42,
"Permitted Use of Information": 46,
"Post-Termination Services": 17,
"Price Restrictions": 10,
"Return of Information": 45,
"Revenue/Profit Sharing": 9,
"Rofr/Rofo/Rofn": 7,
"Security Deposit": 37,
"Severability": 24,
"Source Code Escrow": 16,
"Survival": 33,
"Termination": 29,
"Uncapped Liability": 18,
"Waiver": 26,
"Warranty Duration": 21
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"output_past": true,
"pad_token_id": null,
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.42.4",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}