nicolasdupuisroy commited on
Commit
36675e0
1 Parent(s): b3f9265

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "finetuning_task": "image-classification",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "A_",
14
+ "1": "B_",
15
+ "10": "K_",
16
+ "11": "L_",
17
+ "12": "M_",
18
+ "13": "N_",
19
+ "14": "O_",
20
+ "15": "P_",
21
+ "16": "Q_",
22
+ "17": "R_",
23
+ "18": "S_",
24
+ "19": "T_",
25
+ "2": "C_",
26
+ "20": "U_",
27
+ "21": "V_",
28
+ "22": "W_",
29
+ "23": "X_",
30
+ "24": "Y_",
31
+ "25": "Z_",
32
+ "26": "a",
33
+ "27": "b",
34
+ "28": "c",
35
+ "29": "d",
36
+ "3": "D_",
37
+ "30": "e",
38
+ "31": "f",
39
+ "32": "g",
40
+ "33": "h",
41
+ "34": "i",
42
+ "35": "j",
43
+ "36": "k",
44
+ "37": "l",
45
+ "38": "m",
46
+ "39": "n",
47
+ "4": "E_",
48
+ "40": "o",
49
+ "41": "p",
50
+ "42": "q",
51
+ "43": "r",
52
+ "44": "s",
53
+ "45": "t",
54
+ "46": "u",
55
+ "47": "v",
56
+ "48": "w",
57
+ "49": "x",
58
+ "5": "F_",
59
+ "50": "y",
60
+ "51": "z",
61
+ "6": "G_",
62
+ "7": "H_",
63
+ "8": "I_",
64
+ "9": "J_"
65
+ },
66
+ "image_size": 224,
67
+ "initializer_range": 0.02,
68
+ "intermediate_size": 3072,
69
+ "label2id": {
70
+ "A_": "0",
71
+ "B_": "1",
72
+ "C_": "2",
73
+ "D_": "3",
74
+ "E_": "4",
75
+ "F_": "5",
76
+ "G_": "6",
77
+ "H_": "7",
78
+ "I_": "8",
79
+ "J_": "9",
80
+ "K_": "10",
81
+ "L_": "11",
82
+ "M_": "12",
83
+ "N_": "13",
84
+ "O_": "14",
85
+ "P_": "15",
86
+ "Q_": "16",
87
+ "R_": "17",
88
+ "S_": "18",
89
+ "T_": "19",
90
+ "U_": "20",
91
+ "V_": "21",
92
+ "W_": "22",
93
+ "X_": "23",
94
+ "Y_": "24",
95
+ "Z_": "25",
96
+ "a": "26",
97
+ "b": "27",
98
+ "c": "28",
99
+ "d": "29",
100
+ "e": "30",
101
+ "f": "31",
102
+ "g": "32",
103
+ "h": "33",
104
+ "i": "34",
105
+ "j": "35",
106
+ "k": "36",
107
+ "l": "37",
108
+ "m": "38",
109
+ "n": "39",
110
+ "o": "40",
111
+ "p": "41",
112
+ "q": "42",
113
+ "r": "43",
114
+ "s": "44",
115
+ "t": "45",
116
+ "u": "46",
117
+ "v": "47",
118
+ "w": "48",
119
+ "x": "49",
120
+ "y": "50",
121
+ "z": "51"
122
+ },
123
+ "layer_norm_eps": 1e-12,
124
+ "model_type": "vit",
125
+ "num_attention_heads": 12,
126
+ "num_channels": 3,
127
+ "num_hidden_layers": 12,
128
+ "patch_size": 16,
129
+ "problem_type": "single_label_classification",
130
+ "qkv_bias": true,
131
+ "torch_dtype": "float32",
132
+ "transformers_version": "4.37.0.dev0"
133
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64390e0a088767ce7b3c512942c56f782bb6b348690275820f528a48c249661a
3
+ size 343377784
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/Jan16_20-53-44_d19f5dc858c0/events.out.tfevents.1705438433.d19f5dc858c0.11123.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7901e4a2fbbce155456f46b7a32cdb35f0a48b42fab971c998dd6e5adaa18f3
3
+ size 6175
runs/Jan16_21-03-54_d19f5dc858c0/events.out.tfevents.1705439038.d19f5dc858c0.13776.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23884df99b097963198e8726d00e335cf611edf2286906421f73bb03c273e0f6
3
+ size 6175
runs/Jan16_21-04-43_d19f5dc858c0/events.out.tfevents.1705439088.d19f5dc858c0.14067.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd8a439b4eb3d23d8f1b55b5d68cb9dbacd625b545d273f4970f12e728e870f5
3
+ size 6175
runs/Jan16_21-05-09_d19f5dc858c0/events.out.tfevents.1705439114.d19f5dc858c0.14255.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60e426978d9e671990347c975da0e7b0254c71aefebab4c05883dfc7c2511a6f
3
+ size 6175
runs/Jan16_21-09-40_d19f5dc858c0/events.out.tfevents.1705439385.d19f5dc858c0.15490.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb23719792af04ea1298cb32e21389d590ace00da3f069fd01be3fe867f34ccc
3
+ size 6490
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71902bba2571fcbce7bd58c1baec76f3944c140d13720df6210d6a168d44f8be
3
+ size 4920