pittawat commited on
Commit
06494d2
1 Parent(s): 3190869

Training in progress, step 100

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
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.26.1"
80
+ }
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:3c2808739a4f7b4e4ff975c735fc50fbaa7e0b9879bdb2f131ed2eaacc1fda3a
3
+ size 343342509
runs/Jan11_08-33-56_458fbaf9acf0/1704962046.9654446/events.out.tfevents.1704962046.458fbaf9acf0.26.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b6fc356aa5c44b4662f3669ca7374aced4312de774bcc2e55a4b321cac04c67
3
+ size 5743
runs/Jan11_08-33-56_458fbaf9acf0/events.out.tfevents.1704962046.458fbaf9acf0.26.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f94463e814ab6227cb43b39ce37a9f4a9a1eda6d39a760ef0dca63ab4ad2e63d
3
+ size 6413
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bc7b4c4064eafb454429b96d083d4a572dbf92d0354e149f26c399d920c61d7
3
+ size 3515