WestinM commited on
Commit
fb8faa4
·
verified ·
1 Parent(s): 19526be

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "image_size": 224,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "model_type": "vit",
15
+ "num_attention_heads": 12,
16
+ "num_channels": 3,
17
+ "num_hidden_layers": 12,
18
+ "patch_size": 16,
19
+ "pooler_act": "tanh",
20
+ "pooler_output_size": 768,
21
+ "problem_type": "single_label_classification",
22
+ "qkv_bias": true,
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.51.3"
25
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67960f6c887ae22201b88b6351e772defc74ae2924406d185f2874ee742497e6
3
+ size 343223968
preprocessor_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "data_format": "channels_first",
4
+ "default_to_square": true,
5
+ "device": null,
6
+ "do_center_crop": null,
7
+ "do_convert_rgb": null,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "image_processor_type": "ViTImageProcessorFast",
17
+ "image_std": [
18
+ 0.5,
19
+ 0.5,
20
+ 0.5
21
+ ],
22
+ "input_data_format": null,
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "return_tensors": null,
26
+ "size": {
27
+ "height": 224,
28
+ "width": 224
29
+ }
30
+ }
runs/Apr28_04-46-22_8a9fb9941d97/events.out.tfevents.1745815621.8a9fb9941d97.17611.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3c478827c7687f29b3465667365de4e1c8d74e72392f596bb2bc2847ce954fe
3
+ size 5866
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c404d213659cd3cb86f332c861fae24cbe69e08decdbbd304f1b36dd4d533ce
3
+ size 5496