rukundob451 commited on
Commit
165eeb8
·
verified ·
1 Parent(s): 6070c3a

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Xrenya/pvt-small-224",
3
+ "architectures": [
4
+ "PvtForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 3,
9
+ 4,
10
+ 6,
11
+ 3
12
+ ],
13
+ "drop_path_rate": 0.0,
14
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.0,
16
+ "hidden_sizes": [
17
+ 64,
18
+ 128,
19
+ 320,
20
+ 512
21
+ ],
22
+ "id2label": {
23
+ "0": "ASCUS",
24
+ "1": "Cancer",
25
+ "2": "HSIL",
26
+ "3": "LSIL",
27
+ "4": "NILM",
28
+ "5": "Non-Diagnostic"
29
+ },
30
+ "image_size": 224,
31
+ "initializer_range": 0.02,
32
+ "label2id": {
33
+ "ASCUS": 0,
34
+ "Cancer": 1,
35
+ "HSIL": 2,
36
+ "LSIL": 3,
37
+ "NILM": 4,
38
+ "Non-Diagnostic": 5
39
+ },
40
+ "layer_norm_eps": 1e-06,
41
+ "mlp_ratios": [
42
+ 8,
43
+ 8,
44
+ 4,
45
+ 4
46
+ ],
47
+ "model_type": "pvt",
48
+ "num_attention_heads": [
49
+ 1,
50
+ 2,
51
+ 5,
52
+ 8
53
+ ],
54
+ "num_channels": 3,
55
+ "num_encoder_blocks": 4,
56
+ "patch_sizes": [
57
+ 4,
58
+ 2,
59
+ 2,
60
+ 2
61
+ ],
62
+ "problem_type": "single_label_classification",
63
+ "qkv_bias": true,
64
+ "reshape_last_stage": true,
65
+ "sequence_reduction_ratios": [
66
+ 8,
67
+ 4,
68
+ 2,
69
+ 1
70
+ ],
71
+ "sr_ratios": [
72
+ 8,
73
+ 4,
74
+ 2,
75
+ 1
76
+ ],
77
+ "strides": [
78
+ 4,
79
+ 2,
80
+ 2,
81
+ 2
82
+ ],
83
+ "torch_dtype": "float32",
84
+ "transformers_version": "4.44.2"
85
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c41b0e9f918dbacc79d721df5b30729b62c7310c38265f0993cbe9742c261b4d
3
+ size 95941864
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": "PvtImageProcessor",
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0f4dc9ba272a07726da95c849231a4a0c1762edfbac91d7273000757461ce78
3
+ size 5240