OkabeRintaro commited on
Commit
9aaaf57
1 Parent(s): 74aa4a6

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224",
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": "Adialer.C",
13
+ "1": "Agent.FYI",
14
+ "2": "Allaple.A",
15
+ "3": "Allaple.L",
16
+ "4": "Alueron.gen!J",
17
+ "5": "Autorun.K",
18
+ "6": "C2LOP.P",
19
+ "7": "C2LOP.gen!g",
20
+ "8": "Dialplatform.B",
21
+ "9": "Dontovo.A",
22
+ "10": "Fakerean",
23
+ "11": "Instantaccess",
24
+ "12": "Lolyda.AA1",
25
+ "13": "Lolyda.AA2",
26
+ "14": "Lolyda.AA3",
27
+ "15": "Lolyda.AT",
28
+ "16": "Malex.gen!J",
29
+ "17": "Obfuscator.AD",
30
+ "18": "Rbot!gen",
31
+ "19": "Skintrim.N",
32
+ "20": "Swizzor.gen!E",
33
+ "21": "Swizzor.gen!I",
34
+ "22": "VB.AT",
35
+ "23": "Wintrim.BX",
36
+ "24": "Yuner.A"
37
+ },
38
+ "image_size": 224,
39
+ "initializer_range": 0.02,
40
+ "intermediate_size": 3072,
41
+ "label2id": {
42
+ "Adialer.C": 0,
43
+ "Agent.FYI": 1,
44
+ "Allaple.A": 2,
45
+ "Allaple.L": 3,
46
+ "Alueron.gen!J": 4,
47
+ "Autorun.K": 5,
48
+ "C2LOP.P": 6,
49
+ "C2LOP.gen!g": 7,
50
+ "Dialplatform.B": 8,
51
+ "Dontovo.A": 9,
52
+ "Fakerean": 10,
53
+ "Instantaccess": 11,
54
+ "Lolyda.AA1": 12,
55
+ "Lolyda.AA2": 13,
56
+ "Lolyda.AA3": 14,
57
+ "Lolyda.AT": 15,
58
+ "Malex.gen!J": 16,
59
+ "Obfuscator.AD": 17,
60
+ "Rbot!gen": 18,
61
+ "Skintrim.N": 19,
62
+ "Swizzor.gen!E": 20,
63
+ "Swizzor.gen!I": 21,
64
+ "VB.AT": 22,
65
+ "Wintrim.BX": 23,
66
+ "Yuner.A": 24
67
+ },
68
+ "layer_norm_eps": 1e-12,
69
+ "model_type": "vit",
70
+ "num_attention_heads": 12,
71
+ "num_channels": 3,
72
+ "num_hidden_layers": 12,
73
+ "patch_size": 16,
74
+ "problem_type": "single_label_classification",
75
+ "qkv_bias": true,
76
+ "torch_dtype": "float32",
77
+ "transformers_version": "4.35.2"
78
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe53402b1f9d6cb006ed3f0bb84a74b18a437a108d516e70f129b2feb9d11dc2
3
+ size 343294724
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/Dec17_19-30-38_dced8ed8aa34/events.out.tfevents.1702841440.dced8ed8aa34.42.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62fcf6a0bd8bf8409b01219026a01216b2fc98bcd19b75d73f383142e64660a4
3
+ size 6440
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:861909290b840c83d2d74c5843c5ff84e85160b23a054512b03558bef790e4b3
3
+ size 4219