tangg555 commited on
Commit
1b151b6
1 Parent(s): da0b64b

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/clip-vit-large-patch14-336",
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": 768,
67
+ "text_config": {
68
+ "dropout": 0.0,
69
+ "hidden_size": 768,
70
+ "intermediate_size": 3072,
71
+ "model_type": "clip_text_model",
72
+ "num_attention_heads": 12,
73
+ "projection_dim": 768
74
+ },
75
+ "torch_dtype": "float32",
76
+ "transformers_version": "4.44.2",
77
+ "vision_config": {
78
+ "dropout": 0.0,
79
+ "hidden_size": 1024,
80
+ "image_size": 336,
81
+ "intermediate_size": 4096,
82
+ "model_type": "clip_vision_model",
83
+ "num_attention_heads": 16,
84
+ "num_hidden_layers": 24,
85
+ "patch_size": 14,
86
+ "projection_dim": 768
87
+ }
88
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c48e33a100e65665733b23f5787f86e6312c583d40c4b0d498e70a3a808b5b7
3
+ size 1214184376
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 336,
4
+ "width": 336
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": 336
26
+ }
27
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2d0fde872d8f684517b334c32434f429de6731f29aa55012d2e89b21c67e5ee
3
+ size 5304