MF21377197 commited on
Commit
c49e8cd
1 Parent(s): b8e117c

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.38.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:b55aa2b43db7cd256af250475484723fc1c84ee7410b06532e42b116533d4f7f
3
+ size 349878736
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.48145466,
13
+ 0.4578275,
14
+ 0.40821073
15
+ ],
16
+ "image_processor_type": "CLIPImageProcessor",
17
+ "image_std": [
18
+ 0.26862954,
19
+ 0.26130258,
20
+ 0.27577711
21
+ ],
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 224
26
+ }
27
+ }
runs/Apr06_18-17-52_7d5f5dbc2ee6/events.out.tfevents.1712427487.7d5f5dbc2ee6.1832.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce83f2414448521448b0a1f3aa36adc81dc4dd770f8d55a1754e5046e10508f1
3
+ size 12582
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a48ede2008ab60fa73029bb1172a0de8daf630df616c5d01a81eb792baa1bf73
3
+ size 4920