Instructions to use madeofajala/gemma-2-2b_LLM_Malaria_split_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use madeofajala/gemma-2-2b_LLM_Malaria_split_2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("madeofajala/gemma-2-2b_LLM_Malaria_split_2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 525, checkpoint
Browse files
last-checkpoint/adapter_config.json
CHANGED
|
@@ -25,13 +25,13 @@
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
-
"
|
|
|
|
| 29 |
"k_proj",
|
| 30 |
-
"o_proj",
|
| 31 |
"up_proj",
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
],
|
| 36 |
"target_parameters": null,
|
| 37 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
+
"v_proj",
|
| 29 |
+
"down_proj",
|
| 30 |
"k_proj",
|
|
|
|
| 31 |
"up_proj",
|
| 32 |
+
"q_proj",
|
| 33 |
+
"gate_proj",
|
| 34 |
+
"o_proj"
|
| 35 |
],
|
| 36 |
"target_parameters": null,
|
| 37 |
"task_type": "CAUSAL_LM",
|
last-checkpoint/adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 41581360
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49eb6649e2274b02d328f72a794bc7eab49ea2afa9e5177abb89e6bdcb67b5e4
|
| 3 |
size 41581360
|
last-checkpoint/optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 21506325
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d57e25f58ff1fa6d753d6a1dbefb4091585054520e08933d5556e19de1668929
|
| 3 |
size 21506325
|
last-checkpoint/scheduler.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1465
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:184a8c32c5a60652447eaf994156244275cb645dd3472230ece015c8f72b2491
|
| 3 |
size 1465
|
last-checkpoint/trainer_state.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
"best_global_step": null,
|
| 3 |
"best_metric": null,
|
| 4 |
"best_model_checkpoint": null,
|
| 5 |
-
"epoch": 0.
|
| 6 |
"eval_steps": 300,
|
| 7 |
-
"global_step":
|
| 8 |
"is_hyper_param_search": false,
|
| 9 |
"is_local_process_zero": true,
|
| 10 |
"is_world_process_zero": true,
|
|
@@ -168,6 +168,56 @@
|
|
| 168 |
"mean_token_accuracy": 0.9314557152986527,
|
| 169 |
"num_tokens": 3680638.0,
|
| 170 |
"step": 400
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 171 |
}
|
| 172 |
],
|
| 173 |
"logging_steps": 25,
|
|
@@ -187,7 +237,7 @@
|
|
| 187 |
"attributes": {}
|
| 188 |
}
|
| 189 |
},
|
| 190 |
-
"total_flos":
|
| 191 |
"train_batch_size": 3,
|
| 192 |
"trial_name": null,
|
| 193 |
"trial_params": null
|
|
|
|
| 2 |
"best_global_step": null,
|
| 3 |
"best_metric": null,
|
| 4 |
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.9545454545454546,
|
| 6 |
"eval_steps": 300,
|
| 7 |
+
"global_step": 525,
|
| 8 |
"is_hyper_param_search": false,
|
| 9 |
"is_local_process_zero": true,
|
| 10 |
"is_world_process_zero": true,
|
|
|
|
| 168 |
"mean_token_accuracy": 0.9314557152986527,
|
| 169 |
"num_tokens": 3680638.0,
|
| 170 |
"step": 400
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"entropy": 0.211444590985775,
|
| 174 |
+
"epoch": 0.7727272727272727,
|
| 175 |
+
"grad_norm": 0.33696606755256653,
|
| 176 |
+
"learning_rate": 0.0002,
|
| 177 |
+
"loss": 0.2138,
|
| 178 |
+
"mean_token_accuracy": 0.9305079692602157,
|
| 179 |
+
"num_tokens": 246907.0,
|
| 180 |
+
"step": 425
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"entropy": 0.2034035588800907,
|
| 184 |
+
"epoch": 0.8181818181818182,
|
| 185 |
+
"grad_norm": 0.2776103913784027,
|
| 186 |
+
"learning_rate": 0.0002,
|
| 187 |
+
"loss": 0.205,
|
| 188 |
+
"mean_token_accuracy": 0.9340596944093704,
|
| 189 |
+
"num_tokens": 491107.0,
|
| 190 |
+
"step": 450
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"entropy": 0.20198263928294183,
|
| 194 |
+
"epoch": 0.8636363636363636,
|
| 195 |
+
"grad_norm": 0.2613779902458191,
|
| 196 |
+
"learning_rate": 0.0002,
|
| 197 |
+
"loss": 0.2046,
|
| 198 |
+
"mean_token_accuracy": 0.9333311957120896,
|
| 199 |
+
"num_tokens": 736913.0,
|
| 200 |
+
"step": 475
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"entropy": 0.19453272923827172,
|
| 204 |
+
"epoch": 0.9090909090909091,
|
| 205 |
+
"grad_norm": 0.2954370677471161,
|
| 206 |
+
"learning_rate": 0.0002,
|
| 207 |
+
"loss": 0.198,
|
| 208 |
+
"mean_token_accuracy": 0.9352397722005844,
|
| 209 |
+
"num_tokens": 981351.0,
|
| 210 |
+
"step": 500
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"entropy": 0.19829959146678447,
|
| 214 |
+
"epoch": 0.9545454545454546,
|
| 215 |
+
"grad_norm": 0.25840431451797485,
|
| 216 |
+
"learning_rate": 0.0002,
|
| 217 |
+
"loss": 0.1992,
|
| 218 |
+
"mean_token_accuracy": 0.9348948985338211,
|
| 219 |
+
"num_tokens": 1226716.0,
|
| 220 |
+
"step": 525
|
| 221 |
}
|
| 222 |
],
|
| 223 |
"logging_steps": 25,
|
|
|
|
| 237 |
"attributes": {}
|
| 238 |
}
|
| 239 |
},
|
| 240 |
+
"total_flos": 7.203650548006912e+16,
|
| 241 |
"train_batch_size": 3,
|
| 242 |
"trial_name": null,
|
| 243 |
"trial_params": null
|
last-checkpoint/training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6865
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e9dd78fafbdde44e0f278b929472178a449375b56fb77fab30d30a5d733013a
|
| 3 |
size 6865
|