xshubhamx commited on
Commit
d892984
1 Parent(s): b98e90a

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/bart-large",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "gelu",
5
+ "add_bias_logits": false,
6
+ "add_final_layer_norm": false,
7
+ "architectures": [
8
+ "BartForSequenceClassification"
9
+ ],
10
+ "attention_dropout": 0.1,
11
+ "bos_token_id": 0,
12
+ "classif_dropout": 0.1,
13
+ "classifier_dropout": 0.0,
14
+ "d_model": 1024,
15
+ "decoder_attention_heads": 16,
16
+ "decoder_ffn_dim": 4096,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 12,
19
+ "decoder_start_token_id": 2,
20
+ "dropout": 0.1,
21
+ "early_stopping": true,
22
+ "encoder_attention_heads": 16,
23
+ "encoder_ffn_dim": 4096,
24
+ "encoder_layerdrop": 0.0,
25
+ "encoder_layers": 12,
26
+ "eos_token_id": 2,
27
+ "forced_bos_token_id": 0,
28
+ "forced_eos_token_id": 2,
29
+ "gradient_checkpointing": false,
30
+ "id2label": {
31
+ "0": "Issue",
32
+ "1": "Court Discourse",
33
+ "2": "Conclusion",
34
+ "3": "Precedent Analysis",
35
+ "4": "Section Analysis",
36
+ "5": "Argument by Petitioner",
37
+ "6": "Fact",
38
+ "7": "Argument by Respondent",
39
+ "8": "Ratio",
40
+ "9": "Appellant",
41
+ "10": "Respondent",
42
+ "11": "Argument by Appellant",
43
+ "12": "Petitioner",
44
+ "13": "Judge",
45
+ "14": "Argument by Defendant"
46
+ },
47
+ "init_std": 0.02,
48
+ "is_encoder_decoder": true,
49
+ "label2id": {
50
+ "Appellant": 9,
51
+ "Argument by Appellant": 11,
52
+ "Argument by Defendant": 14,
53
+ "Argument by Petitioner": 5,
54
+ "Argument by Respondent": 7,
55
+ "Conclusion": 2,
56
+ "Court Discourse": 1,
57
+ "Fact": 6,
58
+ "Issue": 0,
59
+ "Judge": 13,
60
+ "Petitioner": 12,
61
+ "Precedent Analysis": 3,
62
+ "Ratio": 8,
63
+ "Respondent": 10,
64
+ "Section Analysis": 4
65
+ },
66
+ "max_position_embeddings": 1024,
67
+ "model_type": "bart",
68
+ "no_repeat_ngram_size": 3,
69
+ "normalize_before": false,
70
+ "num_beams": 4,
71
+ "num_hidden_layers": 12,
72
+ "pad_token_id": 1,
73
+ "problem_type": "single_label_classification",
74
+ "scale_embedding": false,
75
+ "task_specific_params": {
76
+ "summarization": {
77
+ "length_penalty": 1.0,
78
+ "max_length": 128,
79
+ "min_length": 12,
80
+ "num_beams": 4
81
+ },
82
+ "summarization_cnn": {
83
+ "length_penalty": 2.0,
84
+ "max_length": 142,
85
+ "min_length": 56,
86
+ "num_beams": 4
87
+ },
88
+ "summarization_xsum": {
89
+ "length_penalty": 1.0,
90
+ "max_length": 62,
91
+ "min_length": 11,
92
+ "num_beams": 6
93
+ }
94
+ },
95
+ "torch_dtype": "float32",
96
+ "transformers_version": "4.35.2",
97
+ "use_cache": true,
98
+ "vocab_size": 50265
99
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2fa3006fab1ab61b81bbc9beaaa8a7f28f4a6bc2eeb562dff6160e2a1fc2fb0
3
+ size 1629486164
runs/Apr20_23-42-55_a809b8a532ab/events.out.tfevents.1713656578.a809b8a532ab.137.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d620a797261d6fbf8ecd7fe60c1be3809f77a83366c67e9c66bcfe67b027dea9
3
+ size 4184
runs/Apr20_23-47-18_a809b8a532ab/events.out.tfevents.1713656840.a809b8a532ab.1584.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:959457e5c1819cc312efad473996703ec692aa68408907477b5ef8bf02fbe47f
3
+ size 7712
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": true,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": true,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "mask_token": "<mask>",
51
+ "model_max_length": 1024,
52
+ "pad_token": "<pad>",
53
+ "sep_token": "</s>",
54
+ "tokenizer_class": "BartTokenizer",
55
+ "trim_offsets": true,
56
+ "unk_token": "<unk>"
57
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e37f60a60daa651d8e7f2ff3947107bcf8c19f622a0416af7b872e6562bd538
3
+ size 4600
vocab.json ADDED
The diff for this file is too large to render. See raw diff