Pittawat Taveekitworachai commited on
Commit
0a8cd5e
1 Parent(s): 4b9da1a

🍻 cheers

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "qkv_bias": true,
77
+ "torch_dtype": "float32",
78
+ "transformers_version": "4.26.1"
79
+ }
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": "ViTFeatureExtractor",
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:77e67741ad1dab54b65ff0a2bc7ccc2634443b62ab2472e50dcd40ea19ab13d7
3
+ size 343342509
runs/Mar20_11-57-33_6e86cda326af/1679313569.168596/events.out.tfevents.1679313569.6e86cda326af.23.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7cd879caff5baec4ace3d02518d8e54969d6f8db57a4627152954a8c0e2c0ab
3
+ size 5677
runs/Mar20_11-57-33_6e86cda326af/events.out.tfevents.1679313569.6e86cda326af.23.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b7ff9d823db23fb31479e65937434173539e1b9fdce85979241312217ba1c67
3
+ size 4136
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2faf5362a0ee278f78f2445ceed24d289a6f127ba5387316333f7df6b62f862
3
+ size 3515