habibi26 commited on
Commit
56f9274
1 Parent(s): dfb7347

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/clip-vit-base-patch32",
3
+ "architectures": [
4
+ "CLIPForImageClassification"
5
+ ],
6
+ "id2label": {
7
+ "0": "airplane",
8
+ "1": "automobile",
9
+ "2": "bird",
10
+ "3": "cat",
11
+ "4": "deer",
12
+ "5": "dog",
13
+ "6": "frog",
14
+ "7": "horse",
15
+ "8": "ship",
16
+ "9": "truck"
17
+ },
18
+ "initializer_factor": 1.0,
19
+ "label2id": {
20
+ "airplane": 0,
21
+ "automobile": 1,
22
+ "bird": 2,
23
+ "cat": 3,
24
+ "deer": 4,
25
+ "dog": 5,
26
+ "frog": 6,
27
+ "horse": 7,
28
+ "ship": 8,
29
+ "truck": 9
30
+ },
31
+ "logit_scale_init_value": 2.6592,
32
+ "model_type": "clip",
33
+ "problem_type": "single_label_classification",
34
+ "projection_dim": 512,
35
+ "text_config": {
36
+ "bos_token_id": 0,
37
+ "dropout": 0.0,
38
+ "eos_token_id": 2,
39
+ "model_type": "clip_text_model"
40
+ },
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.41.2",
43
+ "vision_config": {
44
+ "dropout": 0.0,
45
+ "model_type": "clip_vision_model"
46
+ }
47
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98f5ccff88a2211771ec65f0935381fb3de10e26dd4046dcc8047c67e16458f1
3
+ size 349878736
preprocessor_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_center_crop",
8
+ "crop_size",
9
+ "do_rescale",
10
+ "rescale_factor",
11
+ "do_normalize",
12
+ "image_mean",
13
+ "image_std",
14
+ "do_convert_rgb",
15
+ "return_tensors",
16
+ "data_format",
17
+ "input_data_format"
18
+ ],
19
+ "crop_size": {
20
+ "height": 224,
21
+ "width": 224
22
+ },
23
+ "do_center_crop": true,
24
+ "do_convert_rgb": true,
25
+ "do_normalize": true,
26
+ "do_rescale": true,
27
+ "do_resize": true,
28
+ "image_mean": [
29
+ 0.48145466,
30
+ 0.4578275,
31
+ 0.40821073
32
+ ],
33
+ "image_processor_type": "CLIPImageProcessor",
34
+ "image_std": [
35
+ 0.26862954,
36
+ 0.26130258,
37
+ 0.27577711
38
+ ],
39
+ "resample": 3,
40
+ "rescale_factor": 0.00392156862745098,
41
+ "size": {
42
+ "shortest_edge": 224
43
+ }
44
+ }
runs/Jun12_03-29-52_65ff55f6246e/events.out.tfevents.1718163046.65ff55f6246e.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3f900d43caf03c15e5b53cf3b5fed9ba82b93ee5bcb985272b8f72404d0cfb2
3
+ size 12411
runs/Jun12_03-36-53_65ff55f6246e/events.out.tfevents.1718163428.65ff55f6246e.34.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60081915d023d102e0a56c760d7935852f3fbf3bfdecf74585a3ac3aa1ac19e1
3
+ size 12734
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dfc4640fed2b80e2d69ad29ef3f6565192536c0b796d9590445cf9e11809213
3
+ size 5176