Training in progress, epoch 0
Browse files- config.json +79 -0
- model.safetensors +3 -0
- preprocessor_config.json +27 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openai/clip-vit-base-patch32",
|
3 |
+
"architectures": [
|
4 |
+
"CLIPForImageClassification"
|
5 |
+
],
|
6 |
+
"id2label": {
|
7 |
+
"0": "A",
|
8 |
+
"1": "B",
|
9 |
+
"2": "C",
|
10 |
+
"3": "D",
|
11 |
+
"4": "E",
|
12 |
+
"5": "F",
|
13 |
+
"6": "G",
|
14 |
+
"7": "H",
|
15 |
+
"8": "I",
|
16 |
+
"9": "J",
|
17 |
+
"10": "K",
|
18 |
+
"11": "L",
|
19 |
+
"12": "M",
|
20 |
+
"13": "N",
|
21 |
+
"14": "O",
|
22 |
+
"15": "P",
|
23 |
+
"16": "Q",
|
24 |
+
"17": "R",
|
25 |
+
"18": "S",
|
26 |
+
"19": "T",
|
27 |
+
"20": "U",
|
28 |
+
"21": "V",
|
29 |
+
"22": "W",
|
30 |
+
"23": "X",
|
31 |
+
"24": "Y",
|
32 |
+
"25": "Z"
|
33 |
+
},
|
34 |
+
"initializer_factor": 1.0,
|
35 |
+
"label2id": {
|
36 |
+
"A": 0,
|
37 |
+
"B": 1,
|
38 |
+
"C": 2,
|
39 |
+
"D": 3,
|
40 |
+
"E": 4,
|
41 |
+
"F": 5,
|
42 |
+
"G": 6,
|
43 |
+
"H": 7,
|
44 |
+
"I": 8,
|
45 |
+
"J": 9,
|
46 |
+
"K": 10,
|
47 |
+
"L": 11,
|
48 |
+
"M": 12,
|
49 |
+
"N": 13,
|
50 |
+
"O": 14,
|
51 |
+
"P": 15,
|
52 |
+
"Q": 16,
|
53 |
+
"R": 17,
|
54 |
+
"S": 18,
|
55 |
+
"T": 19,
|
56 |
+
"U": 20,
|
57 |
+
"V": 21,
|
58 |
+
"W": 22,
|
59 |
+
"X": 23,
|
60 |
+
"Y": 24,
|
61 |
+
"Z": 25
|
62 |
+
},
|
63 |
+
"logit_scale_init_value": 2.6592,
|
64 |
+
"model_type": "clip",
|
65 |
+
"problem_type": "single_label_classification",
|
66 |
+
"projection_dim": 512,
|
67 |
+
"text_config": {
|
68 |
+
"bos_token_id": 0,
|
69 |
+
"dropout": 0.0,
|
70 |
+
"eos_token_id": 2,
|
71 |
+
"model_type": "clip_text_model"
|
72 |
+
},
|
73 |
+
"torch_dtype": "float32",
|
74 |
+
"transformers_version": "4.44.2",
|
75 |
+
"vision_config": {
|
76 |
+
"dropout": 0.0,
|
77 |
+
"model_type": "clip_vision_model"
|
78 |
+
}
|
79 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99a7e27b582b82f9c2072ff93048f31a49ea16eea5668085552862d04fdd08eb
|
3 |
+
size 349927952
|
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 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:822fc2eac0f15e0e2e2e48e3bb9ba83494a743b558fb1fdab1e4f94dbe1a7615
|
3 |
+
size 5304
|