Melo1512 commited on
Commit
286a0ed
·
verified ·
1 Parent(s): 0e8cb1e

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Melo1512/vit-msn-small-lateral_flow_ivalidation_train_test_6",
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:e88dfc4750b3270fda8e993208597becd4906479169ed6871d903b8198567bf9
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/Jan16_17-00-32_d2e708f84219/events.out.tfevents.1737046839.d2e708f84219.310.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0752a093657307670534af6c981e7cb7fd7cce0d6a3cd40f162559f69298ea2
3
+ size 5439
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9676b37f4de83d9f8e7260ea9871020eed73b2a547fd3928d72a9ef921b8b603
3
+ size 5304