onizukal commited on
Commit
77a8c4f
1 Parent(s): 9ccbc27

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/deit-tiny-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": 192,
11
+ "id2label": {
12
+ "0": "AmorfHead",
13
+ "1": "AsymmetricNeck",
14
+ "10": "RoundHead",
15
+ "11": "ShortTail",
16
+ "12": "TaperedHead",
17
+ "13": "ThickNeck",
18
+ "14": "ThinNeck",
19
+ "15": "TwistedNeck",
20
+ "16": "TwistedTail",
21
+ "17": "VacuolatedHead",
22
+ "2": "CurlyTail",
23
+ "3": "DoubleHead",
24
+ "4": "DoubleTail",
25
+ "5": "LongTail",
26
+ "6": "NarrowAcrosome",
27
+ "7": "Normal",
28
+ "8": "PinHead",
29
+ "9": "PyriformHead"
30
+ },
31
+ "image_size": 224,
32
+ "initializer_range": 0.02,
33
+ "intermediate_size": 768,
34
+ "label2id": {
35
+ "AmorfHead": "0",
36
+ "AsymmetricNeck": "1",
37
+ "CurlyTail": "2",
38
+ "DoubleHead": "3",
39
+ "DoubleTail": "4",
40
+ "LongTail": "5",
41
+ "NarrowAcrosome": "6",
42
+ "Normal": "7",
43
+ "PinHead": "8",
44
+ "PyriformHead": "9",
45
+ "RoundHead": "10",
46
+ "ShortTail": "11",
47
+ "TaperedHead": "12",
48
+ "ThickNeck": "13",
49
+ "ThinNeck": "14",
50
+ "TwistedNeck": "15",
51
+ "TwistedTail": "16",
52
+ "VacuolatedHead": "17"
53
+ },
54
+ "layer_norm_eps": 1e-12,
55
+ "model_type": "vit",
56
+ "num_attention_heads": 3,
57
+ "num_channels": 3,
58
+ "num_hidden_layers": 12,
59
+ "patch_size": 16,
60
+ "problem_type": "single_label_classification",
61
+ "qkv_bias": true,
62
+ "torch_dtype": "float32",
63
+ "transformers_version": "4.40.1"
64
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:665743996ccfb23fa2adb4c8945f2d7b223d27d6fa5d283ec0d1f7a329b4ccd3
3
+ size 22134280
preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
+ "do_normalize": true,
17
+ "do_rescale": true,
18
+ "do_resize": true,
19
+ "image_mean": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.5,
27
+ 0.5,
28
+ 0.5
29
+ ],
30
+ "resample": 2,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b66e0b670a32bcda6397f01a3a492c57ef2289e67b4c20c453ed8fb610a39c8b
3
+ size 5112