andro-flock commited on
Commit
7d08585
·
verified ·
1 Parent(s): 923070c

Model save

Browse files
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: andro-flock/b2-classification
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: b2-semantic-segment
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # b2-semantic-segment
15
+
16
+ This model is a fine-tuned version of [andro-flock/b2-classification](https://huggingface.co/andro-flock/b2-classification) on an unknown dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 6e-05
36
+ - train_batch_size: 8
37
+ - eval_batch_size: 8
38
+ - seed: 1337
39
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
40
+ - lr_scheduler_type: polynomial
41
+ - training_steps: 2000
42
+
43
+ ### Training results
44
+
45
+
46
+
47
+ ### Framework versions
48
+
49
+ - Transformers 4.50.0.dev0
50
+ - Pytorch 2.6.0+cu124
51
+ - Datasets 3.4.0
52
+ - Tokenizers 0.21.0
config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SegformerForSemanticSegmentation"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "classifier_dropout_prob": 0.1,
7
+ "decoder_hidden_size": 768,
8
+ "depths": [
9
+ 3,
10
+ 4,
11
+ 6,
12
+ 3
13
+ ],
14
+ "downsampling_rates": [
15
+ 1,
16
+ 4,
17
+ 8,
18
+ 16
19
+ ],
20
+ "drop_path_rate": 0.1,
21
+ "hidden_act": "gelu",
22
+ "hidden_dropout_prob": 0.0,
23
+ "hidden_sizes": [
24
+ 64,
25
+ 128,
26
+ 320,
27
+ 512
28
+ ],
29
+ "id2label": {
30
+ "0": "background",
31
+ "1": "skin",
32
+ "2": "hair"
33
+ },
34
+ "image_size": 224,
35
+ "initializer_range": 0.02,
36
+ "label2id": {
37
+ "background": "0",
38
+ "hair": "2",
39
+ "skin": "1"
40
+ },
41
+ "layer_norm_eps": 1e-06,
42
+ "mlp_ratios": [
43
+ 4,
44
+ 4,
45
+ 4,
46
+ 4
47
+ ],
48
+ "model_type": "segformer",
49
+ "num_attention_heads": [
50
+ 1,
51
+ 2,
52
+ 5,
53
+ 8
54
+ ],
55
+ "num_channels": 3,
56
+ "num_encoder_blocks": 4,
57
+ "patch_sizes": [
58
+ 7,
59
+ 3,
60
+ 3,
61
+ 3
62
+ ],
63
+ "reshape_last_stage": true,
64
+ "semantic_loss_ignore_index": 255,
65
+ "sr_ratios": [
66
+ 8,
67
+ 4,
68
+ 2,
69
+ 1
70
+ ],
71
+ "strides": [
72
+ 4,
73
+ 2,
74
+ 2,
75
+ 2
76
+ ],
77
+ "torch_dtype": "float32",
78
+ "transformers_version": "4.50.0.dev0"
79
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65a335172fd114b9070a3cbb17637d08eaf6b79115d7a4543c05969d3fcfee74
3
+ size 109447092
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
+ }
runs/Mar15_08-34-24_72f365a36821/events.out.tfevents.1742027680.72f365a36821.1627.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a69364d5866972bcb65f0293ede1946e1e8a59aca2c9999b46d73f4aa038c80c
3
+ size 6796
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6267f524c8b75a0ecf71377b02ff97b54e5571257ca6556478f084e72f266d2
3
+ size 5496