clause_model_nov19
Browse files- README.md +13 -13
- config.json +66 -66
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [nlpaueb/bert-base-uncased-contracts](https://huggingface.co/nlpaueb/bert-base-uncased-contracts) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -51,21 +51,21 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
54 |
-
| 1.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
|
65 |
|
66 |
### Framework versions
|
67 |
|
68 |
- Transformers 4.42.0
|
69 |
-
- Pytorch 2.5.
|
70 |
- Datasets 3.1.0
|
71 |
- Tokenizers 0.19.1
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [nlpaueb/bert-base-uncased-contracts](https://huggingface.co/nlpaueb/bert-base-uncased-contracts) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0520
|
21 |
+
- Accuracy: 0.9917
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
54 |
+
| 1.5312 | 1.0 | 1179 | 0.8775 | 0.795 |
|
55 |
+
| 0.6044 | 2.0 | 2358 | 0.3375 | 0.9192 |
|
56 |
+
| 0.2778 | 3.0 | 3537 | 0.1704 | 0.9625 |
|
57 |
+
| 0.162 | 4.0 | 4716 | 0.1016 | 0.9792 |
|
58 |
+
| 0.121 | 5.0 | 5895 | 0.0791 | 0.9842 |
|
59 |
+
| 0.0748 | 6.0 | 7074 | 0.0596 | 0.9875 |
|
60 |
+
| 0.0705 | 7.0 | 8253 | 0.0618 | 0.9917 |
|
61 |
+
| 0.052 | 8.0 | 9432 | 0.0622 | 0.9908 |
|
62 |
+
| 0.0299 | 9.0 | 10611 | 0.0505 | 0.9917 |
|
63 |
+
| 0.031 | 10.0 | 11790 | 0.0520 | 0.9917 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
67 |
|
68 |
- Transformers 4.42.0
|
69 |
+
- Pytorch 2.5.1+cu121
|
70 |
- Datasets 3.1.0
|
71 |
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -16,84 +16,84 @@
|
|
16 |
"3": "Non-Compete",
|
17 |
"4": "Exclusivity",
|
18 |
"5": "No Solicitation",
|
19 |
-
"6": "
|
20 |
-
"7": "
|
21 |
-
"8": "
|
22 |
-
"9": "
|
23 |
-
"10": "
|
24 |
-
"11": "
|
25 |
-
"12": "Ip Ownership
|
26 |
-
"13": "
|
27 |
-
"14": "
|
28 |
-
"15": "
|
29 |
-
"16": "
|
30 |
-
"17": "
|
31 |
-
"18": "
|
32 |
-
"19": "
|
33 |
-
"20": "
|
34 |
-
"21": "
|
35 |
-
"22": "
|
36 |
-
"23": "
|
37 |
-
"24": "
|
38 |
-
"25": "
|
39 |
-
"26": "
|
40 |
-
"27": "
|
41 |
-
"28": "
|
42 |
-
"29": "
|
43 |
-
"30": "
|
44 |
-
"31": "
|
45 |
-
"32": "
|
46 |
-
"33": "
|
47 |
-
"34": "
|
48 |
-
"35": "
|
49 |
-
"36": "
|
50 |
-
"37": "
|
51 |
-
"38": "
|
52 |
"39": "Others"
|
53 |
},
|
54 |
"initializer_range": 0.02,
|
55 |
"intermediate_size": 3072,
|
56 |
"label2id": {
|
57 |
-
"Arbitration":
|
58 |
-
"Assignment":
|
59 |
-
"Audits":
|
60 |
-
"Breach":
|
61 |
-
"Cap On Liability":
|
62 |
-
"Change Of Control":
|
63 |
-
"Compensation":
|
64 |
"Competitive Restriction Exception": 2,
|
65 |
-
"Confidentiality":
|
66 |
-
"Covenant Not To Sue":
|
67 |
-
"Definition":
|
68 |
-
"Dispute Resolution":
|
69 |
"Exclusivity": 4,
|
70 |
-
"Force Majeure":
|
71 |
"Governing Law": 1,
|
72 |
-
"Indemnification":
|
73 |
-
"Insurance":
|
74 |
-
"Intellectual Property Rights":
|
75 |
-
"Ip Ownership Assignment":
|
76 |
-
"Joint Ip Ownership":
|
77 |
-
"License Grant":
|
78 |
-
"Liquidated Damages":
|
79 |
-
"Minimum Commitment":
|
|
|
80 |
"No Solicitation": 5,
|
81 |
"Non-Compete": 3,
|
82 |
-
"
|
83 |
-
"Obligations": 38,
|
84 |
"Others": 39,
|
85 |
-
"Post-Termination Services":
|
86 |
-
"Price Restrictions":
|
87 |
"Renewal Term": 0,
|
88 |
-
"Revenue/Profit Sharing":
|
89 |
-
"Rofr/Rofo/Rofn":
|
90 |
-
"Security Deposit":
|
91 |
-
"Severability":
|
92 |
-
"Survival":
|
93 |
-
"Termination":
|
94 |
-
"Uncapped Liability":
|
95 |
-
"Waiver":
|
96 |
-
"Warranty Duration":
|
97 |
},
|
98 |
"layer_norm_eps": 1e-12,
|
99 |
"max_position_embeddings": 512,
|
|
|
16 |
"3": "Non-Compete",
|
17 |
"4": "Exclusivity",
|
18 |
"5": "No Solicitation",
|
19 |
+
"6": "Rofr/Rofo/Rofn",
|
20 |
+
"7": "Change Of Control",
|
21 |
+
"8": "Revenue/Profit Sharing",
|
22 |
+
"9": "Price Restrictions",
|
23 |
+
"10": "Minimum Commitment",
|
24 |
+
"11": "Ip Ownership Assignment",
|
25 |
+
"12": "Joint Ip Ownership",
|
26 |
+
"13": "License Grant",
|
27 |
+
"14": "Post-Termination Services",
|
28 |
+
"15": "Audits",
|
29 |
+
"16": "Uncapped Liability",
|
30 |
+
"17": "Cap On Liability",
|
31 |
+
"18": "Liquidated Damages",
|
32 |
+
"19": "Warranty Duration",
|
33 |
+
"20": "Insurance",
|
34 |
+
"21": "Covenant Not To Sue",
|
35 |
+
"22": "Severability",
|
36 |
+
"23": "Indemnification",
|
37 |
+
"24": "Waiver",
|
38 |
+
"25": "Compensation",
|
39 |
+
"26": "Confidentiality",
|
40 |
+
"27": "Termination",
|
41 |
+
"28": "Arbitration",
|
42 |
+
"29": "Force Majeure",
|
43 |
+
"30": "Definition",
|
44 |
+
"31": "Survival",
|
45 |
+
"32": "Assignment",
|
46 |
+
"33": "Dispute Resolution",
|
47 |
+
"34": "Security Deposit",
|
48 |
+
"35": "Breach",
|
49 |
+
"36": "Intellectual Property Rights",
|
50 |
+
"37": "Obligations",
|
51 |
+
"38": "No Binding",
|
52 |
"39": "Others"
|
53 |
},
|
54 |
"initializer_range": 0.02,
|
55 |
"intermediate_size": 3072,
|
56 |
"label2id": {
|
57 |
+
"Arbitration": 28,
|
58 |
+
"Assignment": 32,
|
59 |
+
"Audits": 15,
|
60 |
+
"Breach": 35,
|
61 |
+
"Cap On Liability": 17,
|
62 |
+
"Change Of Control": 7,
|
63 |
+
"Compensation": 25,
|
64 |
"Competitive Restriction Exception": 2,
|
65 |
+
"Confidentiality": 26,
|
66 |
+
"Covenant Not To Sue": 21,
|
67 |
+
"Definition": 30,
|
68 |
+
"Dispute Resolution": 33,
|
69 |
"Exclusivity": 4,
|
70 |
+
"Force Majeure": 29,
|
71 |
"Governing Law": 1,
|
72 |
+
"Indemnification": 23,
|
73 |
+
"Insurance": 20,
|
74 |
+
"Intellectual Property Rights": 36,
|
75 |
+
"Ip Ownership Assignment": 11,
|
76 |
+
"Joint Ip Ownership": 12,
|
77 |
+
"License Grant": 13,
|
78 |
+
"Liquidated Damages": 18,
|
79 |
+
"Minimum Commitment": 10,
|
80 |
+
"No Binding": 38,
|
81 |
"No Solicitation": 5,
|
82 |
"Non-Compete": 3,
|
83 |
+
"Obligations": 37,
|
|
|
84 |
"Others": 39,
|
85 |
+
"Post-Termination Services": 14,
|
86 |
+
"Price Restrictions": 9,
|
87 |
"Renewal Term": 0,
|
88 |
+
"Revenue/Profit Sharing": 8,
|
89 |
+
"Rofr/Rofo/Rofn": 6,
|
90 |
+
"Security Deposit": 34,
|
91 |
+
"Severability": 22,
|
92 |
+
"Survival": 31,
|
93 |
+
"Termination": 27,
|
94 |
+
"Uncapped Liability": 16,
|
95 |
+
"Waiver": 24,
|
96 |
+
"Warranty Duration": 19
|
97 |
},
|
98 |
"layer_norm_eps": 1e-12,
|
99 |
"max_position_embeddings": 512,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438075536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7d14480a8d01125741a215782478c48b893415d5250aae69e4b7450c1e7b9d4
|
3 |
size 438075536
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49d2a146ee9994e86c64c8d33b268a8f08ebf79bdbb3638aff32df392970981b
|
3 |
size 5112
|