jalaneunos commited on
Commit
08f873e
1 Parent(s): 6d61cb5

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-hybrid-base-bit-384",
3
+ "architectures": [
4
+ "ViTHybridForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "backbone": null,
8
+ "backbone_config": {
9
+ "depths": [
10
+ 3,
11
+ 4,
12
+ 9
13
+ ],
14
+ "embedding_dynamic_padding": true,
15
+ "global_padding": "SAME",
16
+ "layer_type": "bottleneck",
17
+ "model_type": "bit",
18
+ "out_features": [
19
+ "stage3"
20
+ ],
21
+ "out_indices": [
22
+ 3
23
+ ],
24
+ "stage_names": [
25
+ "stem",
26
+ "stage1",
27
+ "stage2",
28
+ "stage3"
29
+ ]
30
+ },
31
+ "backbone_featmap_shape": [
32
+ 1,
33
+ 1024,
34
+ 24,
35
+ 24
36
+ ],
37
+ "backbone_kwargs": null,
38
+ "hidden_act": "gelu",
39
+ "hidden_dropout_prob": 0.0,
40
+ "hidden_size": 768,
41
+ "id2label": {
42
+ "0": "negative",
43
+ "1": "positive"
44
+ },
45
+ "image_size": 384,
46
+ "initializer_range": 0.02,
47
+ "intermediate_size": 3072,
48
+ "label2id": {
49
+ "negative": 0,
50
+ "positive": 1
51
+ },
52
+ "layer_norm_eps": 1e-12,
53
+ "model_type": "vit-hybrid",
54
+ "num_attention_heads": 12,
55
+ "num_channels": 3,
56
+ "num_hidden_layers": 12,
57
+ "patch_size": 1,
58
+ "problem_type": "single_label_classification",
59
+ "qkv_bias": true,
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.38.2",
62
+ "use_pretrained_backbone": false,
63
+ "use_timm_backbone": false
64
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bc1c45e0e7dfe14be3e3a69a6feaa2aa225debe1c3ea9257c776f549744df4d
3
+ size 392780920
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 384,
4
+ "width": 384
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
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": "ViTHybridImageProcessor",
17
+ "image_std": [
18
+ 0.5,
19
+ 0.5,
20
+ 0.5
21
+ ],
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 384
26
+ }
27
+ }
runs/Mar17_08-37-46_4a576a550605/events.out.tfevents.1710664684.4a576a550605.2555.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8fe7a2321d9db9bbb126142a5c145603d9b5502632e23208f817144d754904b
3
+ size 9635
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5635819fcae98070c0853e0defdd6c54557fdd894a6e3c4c45beff03b7a1dac
3
+ size 4920