Melo1512 commited on
Commit
5062c5b
·
verified ·
1 Parent(s): 3c67a9e

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/vit-msn-small",
3
+ "architectures": [
4
+ "ViTMSNForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 384,
10
+ "id2label": {
11
+ "0": "invalid",
12
+ "1": "valid"
13
+ },
14
+ "image_size": 224,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 1536,
17
+ "label2id": {
18
+ "invalid": 0,
19
+ "valid": 1
20
+ },
21
+ "layer_norm_eps": 1e-06,
22
+ "model_type": "vit_msn",
23
+ "num_attention_heads": 6,
24
+ "num_channels": 3,
25
+ "num_hidden_layers": 12,
26
+ "patch_size": 16,
27
+ "problem_type": "single_label_classification",
28
+ "qkv_bias": true,
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.44.2"
31
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa7b4908932549fd23af1fe93375053f7dfd0deca9a5d085c0dde613b9da9938
3
+ size 86688624
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.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/Jan14_17-38-22_c583982b4f3d/events.out.tfevents.1736876311.c583982b4f3d.215.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9848c4a6cbee6beb7d92c89c66b9af27c7852ba34abf3aea714ffb1d00b63bb
3
+ size 5362
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6285aaf626814d2a2c9c57d096962555148732bd9898c0fc07f56ff4c32fa0f6
3
+ size 5304