Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.0,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "A",
|
13 |
+
"1": "B",
|
14 |
+
"10": "K",
|
15 |
+
"11": "L",
|
16 |
+
"12": "M",
|
17 |
+
"13": "N",
|
18 |
+
"14": "O",
|
19 |
+
"15": "P",
|
20 |
+
"16": "Q",
|
21 |
+
"17": "R",
|
22 |
+
"18": "S",
|
23 |
+
"19": "T",
|
24 |
+
"2": "C",
|
25 |
+
"20": "U",
|
26 |
+
"21": "V",
|
27 |
+
"22": "W",
|
28 |
+
"23": "X",
|
29 |
+
"24": "Y",
|
30 |
+
"25": "Z",
|
31 |
+
"3": "D",
|
32 |
+
"4": "E",
|
33 |
+
"5": "F",
|
34 |
+
"6": "G",
|
35 |
+
"7": "H",
|
36 |
+
"8": "I",
|
37 |
+
"9": "J"
|
38 |
+
},
|
39 |
+
"image_size": 224,
|
40 |
+
"initializer_range": 0.02,
|
41 |
+
"intermediate_size": 3072,
|
42 |
+
"label2id": {
|
43 |
+
"A": "0",
|
44 |
+
"B": "1",
|
45 |
+
"C": "2",
|
46 |
+
"D": "3",
|
47 |
+
"E": "4",
|
48 |
+
"F": "5",
|
49 |
+
"G": "6",
|
50 |
+
"H": "7",
|
51 |
+
"I": "8",
|
52 |
+
"J": "9",
|
53 |
+
"K": "10",
|
54 |
+
"L": "11",
|
55 |
+
"M": "12",
|
56 |
+
"N": "13",
|
57 |
+
"O": "14",
|
58 |
+
"P": "15",
|
59 |
+
"Q": "16",
|
60 |
+
"R": "17",
|
61 |
+
"S": "18",
|
62 |
+
"T": "19",
|
63 |
+
"U": "20",
|
64 |
+
"V": "21",
|
65 |
+
"W": "22",
|
66 |
+
"X": "23",
|
67 |
+
"Y": "24",
|
68 |
+
"Z": "25"
|
69 |
+
},
|
70 |
+
"layer_norm_eps": 1e-12,
|
71 |
+
"model_type": "vit",
|
72 |
+
"num_attention_heads": 12,
|
73 |
+
"num_channels": 3,
|
74 |
+
"num_hidden_layers": 12,
|
75 |
+
"patch_size": 16,
|
76 |
+
"problem_type": "single_label_classification",
|
77 |
+
"qkv_bias": true,
|
78 |
+
"torch_dtype": "float32",
|
79 |
+
"transformers_version": "4.44.2"
|
80 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a4421ca5205cad8b7080d92c72c1218ba51dd158c74c67b36c0a808c743fae5
|
3 |
+
size 343297800
|
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/Sep22_05-07-45_a57ae702663b/events.out.tfevents.1726981667.a57ae702663b.1219.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be78678a4dab6afff6b0ff76f7c942856d87af9fbf47ccb1c6a37eb5a6bcac4f
|
3 |
+
size 5610
|
runs/Sep22_05-11-55_a57ae702663b/events.out.tfevents.1726981916.a57ae702663b.1219.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0e7bd16e91ddadfd23fe15afadf6011c18d7d680477fae603f24cb9a1a535b2
|
3 |
+
size 5976
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2403c7cc896f9beb85c27bb60ca91a5d46e1cc3ed105ddf9294fd5ec726124ea
|
3 |
+
size 5240
|