vuongnhathien commited on
Commit
e338d6a
1 Parent(s): 475d0ea

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 0,
13
+ "1": 1,
14
+ "2": 2,
15
+ "3": 3,
16
+ "4": 4,
17
+ "5": 5,
18
+ "6": 6,
19
+ "7": 7,
20
+ "8": 8,
21
+ "9": 9,
22
+ "10": 10,
23
+ "11": 11,
24
+ "12": 12,
25
+ "13": 13,
26
+ "14": 14,
27
+ "15": 15,
28
+ "16": 16,
29
+ "17": 17,
30
+ "18": 18,
31
+ "19": 19,
32
+ "20": 20,
33
+ "21": 21,
34
+ "22": 22,
35
+ "23": 23,
36
+ "24": 24,
37
+ "25": 25,
38
+ "26": 26,
39
+ "27": 27,
40
+ "28": 28,
41
+ "29": 29
42
+ },
43
+ "image_size": 224,
44
+ "initializer_range": 0.02,
45
+ "intermediate_size": 3072,
46
+ "label2id": {
47
+ "0": 0,
48
+ "1": 1,
49
+ "2": 2,
50
+ "3": 3,
51
+ "4": 4,
52
+ "5": 5,
53
+ "6": 6,
54
+ "7": 7,
55
+ "8": 8,
56
+ "9": 9,
57
+ "10": 10,
58
+ "11": 11,
59
+ "12": 12,
60
+ "13": 13,
61
+ "14": 14,
62
+ "15": 15,
63
+ "16": 16,
64
+ "17": 17,
65
+ "18": 18,
66
+ "19": 19,
67
+ "20": 20,
68
+ "21": 21,
69
+ "22": 22,
70
+ "23": 23,
71
+ "24": 24,
72
+ "25": 25,
73
+ "26": 26,
74
+ "27": 27,
75
+ "28": 28,
76
+ "29": 29
77
+ },
78
+ "layer_norm_eps": 1e-12,
79
+ "model_type": "vit",
80
+ "num_attention_heads": 12,
81
+ "num_channels": 3,
82
+ "num_hidden_layers": 12,
83
+ "patch_size": 16,
84
+ "problem_type": "single_label_classification",
85
+ "qkv_bias": true,
86
+ "torch_dtype": "float32",
87
+ "transformers_version": "4.39.3"
88
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3209bb96688388a470fba3dd7876fa5d668e3c3204ffd38d6f2cf8837d3368d2
3
+ size 343310104
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
+ }
runs/May22_02-57-26_41a2f90d3fdf/events.out.tfevents.1716346739.41a2f90d3fdf.24.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd093a6aa79b45dab0d9613550dec0ffd9b7d94cef57a3092c2417e852f53a6d
3
+ size 6720
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4ea072439f9c31fec564d99d17186c2503c8cc6a32c79be33742ae9dc3763f6
3
+ size 4920