Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "law-ai/InLegalBERT",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_ids": 0,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"id2label": {
|
14 |
+
"0": "Issue",
|
15 |
+
"1": "Court Discourse",
|
16 |
+
"2": "Conclusion",
|
17 |
+
"3": "Precedent Analysis",
|
18 |
+
"4": "Section Analysis",
|
19 |
+
"5": "Argument by Petitioner",
|
20 |
+
"6": "Fact",
|
21 |
+
"7": "Argument by Respondent",
|
22 |
+
"8": "Ratio",
|
23 |
+
"9": "Appellant",
|
24 |
+
"10": "Respondent",
|
25 |
+
"11": "Argument by Appellant",
|
26 |
+
"12": "Petitioner",
|
27 |
+
"13": "Judge",
|
28 |
+
"14": "Argument by Defendant"
|
29 |
+
},
|
30 |
+
"initializer_range": 0.02,
|
31 |
+
"intermediate_size": 3072,
|
32 |
+
"label2id": {
|
33 |
+
"Appellant": 9,
|
34 |
+
"Argument by Appellant": 11,
|
35 |
+
"Argument by Defendant": 14,
|
36 |
+
"Argument by Petitioner": 5,
|
37 |
+
"Argument by Respondent": 7,
|
38 |
+
"Conclusion": 2,
|
39 |
+
"Court Discourse": 1,
|
40 |
+
"Fact": 6,
|
41 |
+
"Issue": 0,
|
42 |
+
"Judge": 13,
|
43 |
+
"Petitioner": 12,
|
44 |
+
"Precedent Analysis": 3,
|
45 |
+
"Ratio": 8,
|
46 |
+
"Respondent": 10,
|
47 |
+
"Section Analysis": 4
|
48 |
+
},
|
49 |
+
"layer_norm_eps": 1e-12,
|
50 |
+
"max_position_embeddings": 512,
|
51 |
+
"model_type": "bert",
|
52 |
+
"num_attention_heads": 12,
|
53 |
+
"num_hidden_layers": 12,
|
54 |
+
"output_past": true,
|
55 |
+
"pad_token_id": 0,
|
56 |
+
"position_embedding_type": "absolute",
|
57 |
+
"problem_type": "single_label_classification",
|
58 |
+
"torch_dtype": "float32",
|
59 |
+
"transformers_version": "4.38.2",
|
60 |
+
"type_vocab_size": 2,
|
61 |
+
"use_cache": true,
|
62 |
+
"vocab_size": 30522
|
63 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:410f743dd13cc733e6a35b1f66e9d0889af13aabee55677b3beec07f1b234a01
|
3 |
+
size 437998636
|
runs/Apr12_20-55-42_f580b627d25e/events.out.tfevents.1712955386.f580b627d25e.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0a7a534647ed9b44c96359da78954bec09e8d08ec7a4efc55bc79f3c83864b7
|
3 |
+
size 6660
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7008362d7c037fee167e42158aa31b52c9af7ab82e5e68c644dba07582cfe746
|
3 |
+
size 4920
|