BTX24 commited on
Commit
f843899
·
verified ·
1 Parent(s): f19d6ab

Training in progress, step 100

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