Training in progress, step 20
Browse files- config.json +92 -0
- model.safetensors +3 -0
- preprocessor_config.json +23 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "nvidia/mit-b0",
|
3 |
+
"architectures": [
|
4 |
+
"SegformerForSemanticSegmentation"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"classifier_dropout_prob": 0.1,
|
8 |
+
"decoder_hidden_size": 256,
|
9 |
+
"depths": [
|
10 |
+
2,
|
11 |
+
2,
|
12 |
+
2,
|
13 |
+
2
|
14 |
+
],
|
15 |
+
"downsampling_rates": [
|
16 |
+
1,
|
17 |
+
4,
|
18 |
+
8,
|
19 |
+
16
|
20 |
+
],
|
21 |
+
"drop_path_rate": 0.1,
|
22 |
+
"hidden_act": "gelu",
|
23 |
+
"hidden_dropout_prob": 0.0,
|
24 |
+
"hidden_sizes": [
|
25 |
+
32,
|
26 |
+
64,
|
27 |
+
160,
|
28 |
+
256
|
29 |
+
],
|
30 |
+
"id2label": {
|
31 |
+
"0": "information1",
|
32 |
+
"1": "information2",
|
33 |
+
"2": "interaction",
|
34 |
+
"3": "transaction1",
|
35 |
+
"4": "transaction2",
|
36 |
+
"5": "transaction3",
|
37 |
+
"6": "integration1",
|
38 |
+
"7": "integration2",
|
39 |
+
"8": "none"
|
40 |
+
},
|
41 |
+
"image_size": 224,
|
42 |
+
"initializer_range": 0.02,
|
43 |
+
"label2id": {
|
44 |
+
"information1": 0,
|
45 |
+
"information2": 1,
|
46 |
+
"integration1": 6,
|
47 |
+
"integration2": 7,
|
48 |
+
"interaction": 2,
|
49 |
+
"none": 8,
|
50 |
+
"transaction1": 3,
|
51 |
+
"transaction2": 4,
|
52 |
+
"transaction3": 5
|
53 |
+
},
|
54 |
+
"layer_norm_eps": 1e-06,
|
55 |
+
"mlp_ratios": [
|
56 |
+
4,
|
57 |
+
4,
|
58 |
+
4,
|
59 |
+
4
|
60 |
+
],
|
61 |
+
"model_type": "segformer",
|
62 |
+
"num_attention_heads": [
|
63 |
+
1,
|
64 |
+
2,
|
65 |
+
5,
|
66 |
+
8
|
67 |
+
],
|
68 |
+
"num_channels": 3,
|
69 |
+
"num_encoder_blocks": 4,
|
70 |
+
"patch_sizes": [
|
71 |
+
7,
|
72 |
+
3,
|
73 |
+
3,
|
74 |
+
3
|
75 |
+
],
|
76 |
+
"reshape_last_stage": true,
|
77 |
+
"semantic_loss_ignore_index": 255,
|
78 |
+
"sr_ratios": [
|
79 |
+
8,
|
80 |
+
4,
|
81 |
+
2,
|
82 |
+
1
|
83 |
+
],
|
84 |
+
"strides": [
|
85 |
+
4,
|
86 |
+
2,
|
87 |
+
2,
|
88 |
+
2
|
89 |
+
],
|
90 |
+
"torch_dtype": "float32",
|
91 |
+
"transformers_version": "4.48.2"
|
92 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c2fc58f1fb9482155fcdfec6855f2742b4352f2e50eac7e51aff8ce9a2faa8d
|
3 |
+
size 14891980
|
preprocessor_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_reduce_labels": false,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
+
],
|
11 |
+
"image_processor_type": "SegformerImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.229,
|
14 |
+
0.224,
|
15 |
+
0.225
|
16 |
+
],
|
17 |
+
"resample": 2,
|
18 |
+
"rescale_factor": 0.00392156862745098,
|
19 |
+
"size": {
|
20 |
+
"height": 512,
|
21 |
+
"width": 512
|
22 |
+
}
|
23 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27c7ac62f9f73938b5ec6e5a081cac0686f61b6b305fcb8bbe49607ef1704f5b
|
3 |
+
size 5240
|