jaimik69/blip-finetuned-100
Browse files- README.md +51 -0
- config.json +26 -0
- generation_config.json +7 -0
- model.safetensors +3 -0
- preprocessor_config.json +26 -0
- runs/Nov29_01-44-45_944f6ffe8dd5/events.out.tfevents.1701222319.944f6ffe8dd5.740.0 +3 -0
- runs/Nov29_01-44-45_944f6ffe8dd5/events.out.tfevents.1701222334.944f6ffe8dd5.740.1 +3 -0
- runs/Nov29_01-44-45_944f6ffe8dd5/events.out.tfevents.1701222826.944f6ffe8dd5.740.2 +3 -0
- runs/Nov29_01-56-06_944f6ffe8dd5/events.out.tfevents.1701222967.944f6ffe8dd5.740.3 +3 -0
- runs/Nov29_01-56-06_944f6ffe8dd5/events.out.tfevents.1701224280.944f6ffe8dd5.740.4 +3 -0
- runs/Nov29_02-19-22_944f6ffe8dd5/events.out.tfevents.1701224365.944f6ffe8dd5.10086.0 +3 -0
- runs/Nov29_02-19-22_944f6ffe8dd5/events.out.tfevents.1701226813.944f6ffe8dd5.10086.1 +3 -0
- runs/Nov29_02-19-22_944f6ffe8dd5/events.out.tfevents.1701226876.944f6ffe8dd5.10086.2 +3 -0
- runs/Nov29_03-02-07_944f6ffe8dd5/events.out.tfevents.1701226928.944f6ffe8dd5.20712.0 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +62 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
README.md
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: bsd-3-clause
|
3 |
+
base_model: Salesforce/blip-vqa-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: blip_finetuned
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# blip_finetuned
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [Salesforce/blip-vqa-base](https://huggingface.co/Salesforce/blip-vqa-base) on an unknown dataset.
|
17 |
+
|
18 |
+
## Model description
|
19 |
+
|
20 |
+
More information needed
|
21 |
+
|
22 |
+
## Intended uses & limitations
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Training and evaluation data
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training procedure
|
31 |
+
|
32 |
+
### Training hyperparameters
|
33 |
+
|
34 |
+
The following hyperparameters were used during training:
|
35 |
+
- learning_rate: 5e-05
|
36 |
+
- train_batch_size: 4
|
37 |
+
- eval_batch_size: 8
|
38 |
+
- seed: 42
|
39 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
+
- lr_scheduler_type: linear
|
41 |
+
- num_epochs: 20
|
42 |
+
|
43 |
+
### Training results
|
44 |
+
|
45 |
+
|
46 |
+
|
47 |
+
### Framework versions
|
48 |
+
|
49 |
+
- Transformers 4.35.2
|
50 |
+
- Pytorch 2.1.0+cu118
|
51 |
+
- Tokenizers 0.15.0
|
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.35.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.35.2"
|
7 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bdfa2b8193c1bd76a556c86bb3e7baf7e9d14357fdfa78c8700a1e4f6d45e5b0
|
3 |
+
size 1538792184
|
preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_rgb": true,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_pad": true,
|
5 |
+
"do_rescale": true,
|
6 |
+
"do_resize": true,
|
7 |
+
"image_mean": [
|
8 |
+
0.48145466,
|
9 |
+
0.4578275,
|
10 |
+
0.40821073
|
11 |
+
],
|
12 |
+
"image_processor_type": "BlipImageProcessor",
|
13 |
+
"image_std": [
|
14 |
+
0.26862954,
|
15 |
+
0.26130258,
|
16 |
+
0.27577711
|
17 |
+
],
|
18 |
+
"processor_class": "BlipProcessor",
|
19 |
+
"resample": 3,
|
20 |
+
"rescale_factor": 0.00392156862745098,
|
21 |
+
"size": {
|
22 |
+
"height": 384,
|
23 |
+
"width": 384
|
24 |
+
},
|
25 |
+
"size_divisor": 32
|
26 |
+
}
|
runs/Nov29_01-44-45_944f6ffe8dd5/events.out.tfevents.1701222319.944f6ffe8dd5.740.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3d2ff29a673954ffcfdc149524332e851b2c893d1064e49607c68ee73ce2539
|
3 |
+
size 4199
|
runs/Nov29_01-44-45_944f6ffe8dd5/events.out.tfevents.1701222334.944f6ffe8dd5.740.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6d5efdc478baee6a0db002ed161bef5b912bea522248be48da05f45eace8e7f
|
3 |
+
size 8310
|
runs/Nov29_01-44-45_944f6ffe8dd5/events.out.tfevents.1701222826.944f6ffe8dd5.740.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c1b33b349aadc3209a23af88a069d88334293a84f961727f6978dabe56e2c69
|
3 |
+
size 4199
|
runs/Nov29_01-56-06_944f6ffe8dd5/events.out.tfevents.1701222967.944f6ffe8dd5.740.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f7469ef28a8c4e84ac778ede690f65b6fe51a42ad4a391d5a5afc225a0deb56
|
3 |
+
size 4547
|
runs/Nov29_01-56-06_944f6ffe8dd5/events.out.tfevents.1701224280.944f6ffe8dd5.740.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f597fdf73f68490d729970098d5c5507c61758726d72da1f172ddb1181429518
|
3 |
+
size 4184
|
runs/Nov29_02-19-22_944f6ffe8dd5/events.out.tfevents.1701224365.944f6ffe8dd5.10086.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93926502dc83782929d4820b2066905f9727eae6fdcbd6060640bdae4e610538
|
3 |
+
size 4701
|
runs/Nov29_02-19-22_944f6ffe8dd5/events.out.tfevents.1701226813.944f6ffe8dd5.10086.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fca0804ccb0dc99f6f3ce689c0be3f76fa47848cf487482381a2a12b047b159a
|
3 |
+
size 4184
|
runs/Nov29_02-19-22_944f6ffe8dd5/events.out.tfevents.1701226876.944f6ffe8dd5.10086.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d95a3f4cb318983748b3f345538a313836ec51f75be2ffe4b8041b912df3012
|
3 |
+
size 4184
|
runs/Nov29_03-02-07_944f6ffe8dd5/events.out.tfevents.1701226928.944f6ffe8dd5.20712.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6982e0d7551720775df5d54bb8370102eeaaf2427c5c21ad52afd0d5e913f56e
|
3 |
+
size 6117
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_basic_tokenize": true,
|
47 |
+
"do_lower_case": true,
|
48 |
+
"mask_token": "[MASK]",
|
49 |
+
"model_input_names": [
|
50 |
+
"input_ids",
|
51 |
+
"attention_mask"
|
52 |
+
],
|
53 |
+
"model_max_length": 512,
|
54 |
+
"never_split": null,
|
55 |
+
"pad_token": "[PAD]",
|
56 |
+
"processor_class": "BlipProcessor",
|
57 |
+
"sep_token": "[SEP]",
|
58 |
+
"strip_accents": null,
|
59 |
+
"tokenize_chinese_chars": true,
|
60 |
+
"tokenizer_class": "BertTokenizer",
|
61 |
+
"unk_token": "[UNK]"
|
62 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86d1f63ec4d4e816caaa3fcd243e1add0934fba2b08b94810cecaf6edb2a82c1
|
3 |
+
size 4536
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|