Stuti Agarwal commited on
Upload BertForTokenClassification
Browse files- config.json +87 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "nlpaueb/bert-base-uncased-contracts",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForTokenClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"eos_token_ids": null,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "[PAD]",
|
| 14 |
+
"1": "appendices or exhibits",
|
| 15 |
+
"2": "amendment and modification",
|
| 16 |
+
"3": "Definitions",
|
| 17 |
+
"4": "Covenants",
|
| 18 |
+
"5": "Warranties",
|
| 19 |
+
"6": "Force majuere",
|
| 20 |
+
"7": "Termination",
|
| 21 |
+
"8": "compliance with laws and regulations",
|
| 22 |
+
"9": "boilerplate language",
|
| 23 |
+
"10": "entire agreement",
|
| 24 |
+
"11": "Data Protection",
|
| 25 |
+
"12": "payment terms",
|
| 26 |
+
"13": "Intellectual property",
|
| 27 |
+
"14": "Non compete",
|
| 28 |
+
"15": "delivery and shipping",
|
| 29 |
+
"16": "Dispute resolution clause",
|
| 30 |
+
"17": "intellectual property",
|
| 31 |
+
"18": "agreed-upon facts or figures",
|
| 32 |
+
"19": "Insurance",
|
| 33 |
+
"20": "governing law and venue",
|
| 34 |
+
"21": "Attachment",
|
| 35 |
+
"22": "Severability",
|
| 36 |
+
"23": "signature",
|
| 37 |
+
"24": "Indemnification and liability clause",
|
| 38 |
+
"25": "Non Solicitation",
|
| 39 |
+
"26": "recitals or preamble",
|
| 40 |
+
"27": "Confidentiality"
|
| 41 |
+
},
|
| 42 |
+
"initializer_range": 0.02,
|
| 43 |
+
"intermediate_size": 3072,
|
| 44 |
+
"label2id": {
|
| 45 |
+
"Attachment": 21,
|
| 46 |
+
"Confidentiality": 27,
|
| 47 |
+
"Covenants": 4,
|
| 48 |
+
"Data Protection": 11,
|
| 49 |
+
"Definitions": 3,
|
| 50 |
+
"Dispute resolution clause": 16,
|
| 51 |
+
"Force majuere": 6,
|
| 52 |
+
"Indemnification and liability clause": 24,
|
| 53 |
+
"Insurance": 19,
|
| 54 |
+
"Intellectual property": 13,
|
| 55 |
+
"Non Solicitation": 25,
|
| 56 |
+
"Non compete": 14,
|
| 57 |
+
"Severability": 22,
|
| 58 |
+
"Termination": 7,
|
| 59 |
+
"Warranties": 5,
|
| 60 |
+
"[PAD]": 0,
|
| 61 |
+
"agreed-upon facts or figures": 18,
|
| 62 |
+
"amendment and modification": 2,
|
| 63 |
+
"appendices or exhibits": 1,
|
| 64 |
+
"boilerplate language": 9,
|
| 65 |
+
"compliance with laws and regulations": 8,
|
| 66 |
+
"delivery and shipping": 15,
|
| 67 |
+
"entire agreement": 10,
|
| 68 |
+
"governing law and venue": 20,
|
| 69 |
+
"intellectual property": 17,
|
| 70 |
+
"payment terms": 12,
|
| 71 |
+
"recitals or preamble": 26,
|
| 72 |
+
"signature": 23
|
| 73 |
+
},
|
| 74 |
+
"layer_norm_eps": 1e-12,
|
| 75 |
+
"max_position_embeddings": 512,
|
| 76 |
+
"model_type": "bert",
|
| 77 |
+
"num_attention_heads": 12,
|
| 78 |
+
"num_hidden_layers": 12,
|
| 79 |
+
"output_past": true,
|
| 80 |
+
"pad_token_id": null,
|
| 81 |
+
"position_embedding_type": "absolute",
|
| 82 |
+
"torch_dtype": "float32",
|
| 83 |
+
"transformers_version": "4.35.2",
|
| 84 |
+
"type_vocab_size": 2,
|
| 85 |
+
"use_cache": true,
|
| 86 |
+
"vocab_size": 30522
|
| 87 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42ab42e187324318dc12ef2c75799460be0e339eae24d58eb425ede876681a2e
|
| 3 |
+
size 435676064
|