Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +99 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- runs/Mar16_23-21-26_luohj-ubuntu/1678980167.0197892/events.out.tfevents.1678980167.luohj-ubuntu.48321.1 +3 -0
- runs/Mar16_23-21-26_luohj-ubuntu/events.out.tfevents.1678980166.luohj-ubuntu.48321.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "andymeneely",
|
14 |
+
"1": "aussiesim",
|
15 |
+
"10": "generalace135",
|
16 |
+
"11": "guard13007",
|
17 |
+
"12": "heavenly-dog",
|
18 |
+
"13": "irongamer",
|
19 |
+
"14": "john-colburn",
|
20 |
+
"15": "john-redman",
|
21 |
+
"16": "kier-heyl",
|
22 |
+
"17": "lorc",
|
23 |
+
"18": "lord-berandas",
|
24 |
+
"19": "lucasms",
|
25 |
+
"2": "carl-olsen",
|
26 |
+
"20": "pepijn-poolman",
|
27 |
+
"21": "pierre-leducq",
|
28 |
+
"22": "priorblue",
|
29 |
+
"23": "quoting",
|
30 |
+
"24": "rihlsul",
|
31 |
+
"25": "sbed",
|
32 |
+
"26": "skoll",
|
33 |
+
"27": "sparker",
|
34 |
+
"28": "spencerdub",
|
35 |
+
"29": "starseeker",
|
36 |
+
"3": "caro-asercion",
|
37 |
+
"30": "various-artists",
|
38 |
+
"31": "viscious-speed",
|
39 |
+
"32": "willdabeast",
|
40 |
+
"33": "zajkonur",
|
41 |
+
"34": "zeromancer",
|
42 |
+
"4": "cathelineau",
|
43 |
+
"5": "catsu",
|
44 |
+
"6": "darkzaitzev",
|
45 |
+
"7": "delapouite",
|
46 |
+
"8": "faithtoken",
|
47 |
+
"9": "felbrigg"
|
48 |
+
},
|
49 |
+
"image_size": 224,
|
50 |
+
"initializer_range": 0.02,
|
51 |
+
"intermediate_size": 3072,
|
52 |
+
"label2id": {
|
53 |
+
"andymeneely": "0",
|
54 |
+
"aussiesim": "1",
|
55 |
+
"carl-olsen": "2",
|
56 |
+
"caro-asercion": "3",
|
57 |
+
"cathelineau": "4",
|
58 |
+
"catsu": "5",
|
59 |
+
"darkzaitzev": "6",
|
60 |
+
"delapouite": "7",
|
61 |
+
"faithtoken": "8",
|
62 |
+
"felbrigg": "9",
|
63 |
+
"generalace135": "10",
|
64 |
+
"guard13007": "11",
|
65 |
+
"heavenly-dog": "12",
|
66 |
+
"irongamer": "13",
|
67 |
+
"john-colburn": "14",
|
68 |
+
"john-redman": "15",
|
69 |
+
"kier-heyl": "16",
|
70 |
+
"lorc": "17",
|
71 |
+
"lord-berandas": "18",
|
72 |
+
"lucasms": "19",
|
73 |
+
"pepijn-poolman": "20",
|
74 |
+
"pierre-leducq": "21",
|
75 |
+
"priorblue": "22",
|
76 |
+
"quoting": "23",
|
77 |
+
"rihlsul": "24",
|
78 |
+
"sbed": "25",
|
79 |
+
"skoll": "26",
|
80 |
+
"sparker": "27",
|
81 |
+
"spencerdub": "28",
|
82 |
+
"starseeker": "29",
|
83 |
+
"various-artists": "30",
|
84 |
+
"viscious-speed": "31",
|
85 |
+
"willdabeast": "32",
|
86 |
+
"zajkonur": "33",
|
87 |
+
"zeromancer": "34"
|
88 |
+
},
|
89 |
+
"layer_norm_eps": 1e-12,
|
90 |
+
"model_type": "vit",
|
91 |
+
"num_attention_heads": 12,
|
92 |
+
"num_channels": 3,
|
93 |
+
"num_hidden_layers": 12,
|
94 |
+
"patch_size": 16,
|
95 |
+
"problem_type": "single_label_classification",
|
96 |
+
"qkv_bias": true,
|
97 |
+
"torch_dtype": "float32",
|
98 |
+
"transformers_version": "4.28.0.dev0"
|
99 |
+
}
|
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 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbc2d9ac63b844ed0ab0673d21fc972a07badc33397768be1e68e38795176477
|
3 |
+
size 343370221
|
runs/Mar16_23-21-26_luohj-ubuntu/1678980167.0197892/events.out.tfevents.1678980167.luohj-ubuntu.48321.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92f9227381e9dab5b0d2a3464ecf18f472bf6c9e32a121eb4039ee89985d853b
|
3 |
+
size 5874
|
runs/Mar16_23-21-26_luohj-ubuntu/events.out.tfevents.1678980166.luohj-ubuntu.48321.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7ce7ad64fcd2d51df0ebad5388c250a7530db297e4cdbe1edb2683398828968
|
3 |
+
size 12825
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a33353400f27584094f134589e0c67f95434d1cc8336e1f209b874214d080af5
|
3 |
+
size 3643
|