clause_model_nov14 / config.json
adit94's picture
clause_model_nov19
43f7e19 verified
raw
history blame
2.99 kB
{
"_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": "Renewal Term",
"1": "Governing Law",
"2": "Competitive Restriction Exception",
"3": "Non-Compete",
"4": "Exclusivity",
"5": "No Solicitation",
"6": "Rofr/Rofo/Rofn",
"7": "Change Of Control",
"8": "Revenue/Profit Sharing",
"9": "Price Restrictions",
"10": "Minimum Commitment",
"11": "Ip Ownership Assignment",
"12": "Joint Ip Ownership",
"13": "License Grant",
"14": "Post-Termination Services",
"15": "Audits",
"16": "Uncapped Liability",
"17": "Cap On Liability",
"18": "Liquidated Damages",
"19": "Warranty Duration",
"20": "Insurance",
"21": "Covenant Not To Sue",
"22": "Severability",
"23": "Indemnification",
"24": "Waiver",
"25": "Compensation",
"26": "Confidentiality",
"27": "Termination",
"28": "Arbitration",
"29": "Force Majeure",
"30": "Definition",
"31": "Survival",
"32": "Assignment",
"33": "Dispute Resolution",
"34": "Security Deposit",
"35": "Breach",
"36": "Intellectual Property Rights",
"37": "Obligations",
"38": "No Binding",
"39": "Others"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Arbitration": 28,
"Assignment": 32,
"Audits": 15,
"Breach": 35,
"Cap On Liability": 17,
"Change Of Control": 7,
"Compensation": 25,
"Competitive Restriction Exception": 2,
"Confidentiality": 26,
"Covenant Not To Sue": 21,
"Definition": 30,
"Dispute Resolution": 33,
"Exclusivity": 4,
"Force Majeure": 29,
"Governing Law": 1,
"Indemnification": 23,
"Insurance": 20,
"Intellectual Property Rights": 36,
"Ip Ownership Assignment": 11,
"Joint Ip Ownership": 12,
"License Grant": 13,
"Liquidated Damages": 18,
"Minimum Commitment": 10,
"No Binding": 38,
"No Solicitation": 5,
"Non-Compete": 3,
"Obligations": 37,
"Others": 39,
"Post-Termination Services": 14,
"Price Restrictions": 9,
"Renewal Term": 0,
"Revenue/Profit Sharing": 8,
"Rofr/Rofo/Rofn": 6,
"Security Deposit": 34,
"Severability": 22,
"Survival": 31,
"Termination": 27,
"Uncapped Liability": 16,
"Waiver": 24,
"Warranty Duration": 19
},
"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.0",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}