ichigoDifuku
commited on
End of training
Browse files- README.md +49 -0
- config.json +84 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: microsoft/beit-base-patch16-224-pt22k-ft22k
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: BeiT_Free_Medimage_segmentation
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# BeiT_Free_Medimage_segmentation
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [microsoft/beit-base-patch16-224-pt22k-ft22k](https://huggingface.co/microsoft/beit-base-patch16-224-pt22k-ft22k) on an unknown dataset.
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
+
|
35 |
+
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 5e-05
|
37 |
+
- train_batch_size: 8
|
38 |
+
- eval_batch_size: 8
|
39 |
+
- seed: 42
|
40 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
+
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 3.0
|
43 |
+
|
44 |
+
### Framework versions
|
45 |
+
|
46 |
+
- Transformers 4.45.1
|
47 |
+
- Pytorch 2.4.1+cu121
|
48 |
+
- Datasets 3.0.1
|
49 |
+
- Tokenizers 0.20.0
|
config.json
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/beit-base-patch16-224-pt22k-ft22k",
|
3 |
+
"add_fpn": false,
|
4 |
+
"architectures": [
|
5 |
+
"BeitForSemanticSegmentation"
|
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": 768,
|
16 |
+
"id2label": {
|
17 |
+
"0": "unlabeled",
|
18 |
+
"1": "Liver",
|
19 |
+
"2": "Right-Kidney",
|
20 |
+
"3": "Left-Kidney",
|
21 |
+
"4": "Spleen"
|
22 |
+
},
|
23 |
+
"image_size": 224,
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 3072,
|
26 |
+
"label2id": {
|
27 |
+
"Left-Kidney": 3,
|
28 |
+
"Liver": 1,
|
29 |
+
"Right-Kidney": 2,
|
30 |
+
"Spleen": 4,
|
31 |
+
"unlabeled": 0
|
32 |
+
},
|
33 |
+
"layer_norm_eps": 1e-12,
|
34 |
+
"layer_scale_init_value": 0.1,
|
35 |
+
"model_type": "beit",
|
36 |
+
"num_attention_heads": 12,
|
37 |
+
"num_channels": 3,
|
38 |
+
"num_hidden_layers": 12,
|
39 |
+
"out_features": [
|
40 |
+
"stage3",
|
41 |
+
"stage5",
|
42 |
+
"stage7",
|
43 |
+
"stage11"
|
44 |
+
],
|
45 |
+
"out_indices": [
|
46 |
+
3,
|
47 |
+
5,
|
48 |
+
7,
|
49 |
+
11
|
50 |
+
],
|
51 |
+
"patch_size": 16,
|
52 |
+
"pool_scales": [
|
53 |
+
1,
|
54 |
+
2,
|
55 |
+
3,
|
56 |
+
6
|
57 |
+
],
|
58 |
+
"reshape_hidden_states": true,
|
59 |
+
"semantic_loss_ignore_index": 255,
|
60 |
+
"stage_names": [
|
61 |
+
"stem",
|
62 |
+
"stage1",
|
63 |
+
"stage2",
|
64 |
+
"stage3",
|
65 |
+
"stage4",
|
66 |
+
"stage5",
|
67 |
+
"stage6",
|
68 |
+
"stage7",
|
69 |
+
"stage8",
|
70 |
+
"stage9",
|
71 |
+
"stage10",
|
72 |
+
"stage11",
|
73 |
+
"stage12"
|
74 |
+
],
|
75 |
+
"torch_dtype": "float32",
|
76 |
+
"transformers_version": "4.45.1",
|
77 |
+
"use_absolute_position_embeddings": false,
|
78 |
+
"use_auxiliary_head": true,
|
79 |
+
"use_mask_token": false,
|
80 |
+
"use_mean_pooling": true,
|
81 |
+
"use_relative_position_bias": true,
|
82 |
+
"use_shared_relative_position_bias": false,
|
83 |
+
"vocab_size": 8192
|
84 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6602dfc9124589969fb423f0ed1a8db7b4a8b62f6e24b0e4d396e5764f90155a
|
3 |
+
size 649979552
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e30646323c0bb59617bfbd611aedead1bb5b72d1a88c6b091aa81247487d571
|
3 |
+
size 5368
|