prajwalJumde commited on
Commit
1570aed
1 Parent(s): b66e7c0

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/dit-large",
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": 1024,
16
+ "id2label": {
17
+ "0": "Billing",
18
+ "1": "Diagnostics",
19
+ "2": "Lab Reports",
20
+ "3": "Office Visit",
21
+ "4": "Operative Report",
22
+ "5": "Orders",
23
+ "6": "Physical_Therapy_(PTOT)"
24
+ },
25
+ "image_size": 224,
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 4096,
28
+ "label2id": {
29
+ "Billing": 0,
30
+ "Diagnostics": 1,
31
+ "Lab Reports": 2,
32
+ "Office Visit": 3,
33
+ "Operative Report": 4,
34
+ "Orders": 5,
35
+ "Physical_Therapy_(PTOT)": 6
36
+ },
37
+ "layer_norm_eps": 1e-12,
38
+ "layer_scale_init_value": 0.1,
39
+ "model_type": "beit",
40
+ "num_attention_heads": 16,
41
+ "num_channels": 3,
42
+ "num_hidden_layers": 24,
43
+ "out_features": [
44
+ "stage3",
45
+ "stage5",
46
+ "stage7",
47
+ "stage11"
48
+ ],
49
+ "out_indices": [
50
+ 3,
51
+ 5,
52
+ 7,
53
+ 11
54
+ ],
55
+ "patch_size": 16,
56
+ "pool_scales": [
57
+ 1,
58
+ 2,
59
+ 3,
60
+ 6
61
+ ],
62
+ "problem_type": "single_label_classification",
63
+ "reshape_hidden_states": true,
64
+ "semantic_loss_ignore_index": 255,
65
+ "stage_names": [
66
+ "stem",
67
+ "stage1",
68
+ "stage2",
69
+ "stage3",
70
+ "stage4",
71
+ "stage5",
72
+ "stage6",
73
+ "stage7",
74
+ "stage8",
75
+ "stage9",
76
+ "stage10",
77
+ "stage11",
78
+ "stage12",
79
+ "stage13",
80
+ "stage14",
81
+ "stage15",
82
+ "stage16",
83
+ "stage17",
84
+ "stage18",
85
+ "stage19",
86
+ "stage20",
87
+ "stage21",
88
+ "stage22",
89
+ "stage23",
90
+ "stage24"
91
+ ],
92
+ "torch_dtype": "float32",
93
+ "transformers_version": "4.37.2",
94
+ "use_absolute_position_embeddings": true,
95
+ "use_auxiliary_head": true,
96
+ "use_mask_token": true,
97
+ "use_mean_pooling": true,
98
+ "use_relative_position_bias": false,
99
+ "use_shared_relative_position_bias": false,
100
+ "vocab_size": 8192
101
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e087a46925cd5412a26c8bdf91a1d6ec8347b3610be66d64b982b29b3a1d0ed6
3
+ size 1213386628
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "image_mean": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "image_processor_type": "BeitImageProcessor",
17
+ "image_std": [
18
+ 0.5,
19
+ 0.5,
20
+ 0.5
21
+ ],
22
+ "resample": 2,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "height": 224,
26
+ "width": 224
27
+ }
28
+ }
runs/Feb09_13-22-55_21fd87067db5/events.out.tfevents.1707484977.21fd87067db5.5198.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e9c27f3e448316560ee647f890edb81f0881e9781a34558c16dd343ea109574
3
+ size 6284
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a59167aeaa3e92a460940b3068854bfc5221b0e12028784b351eb59c3afec8
3
+ size 4792