Training in progress, epoch 1
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:4ba100140655aaaded10bfa4f88ecbb8d3f2df9ec51d5794aba1c81c720f80c4
|
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_11-50-14_65ab92936a95/events.out.tfevents.1712404229.65ab92936a95.344.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15eb6b9412475d47cc9b403a3ed9c919322d8f7ac83ba694b28149def0a81839
|
3 |
+
size 20196
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ba037e93fbe4ef1bd84885383d00b4e80e779e93a59e4a086a3ef339570b0f8
|
3 |
+
size 4920
|