Melo1512 commited on
Commit
121ae0e
·
verified ·
1 Parent(s): 7a3f1a6

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "extra",
12
+ "1": "incomplete",
13
+ "2": "normal"
14
+ },
15
+ "image_size": 224,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 1536,
18
+ "label2id": {
19
+ "extra": 0,
20
+ "incomplete": 1,
21
+ "normal": 2
22
+ },
23
+ "layer_norm_eps": 1e-06,
24
+ "model_type": "vit_msn",
25
+ "num_attention_heads": 6,
26
+ "num_channels": 3,
27
+ "num_hidden_layers": 12,
28
+ "patch_size": 16,
29
+ "problem_type": "single_label_classification",
30
+ "qkv_bias": true,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.44.2"
33
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f95758c0d5fbfbae382479cd4cb6daa9440141a6dc9adaf3c65eecd826c467c
3
+ size 86690164
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/Jan27_17-36-47_db1093ce036b/events.out.tfevents.1737999413.db1093ce036b.224.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:998343fecac7754dae371469b91dafa5944451bbe4cfde5d2ba13a751786da9a
3
+ size 5366
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:192386087b0ffbbb09f7c6fc8d4545696cd245cf941541cfdffb960773ea2a1e
3
+ size 5240