SyedMarwan commited on
Commit
c0914ff
1 Parent(s): ec0d53d

Added model

Browse files
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Salesforce/blip-vqa-base",
3
+ "architectures": [
4
+ "BlipForQuestionAnswering"
5
+ ],
6
+ "image_text_hidden_size": 256,
7
+ "initializer_factor": 1.0,
8
+ "initializer_range": 0.02,
9
+ "logit_scale_init_value": 2.6592,
10
+ "model_type": "blip",
11
+ "projection_dim": 512,
12
+ "text_config": {
13
+ "initializer_factor": 1.0,
14
+ "model_type": "blip_text_model",
15
+ "num_attention_heads": 12
16
+ },
17
+ "torch_dtype": "float32",
18
+ "transformers_version": "4.33.2",
19
+ "vision_config": {
20
+ "dropout": 0.0,
21
+ "initializer_factor": 1.0,
22
+ "initializer_range": 0.02,
23
+ "model_type": "blip_vision_model",
24
+ "num_channels": 3
25
+ }
26
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 30522,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.33.2"
7
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beaf88e1989696e116f5c84558ac4a043baeba828ce6e1c4369d8f3495af21de
3
+ size 3078041625
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:753700f93421080240ee64c73eb7013560cb2957c57b732b04a794eebd6b6a04
3
+ size 1538968797
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2278a87cdf86c3f9219223c847f6b27f6b7f15b8226b617f38936e8ff2cbcde
3
+ size 14575
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c1fabe8bd169bc1f30459d522148808adfcea79118201d4ca53b389780080c5
3
+ size 627
trainer_state.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9991863303498779,
5
+ "eval_steps": 500,
6
+ "global_step": 614,
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.81,
13
+ "learning_rate": 4.130434782608696e-06,
14
+ "loss": 3.7039,
15
+ "step": 500
16
+ }
17
+ ],
18
+ "logging_steps": 500,
19
+ "max_steps": 614,
20
+ "num_train_epochs": 1,
21
+ "save_steps": 500,
22
+ "total_flos": 1271309005602816.0,
23
+ "trial_name": null,
24
+ "trial_params": null
25
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11ab01c6e9d5f3a7284e252f3049840e4f8688acf319900d5fff91d9dfe60d21
3
+ size 4091