prajwalJumde
commited on
Commit
•
ed8957f
1
Parent(s):
08caba8
Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "Other",
|
24 |
+
"7": "Physical_Therapy_(PTOT)"
|
25 |
+
},
|
26 |
+
"image_size": 224,
|
27 |
+
"initializer_range": 0.02,
|
28 |
+
"intermediate_size": 4096,
|
29 |
+
"label2id": {
|
30 |
+
"Billing": 0,
|
31 |
+
"Diagnostics": 1,
|
32 |
+
"Lab Reports": 2,
|
33 |
+
"Office Visit": 3,
|
34 |
+
"Operative Report": 4,
|
35 |
+
"Orders": 5,
|
36 |
+
"Other": 6,
|
37 |
+
"Physical_Therapy_(PTOT)": 7
|
38 |
+
},
|
39 |
+
"layer_norm_eps": 1e-12,
|
40 |
+
"layer_scale_init_value": 0.1,
|
41 |
+
"model_type": "beit",
|
42 |
+
"num_attention_heads": 16,
|
43 |
+
"num_channels": 3,
|
44 |
+
"num_hidden_layers": 24,
|
45 |
+
"out_features": [
|
46 |
+
"stage3",
|
47 |
+
"stage5",
|
48 |
+
"stage7",
|
49 |
+
"stage11"
|
50 |
+
],
|
51 |
+
"out_indices": [
|
52 |
+
3,
|
53 |
+
5,
|
54 |
+
7,
|
55 |
+
11
|
56 |
+
],
|
57 |
+
"patch_size": 16,
|
58 |
+
"pool_scales": [
|
59 |
+
1,
|
60 |
+
2,
|
61 |
+
3,
|
62 |
+
6
|
63 |
+
],
|
64 |
+
"problem_type": "single_label_classification",
|
65 |
+
"reshape_hidden_states": true,
|
66 |
+
"semantic_loss_ignore_index": 255,
|
67 |
+
"stage_names": [
|
68 |
+
"stem",
|
69 |
+
"stage1",
|
70 |
+
"stage2",
|
71 |
+
"stage3",
|
72 |
+
"stage4",
|
73 |
+
"stage5",
|
74 |
+
"stage6",
|
75 |
+
"stage7",
|
76 |
+
"stage8",
|
77 |
+
"stage9",
|
78 |
+
"stage10",
|
79 |
+
"stage11",
|
80 |
+
"stage12",
|
81 |
+
"stage13",
|
82 |
+
"stage14",
|
83 |
+
"stage15",
|
84 |
+
"stage16",
|
85 |
+
"stage17",
|
86 |
+
"stage18",
|
87 |
+
"stage19",
|
88 |
+
"stage20",
|
89 |
+
"stage21",
|
90 |
+
"stage22",
|
91 |
+
"stage23",
|
92 |
+
"stage24"
|
93 |
+
],
|
94 |
+
"torch_dtype": "float32",
|
95 |
+
"transformers_version": "4.37.2",
|
96 |
+
"use_absolute_position_embeddings": true,
|
97 |
+
"use_auxiliary_head": true,
|
98 |
+
"use_mask_token": true,
|
99 |
+
"use_mean_pooling": true,
|
100 |
+
"use_relative_position_bias": false,
|
101 |
+
"use_shared_relative_position_bias": false,
|
102 |
+
"vocab_size": 8192
|
103 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98083f1287a309c25fbed56f3e32b00f079b673a1718bfceb1eb30d9709eb967
|
3 |
+
size 1213390728
|
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/Feb08_11-37-30_2e1711bee12f/events.out.tfevents.1707392252.2e1711bee12f.4745.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d775077353caba62ea4b86922f91acff75b6a2c01345877be7bebaa5b5a15f9
|
3 |
+
size 8779
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be8fa8789945803140d8e356a48260ce4fb1c46a5ab509685130557ea5cab54e
|
3 |
+
size 4792
|