MichaelMM2000 commited on
Commit
76e3993
·
verified ·
1 Parent(s): 75a315a

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ViTForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "encoder_stride": 16,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": 0,
12
+ "1": 1,
13
+ "2": 2,
14
+ "3": 3,
15
+ "4": 4,
16
+ "5": 5,
17
+ "6": 6,
18
+ "7": 7,
19
+ "8": 8,
20
+ "9": 9
21
+ },
22
+ "image_size": 224,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "0": 0,
27
+ "1": 1,
28
+ "2": 2,
29
+ "3": 3,
30
+ "4": 4,
31
+ "5": 5,
32
+ "6": 6,
33
+ "7": 7,
34
+ "8": 8,
35
+ "9": 9
36
+ },
37
+ "layer_norm_eps": 1e-12,
38
+ "model_type": "vit",
39
+ "num_attention_heads": 12,
40
+ "num_channels": 3,
41
+ "num_hidden_layers": 12,
42
+ "patch_size": 16,
43
+ "pooler_act": "tanh",
44
+ "pooler_output_size": 768,
45
+ "problem_type": "single_label_classification",
46
+ "qkv_bias": true,
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.52.3"
49
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:496eabda3d19d1df5f5161d45cca4d0439dc70d9dcf8cef18e8ffaf6769d0313
3
+ size 343248584
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "ViTImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "resample": 2,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 224,
21
+ "width": 224
22
+ }
23
+ }
runs/May31_01-25-45_doris/events.out.tfevents.1748647649.doris.35776.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91a349603caa597210f3fb681395a53339ccf67ffbec9a9fb9e8bc5fa050c87c
3
+ size 5138
runs/May31_01-29-07_doris/events.out.tfevents.1748647752.doris.35776.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:341b36382509eb654fe62d9362583d81a3a2c67cb3620f188122acdd5acc9b4e
3
+ size 5138
runs/May31_01-33-10_doris/events.out.tfevents.1748647996.doris.35776.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2352d6c160dd5b99bd434c60bf528c012d4b179cd0c234992ec82bd6e84deaac
3
+ size 10489
runs/May31_01-39-13_doris/events.out.tfevents.1748648357.doris.35776.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47cf886706f95adf5fc0c811443f438b8101bbe83a7e8ddcdee4ed0756edcf09
3
+ size 14821
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9718685bf013acf09990004fad12407729686b4fd566a24cda3ff5f66eb3a6ca
3
+ size 5777