xshubhamx commited on
Commit
92d93f3
1 Parent(s): 1c6aa41

Upload folder using huggingface_hub

Browse files
training_checkpoints/checkpoint-1286/config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openaccess-ai-collective/tiny-mistral",
3
+ "architectures": [
4
+ "MistralForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "dropout_p": 0.1,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 512,
12
+ "id2label": {
13
+ "0": "Issue",
14
+ "1": "Court Discourse",
15
+ "2": "Conclusion",
16
+ "3": "Precedent Analysis",
17
+ "4": "Section Analysis",
18
+ "5": "Argument by Petitioner",
19
+ "6": "Fact",
20
+ "7": "Argument by Respondent",
21
+ "8": "Ratio",
22
+ "9": "Appellant",
23
+ "10": "Respondent",
24
+ "11": "Argument by Appellant",
25
+ "12": "Petitioner",
26
+ "13": "Judge",
27
+ "14": "Argument by Defendant"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 14336,
31
+ "label2id": {
32
+ "Appellant": 9,
33
+ "Argument by Appellant": 11,
34
+ "Argument by Defendant": 14,
35
+ "Argument by Petitioner": 5,
36
+ "Argument by Respondent": 7,
37
+ "Conclusion": 2,
38
+ "Court Discourse": 1,
39
+ "Fact": 6,
40
+ "Issue": 0,
41
+ "Judge": 13,
42
+ "Petitioner": 12,
43
+ "Precedent Analysis": 3,
44
+ "Ratio": 8,
45
+ "Respondent": 10,
46
+ "Section Analysis": 4
47
+ },
48
+ "max_position_embeddings": 32768,
49
+ "model_type": "mistral",
50
+ "num_attention_heads": 16,
51
+ "num_hidden_layers": 8,
52
+ "num_key_value_heads": 4,
53
+ "pad_token_id": 32000,
54
+ "problem_type": "single_label_classification",
55
+ "rms_norm_eps": 1e-05,
56
+ "rope_theta": 10000.0,
57
+ "sliding_window": 4096,
58
+ "tie_word_embeddings": false,
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.39.3",
61
+ "use_cache": true,
62
+ "vocab_size": 32001
63
+ }
training_checkpoints/checkpoint-1286/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:835bfa9ff4cee5b25c935a44074ec0287869318d2549a142605076167864f512
3
+ size 791226496
training_checkpoints/checkpoint-1286/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a430152a2cd1918af72131a09877fef7ce018c3ce743214381d492021e6a341
3
+ size 1582499834
training_checkpoints/checkpoint-1286/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee3528bf0ace792176d57cac1ea8e325db1e81a8856e3e8a6e53688b51f9516e
3
+ size 14244
training_checkpoints/checkpoint-1286/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c200f35d245cd1cf6f6f5edc3389bf94c0df0f938c571d6fced87d16aec889eb
3
+ size 1064
training_checkpoints/checkpoint-1286/trainer_state.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5473679856051097,
3
+ "best_model_checkpoint": "tiny-mistral/checkpoint-1286",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1286,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.78,
13
+ "grad_norm": 13.069233894348145,
14
+ "learning_rate": 4.7413167444271646e-05,
15
+ "loss": 1.4479,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.6498838109992254,
21
+ "eval_f1_macro": 0.45467871431664447,
22
+ "eval_f1_micro": 0.6498838109992254,
23
+ "eval_f1_weighted": 0.6214028764904677,
24
+ "eval_loss": 1.118202805519104,
25
+ "eval_macro_fpr": 0.039027492204575735,
26
+ "eval_macro_sensitivity": 0.4743680961365506,
27
+ "eval_macro_specificity": 0.9731278674075015,
28
+ "eval_precision": 0.6258370043663808,
29
+ "eval_precision_macro": 0.4712458606651466,
30
+ "eval_recall": 0.6498838109992254,
31
+ "eval_recall_macro": 0.4743680961365506,
32
+ "eval_runtime": 52.8829,
33
+ "eval_samples_per_second": 24.412,
34
+ "eval_steps_per_second": 3.063,
35
+ "eval_weighted_fpr": 0.03705525495982948,
36
+ "eval_weighted_sensitivity": 0.6498838109992254,
37
+ "eval_weighted_specificity": 0.9470342001132973,
38
+ "step": 643
39
+ },
40
+ {
41
+ "epoch": 1.56,
42
+ "grad_norm": 42.20966720581055,
43
+ "learning_rate": 4.482115085536548e-05,
44
+ "loss": 0.8133,
45
+ "step": 1000
46
+ },
47
+ {
48
+ "epoch": 2.0,
49
+ "eval_accuracy": 0.6986831913245546,
50
+ "eval_f1_macro": 0.5473679856051097,
51
+ "eval_f1_micro": 0.6986831913245546,
52
+ "eval_f1_weighted": 0.6969580552726153,
53
+ "eval_loss": 1.0854355096817017,
54
+ "eval_macro_fpr": 0.030488809177152586,
55
+ "eval_macro_sensitivity": 0.552765390116517,
56
+ "eval_macro_specificity": 0.9773020581125585,
57
+ "eval_precision": 0.7196764053623382,
58
+ "eval_precision_macro": 0.5876945028566362,
59
+ "eval_recall": 0.6986831913245546,
60
+ "eval_recall_macro": 0.552765390116517,
61
+ "eval_runtime": 93.8123,
62
+ "eval_samples_per_second": 13.762,
63
+ "eval_steps_per_second": 1.727,
64
+ "eval_weighted_fpr": 0.029883997848966736,
65
+ "eval_weighted_sensitivity": 0.6986831913245546,
66
+ "eval_weighted_specificity": 0.9608476803638234,
67
+ "step": 1286
68
+ }
69
+ ],
70
+ "logging_steps": 500,
71
+ "max_steps": 9645,
72
+ "num_input_tokens_seen": 0,
73
+ "num_train_epochs": 15,
74
+ "save_steps": 500,
75
+ "total_flos": 5727044348411904.0,
76
+ "train_batch_size": 8,
77
+ "trial_name": null,
78
+ "trial_params": null
79
+ }
training_checkpoints/checkpoint-1286/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae13135576265f1180bcf8daa3dbfb279a0746197d617e38954842ee54fec7e1
3
+ size 4920