xshubhamx commited on
Commit
8e95d6e
1 Parent(s): 72c7d94

Upload folder using huggingface_hub

Browse files
training_checkpoints/checkpoint-964/README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  library_name: peft
3
- base_model: facebook/bart-base
4
  ---
5
 
6
  # Model Card for Model ID
@@ -81,7 +81,7 @@ Use the code below to get started with the model.
81
 
82
  [More Information Needed]
83
 
84
- ### Training Procedure
85
 
86
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
 
@@ -197,8 +197,6 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
197
  ## Model Card Contact
198
 
199
  [More Information Needed]
200
-
201
-
202
  ### Framework versions
203
 
204
  - PEFT 0.10.0
 
1
  ---
2
  library_name: peft
3
+ base_model: facebook/bart-large
4
  ---
5
 
6
  # Model Card for Model ID
 
81
 
82
  [More Information Needed]
83
 
84
+ ### Training Procedure
85
 
86
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
 
 
197
  ## Model Card Contact
198
 
199
  [More Information Needed]
 
 
200
  ### Framework versions
201
 
202
  - PEFT 0.10.0
training_checkpoints/checkpoint-964/adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "facebook/bart-base",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "dense",
24
- "v_proj",
25
  "fc1",
26
- "fc2",
27
- "out_proj",
28
  "q_proj",
29
- "k_proj"
 
 
 
 
30
  ],
31
  "task_type": "SEQ_CLS",
32
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "facebook/bart-large",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "fc1",
 
 
24
  "q_proj",
25
+ "dense",
26
+ "k_proj",
27
+ "out_proj",
28
+ "fc2",
29
+ "v_proj"
30
  ],
31
  "task_type": "SEQ_CLS",
32
  "use_dora": false,
training_checkpoints/checkpoint-964/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dd1fd5945710250a52a9e2b6faa6c78abd111aab54b2120871dbe2496e66ac40
3
- size 13151448
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7f1b23196fe424101a627650a830233dab955c943bc700e3dbd58fa93f795f8
3
+ size 34854640
training_checkpoints/checkpoint-964/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5055455df64b41cb5c3384402fe0bc2e20bdac4b8860a1702c31b48f4727a772
3
- size 26413626
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad6e708cb44e04fb73e14c2e47571075f628e6fa1d66ce4a5e3878a7c5703e1c
3
+ size 69927198
training_checkpoints/checkpoint-964/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8671e09d5895878cc2bcb8d4d2444cf0528f52dd1afa8ec49b38789025c8fe6c
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83b115afcd52d41dc1fb04c870646c2e07d0a95af5907bbe893e5e05194bd2a4
3
  size 14244
training_checkpoints/checkpoint-964/trainer_state.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "best_metric": 0.508766573370445,
3
  "best_model_checkpoint": "bart-base-lora/checkpoint-964",
4
  "epoch": 5.996889580093312,
5
  "eval_steps": 500,
@@ -10,140 +10,140 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_accuracy": 0.611154144074361,
14
- "eval_f1_macro": 0.28705545756004525,
15
- "eval_f1_micro": 0.611154144074361,
16
- "eval_f1_weighted": 0.5574695078229231,
17
- "eval_loss": 1.3204560279846191,
18
- "eval_macro_fpr": 0.046390243375546196,
19
- "eval_macro_sensitivity": 0.302378554842108,
20
- "eval_macro_specificity": 0.9691815961629444,
21
- "eval_precision": 0.5321554731456403,
22
- "eval_precision_macro": 0.2887439395071009,
23
- "eval_recall": 0.611154144074361,
24
- "eval_recall_macro": 0.302378554842108,
25
- "eval_runtime": 45.1674,
26
- "eval_samples_per_second": 28.583,
27
- "eval_steps_per_second": 3.587,
28
- "eval_weighted_fpr": 0.04347073086248701,
29
- "eval_weighted_sensitivity": 0.611154144074361,
30
- "eval_weighted_specificity": 0.9265697983698051,
31
  "step": 160
32
  },
33
  {
34
  "epoch": 2.0,
35
- "eval_accuracy": 0.6994577846630519,
36
- "eval_f1_macro": 0.3947617401663212,
37
- "eval_f1_micro": 0.6994577846630519,
38
- "eval_f1_weighted": 0.6807748226338182,
39
- "eval_loss": 0.887535810470581,
40
- "eval_macro_fpr": 0.03062685085400977,
41
- "eval_macro_sensitivity": 0.4253981018601158,
42
- "eval_macro_specificity": 0.977359054380045,
43
- "eval_precision": 0.6728416067370143,
44
- "eval_precision_macro": 0.3822291983692299,
45
- "eval_recall": 0.6994577846630519,
46
- "eval_recall_macro": 0.4253981018601158,
47
- "eval_runtime": 44.0045,
48
- "eval_samples_per_second": 29.338,
49
- "eval_steps_per_second": 3.681,
50
- "eval_weighted_fpr": 0.02977743668457406,
51
- "eval_weighted_sensitivity": 0.6994577846630519,
52
- "eval_weighted_specificity": 0.9609280310376243,
53
  "step": 321
54
  },
55
  {
56
  "epoch": 3.0,
57
- "eval_accuracy": 0.7064291247095275,
58
- "eval_f1_macro": 0.39687975393644837,
59
- "eval_f1_micro": 0.7064291247095275,
60
- "eval_f1_weighted": 0.6751887743731854,
61
- "eval_loss": 0.842707633972168,
62
- "eval_macro_fpr": 0.029525759570689643,
63
- "eval_macro_sensitivity": 0.44418263304043937,
64
- "eval_macro_specificity": 0.9780349023882488,
65
- "eval_precision": 0.6951917464608133,
66
- "eval_precision_macro": 0.4131313886422618,
67
- "eval_recall": 0.7064291247095275,
68
- "eval_recall_macro": 0.44418263304043937,
69
- "eval_runtime": 44.2756,
70
- "eval_samples_per_second": 29.158,
71
- "eval_steps_per_second": 3.659,
72
- "eval_weighted_fpr": 0.02882786947592607,
73
- "eval_weighted_sensitivity": 0.7064291247095275,
74
- "eval_weighted_specificity": 0.9640944111142056,
75
  "step": 482
76
  },
77
  {
78
  "epoch": 3.11,
79
  "learning_rate": 3.958333333333333e-05,
80
- "loss": 1.2895,
81
  "step": 500
82
  },
83
  {
84
  "epoch": 4.0,
85
- "eval_accuracy": 0.7273431448489543,
86
- "eval_f1_macro": 0.42839565617146974,
87
- "eval_f1_micro": 0.7273431448489543,
88
- "eval_f1_weighted": 0.7166656051521775,
89
- "eval_loss": 0.7718679904937744,
90
- "eval_macro_fpr": 0.026373610346420835,
91
- "eval_macro_sensitivity": 0.4597947061276887,
92
- "eval_macro_specificity": 0.9797578098165848,
93
- "eval_precision": 0.7132141916978711,
94
- "eval_precision_macro": 0.41981312370683244,
95
- "eval_recall": 0.7273431448489543,
96
- "eval_recall_macro": 0.4597947061276887,
97
- "eval_runtime": 44.0471,
98
- "eval_samples_per_second": 29.31,
99
- "eval_steps_per_second": 3.678,
100
- "eval_weighted_fpr": 0.026077937472218107,
101
- "eval_weighted_sensitivity": 0.7273431448489543,
102
- "eval_weighted_specificity": 0.9690240023998159,
103
  "step": 643
104
  },
105
  {
106
  "epoch": 5.0,
107
- "eval_accuracy": 0.750580945003873,
108
- "eval_f1_macro": 0.5071625387211971,
109
- "eval_f1_micro": 0.750580945003873,
110
- "eval_f1_weighted": 0.7368350875727435,
111
- "eval_loss": 0.7387559413909912,
112
- "eval_macro_fpr": 0.02390193870216418,
113
- "eval_macro_sensitivity": 0.5165232292614671,
114
- "eval_macro_specificity": 0.9813510652812688,
115
- "eval_precision": 0.739991301984922,
116
- "eval_precision_macro": 0.5733174750951799,
117
- "eval_recall": 0.750580945003873,
118
- "eval_recall_macro": 0.5165232292614671,
119
- "eval_runtime": 43.5191,
120
- "eval_samples_per_second": 29.665,
121
- "eval_steps_per_second": 3.723,
122
- "eval_weighted_fpr": 0.023185483870967742,
123
- "eval_weighted_sensitivity": 0.750580945003873,
124
- "eval_weighted_specificity": 0.9696850342151593,
125
  "step": 803
126
  },
127
  {
128
  "epoch": 6.0,
129
- "eval_accuracy": 0.7443841982958946,
130
- "eval_f1_macro": 0.508766573370445,
131
- "eval_f1_micro": 0.7443841982958946,
132
- "eval_f1_weighted": 0.726841801268282,
133
- "eval_loss": 0.7526118755340576,
134
- "eval_macro_fpr": 0.024741953499129225,
135
- "eval_macro_sensitivity": 0.5229557335240369,
136
- "eval_macro_specificity": 0.980899976318631,
137
- "eval_precision": 0.7337183019873953,
138
- "eval_precision_macro": 0.5703412270657953,
139
- "eval_recall": 0.7443841982958946,
140
- "eval_recall_macro": 0.5229557335240369,
141
- "eval_runtime": 43.7116,
142
- "eval_samples_per_second": 29.534,
143
- "eval_steps_per_second": 3.706,
144
- "eval_weighted_fpr": 0.023940800928612886,
145
- "eval_weighted_sensitivity": 0.7443841982958946,
146
- "eval_weighted_specificity": 0.9691154464835722,
147
  "step": 964
148
  }
149
  ],
@@ -151,7 +151,7 @@
151
  "max_steps": 2400,
152
  "num_train_epochs": 15,
153
  "save_steps": 500,
154
- "total_flos": 9766236815290368.0,
155
  "trial_name": null,
156
  "trial_params": null
157
  }
 
1
  {
2
+ "best_metric": 0.686011065139391,
3
  "best_model_checkpoint": "bart-base-lora/checkpoint-964",
4
  "epoch": 5.996889580093312,
5
  "eval_steps": 500,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_accuracy": 0.715724244771495,
14
+ "eval_f1_macro": 0.3957532686340496,
15
+ "eval_f1_micro": 0.715724244771495,
16
+ "eval_f1_weighted": 0.6834645556416842,
17
+ "eval_loss": 0.9525313973426819,
18
+ "eval_macro_fpr": 0.028501626692807605,
19
+ "eval_macro_sensitivity": 0.4415906678049911,
20
+ "eval_macro_specificity": 0.9786637894661117,
21
+ "eval_precision": 0.6787596592263883,
22
+ "eval_precision_macro": 0.38751339695744513,
23
+ "eval_recall": 0.715724244771495,
24
+ "eval_recall_macro": 0.4415906678049911,
25
+ "eval_runtime": 120.9594,
26
+ "eval_samples_per_second": 10.673,
27
+ "eval_steps_per_second": 1.339,
28
+ "eval_weighted_fpr": 0.027587762158911525,
29
+ "eval_weighted_sensitivity": 0.715724244771495,
30
+ "eval_weighted_specificity": 0.9642325972201805,
31
  "step": 160
32
  },
33
  {
34
  "epoch": 2.0,
35
+ "eval_accuracy": 0.7412858249419055,
36
+ "eval_f1_macro": 0.43370046411892155,
37
+ "eval_f1_micro": 0.7412858249419055,
38
+ "eval_f1_weighted": 0.7231329193382661,
39
+ "eval_loss": 0.7733433842658997,
40
+ "eval_macro_fpr": 0.025167370687133015,
41
+ "eval_macro_sensitivity": 0.4686708989603177,
42
+ "eval_macro_specificity": 0.9805374797463638,
43
+ "eval_precision": 0.729625861926521,
44
+ "eval_precision_macro": 0.4491323101141271,
45
+ "eval_recall": 0.7412858249419055,
46
+ "eval_recall_macro": 0.4686708989603177,
47
+ "eval_runtime": 119.8649,
48
+ "eval_samples_per_second": 10.77,
49
+ "eval_steps_per_second": 1.352,
50
+ "eval_weighted_fpr": 0.024322749781532187,
51
+ "eval_weighted_sensitivity": 0.7412858249419055,
52
+ "eval_weighted_specificity": 0.9667763712535515,
53
  "step": 321
54
  },
55
  {
56
  "epoch": 3.0,
57
+ "eval_accuracy": 0.7738187451587917,
58
+ "eval_f1_macro": 0.5270593942960143,
59
+ "eval_f1_micro": 0.7738187451587917,
60
+ "eval_f1_weighted": 0.7610767338978833,
61
+ "eval_loss": 0.7104586958885193,
62
+ "eval_macro_fpr": 0.021211805484311928,
63
+ "eval_macro_sensitivity": 0.5407847836684627,
64
+ "eval_macro_specificity": 0.9830897092527341,
65
+ "eval_precision": 0.7630858215778352,
66
+ "eval_precision_macro": 0.5565386466479504,
67
+ "eval_recall": 0.7738187451587917,
68
+ "eval_recall_macro": 0.5407847836684627,
69
+ "eval_runtime": 119.5419,
70
+ "eval_samples_per_second": 10.8,
71
+ "eval_steps_per_second": 1.355,
72
+ "eval_weighted_fpr": 0.020451043563524302,
73
+ "eval_weighted_sensitivity": 0.7738187451587917,
74
+ "eval_weighted_specificity": 0.9725268936322198,
75
  "step": 482
76
  },
77
  {
78
  "epoch": 3.11,
79
  "learning_rate": 3.958333333333333e-05,
80
+ "loss": 1.08,
81
  "step": 500
82
  },
83
  {
84
  "epoch": 4.0,
85
+ "eval_accuracy": 0.7575522850503486,
86
+ "eval_f1_macro": 0.5497163954183316,
87
+ "eval_f1_micro": 0.7575522850503486,
88
+ "eval_f1_weighted": 0.7437674055775699,
89
+ "eval_loss": 0.7538753151893616,
90
+ "eval_macro_fpr": 0.023393901824967867,
91
+ "eval_macro_sensitivity": 0.5613408412198008,
92
+ "eval_macro_specificity": 0.9817091819688993,
93
+ "eval_precision": 0.7583906478192325,
94
+ "eval_precision_macro": 0.5791225123984725,
95
+ "eval_recall": 0.7575522850503486,
96
+ "eval_recall_macro": 0.5613408412198008,
97
+ "eval_runtime": 120.3095,
98
+ "eval_samples_per_second": 10.731,
99
+ "eval_steps_per_second": 1.347,
100
+ "eval_weighted_fpr": 0.022349161013923598,
101
+ "eval_weighted_sensitivity": 0.7575522850503486,
102
+ "eval_weighted_specificity": 0.9680854444831427,
103
  "step": 643
104
  },
105
  {
106
  "epoch": 5.0,
107
+ "eval_accuracy": 0.7831138652207591,
108
+ "eval_f1_macro": 0.6353946839596228,
109
+ "eval_f1_micro": 0.783113865220759,
110
+ "eval_f1_weighted": 0.770250750407997,
111
+ "eval_loss": 0.6978110074996948,
112
+ "eval_macro_fpr": 0.020328728105215688,
113
+ "eval_macro_sensitivity": 0.6491872351233146,
114
+ "eval_macro_specificity": 0.983610303127039,
115
+ "eval_precision": 0.790031827496624,
116
+ "eval_precision_macro": 0.7409525878258343,
117
+ "eval_recall": 0.7831138652207591,
118
+ "eval_recall_macro": 0.6491872351233146,
119
+ "eval_runtime": 119.9411,
120
+ "eval_samples_per_second": 10.764,
121
+ "eval_steps_per_second": 1.351,
122
+ "eval_weighted_fpr": 0.019398642095053348,
123
+ "eval_weighted_sensitivity": 0.7831138652207591,
124
+ "eval_weighted_specificity": 0.9710406816848265,
125
  "step": 803
126
  },
127
  {
128
  "epoch": 6.0,
129
+ "eval_accuracy": 0.8156467854376452,
130
+ "eval_f1_macro": 0.686011065139391,
131
+ "eval_f1_micro": 0.8156467854376452,
132
+ "eval_f1_weighted": 0.8087620976325791,
133
+ "eval_loss": 0.5920090675354004,
134
+ "eval_macro_fpr": 0.016634568189926056,
135
+ "eval_macro_sensitivity": 0.6889168814632094,
136
+ "eval_macro_specificity": 0.9860196319752603,
137
+ "eval_precision": 0.8053079350996695,
138
+ "eval_precision_macro": 0.7051361586363433,
139
+ "eval_recall": 0.8156467854376452,
140
+ "eval_recall_macro": 0.6889168814632094,
141
+ "eval_runtime": 121.4244,
142
+ "eval_samples_per_second": 10.632,
143
+ "eval_steps_per_second": 1.334,
144
+ "eval_weighted_fpr": 0.01588785046728972,
145
+ "eval_weighted_sensitivity": 0.8156467854376452,
146
+ "eval_weighted_specificity": 0.974647694191258,
147
  "step": 964
148
  }
149
  ],
 
151
  "max_steps": 2400,
152
  "num_train_epochs": 15,
153
  "save_steps": 500,
154
+ "total_flos": 3.432854241692467e+16,
155
  "trial_name": null,
156
  "trial_params": null
157
  }
training_checkpoints/checkpoint-964/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cfb230625284b71a8582d0495ae9a462b745f8cb976f9d7932c4f91357944609
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cfeeb4079e0edbd60cad2df3b73a192a8e64f61f57cc52cfabb80fd9ff6105d
3
  size 4600