sayanbanerjee32
commited on
Commit
•
be8bb32
1
Parent(s):
8615989
Upload folder using huggingface_hub
Browse files- adapter_model.safetensors +1 -1
- image_projector.pth +1 -1
- lora_weights.pt +1 -1
- trainer_state.json +20 -4
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 35669232
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6c74a28a39d77781fcd25fd54b276d0ca02f33aaeb8088ad1295f8a6a680676
|
3 |
size 35669232
|
image_projector.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 29379352
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af35f86319f9b05d70c83566baf21fb4f8b684962d951cbc16ebe50183e48b0f
|
3 |
size 29379352
|
lora_weights.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 35697862
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5c577728b97435363f12b7abaf1ab3de4723cd47a6c52f0ab67d078d3149465
|
3 |
size 35697862
|
trainer_state.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"epoch": 0.
|
3 |
-
"global_step":
|
4 |
"max_steps": 12,
|
5 |
"logging_steps": 10,
|
6 |
"eval_steps": 10,
|
@@ -8,8 +8,24 @@
|
|
8 |
"train_batch_size": 8,
|
9 |
"num_train_epochs": 1,
|
10 |
"num_input_tokens_seen": 0,
|
11 |
-
"total_flos":
|
12 |
-
"log_history": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"best_metric": null,
|
14 |
"best_model_checkpoint": null,
|
15 |
"is_local_process_zero": true,
|
|
|
1 |
{
|
2 |
+
"epoch": 0.07407407407407407,
|
3 |
+
"global_step": 10,
|
4 |
"max_steps": 12,
|
5 |
"logging_steps": 10,
|
6 |
"eval_steps": 10,
|
|
|
8 |
"train_batch_size": 8,
|
9 |
"num_train_epochs": 1,
|
10 |
"num_input_tokens_seen": 0,
|
11 |
+
"total_flos": 5313378151366656.0,
|
12 |
+
"log_history": [
|
13 |
+
{
|
14 |
+
"loss": 0.688,
|
15 |
+
"grad_norm": 0.5886830687522888,
|
16 |
+
"learning_rate": 0.0001,
|
17 |
+
"epoch": 0.07407407407407407,
|
18 |
+
"step": 10
|
19 |
+
},
|
20 |
+
{
|
21 |
+
"eval_loss": 0.31789010763168335,
|
22 |
+
"eval_runtime": 428.825,
|
23 |
+
"eval_samples_per_second": 0.529,
|
24 |
+
"eval_steps_per_second": 0.133,
|
25 |
+
"epoch": 0.07407407407407407,
|
26 |
+
"step": 10
|
27 |
+
}
|
28 |
+
],
|
29 |
"best_metric": null,
|
30 |
"best_model_checkpoint": null,
|
31 |
"is_local_process_zero": true,
|