vuongnhathien commited on
Commit
acf8917
1 Parent(s): c74b352

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:2a2a2465fa6cbba2677b4467fb99d3d84161f310a7401fc4666c0057c8d05de3
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/May21_15-09-26_fc712b13befb/events.out.tfevents.1716304262.fc712b13befb.24.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcfe403d5c3ef5536214a97a74c4a622bb867bb65f902ad6966fa79c3b93e981
3
+ size 6074
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f76d981d6d31ce6aad5ebb9b09c6674de2fec0d5e6c9bb3ff9d27375413d328d
3
+ size 4920