alirzb commited on
Commit
670f11d
1 Parent(s): cab9cf9

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-base-patch16-224",
3
+ "add_fpn": false,
4
+ "architectures": [
5
+ "BeitForImageClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "auxiliary_channels": 256,
9
+ "auxiliary_concat_input": false,
10
+ "auxiliary_loss_weight": 0.4,
11
+ "auxiliary_num_convs": 1,
12
+ "drop_path_rate": 0.1,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.0,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "None_seizures",
18
+ "1": "Seizures"
19
+ },
20
+ "image_size": 224,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "None_seizures": "0",
25
+ "Seizures": "1"
26
+ },
27
+ "layer_norm_eps": 1e-12,
28
+ "layer_scale_init_value": 0.1,
29
+ "model_type": "beit",
30
+ "num_attention_heads": 12,
31
+ "num_channels": 3,
32
+ "num_hidden_layers": 12,
33
+ "out_features": [
34
+ "stage12"
35
+ ],
36
+ "out_indices": [
37
+ 12
38
+ ],
39
+ "patch_size": 16,
40
+ "pool_scales": [
41
+ 1,
42
+ 2,
43
+ 3,
44
+ 6
45
+ ],
46
+ "problem_type": "single_label_classification",
47
+ "reshape_hidden_states": true,
48
+ "semantic_loss_ignore_index": 255,
49
+ "stage_names": [
50
+ "stem",
51
+ "stage1",
52
+ "stage2",
53
+ "stage3",
54
+ "stage4",
55
+ "stage5",
56
+ "stage6",
57
+ "stage7",
58
+ "stage8",
59
+ "stage9",
60
+ "stage10",
61
+ "stage11",
62
+ "stage12"
63
+ ],
64
+ "torch_dtype": "float32",
65
+ "transformers_version": "4.36.2",
66
+ "use_absolute_position_embeddings": false,
67
+ "use_auxiliary_head": true,
68
+ "use_mask_token": false,
69
+ "use_mean_pooling": true,
70
+ "use_relative_position_bias": true,
71
+ "use_shared_relative_position_bias": false,
72
+ "vocab_size": 8192
73
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c5c9016f55ce0a91c949d1fc59d20f7b12bcb147383166caffa8d87e2c77e1a
3
+ size 343080328
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": true,
8
+ "do_reduce_labels": false,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "feature_extractor_type": "BeitFeatureExtractor",
12
+ "image_mean": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "image_processor_type": "BeitFeatureExtractor",
18
+ "image_std": [
19
+ 0.5,
20
+ 0.5,
21
+ 0.5
22
+ ],
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "height": 224,
27
+ "width": 224
28
+ }
29
+ }
runs/Jan03_06-15-39_wbg003/events.out.tfevents.1704215742.wbg003 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:976c40cb8b7b2c5c4e7688ed1276a27560633b27cbcd176bbdf697a0ab3bfe0f
3
+ size 6091
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39bde032e9d77f2d37fd7cad59cb0750676ea804b850529716e956da7a452ed4
3
+ size 4271