awaisyaqoob commited on
Commit
2190020
·
1 Parent(s): 08a8700

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +61 -0
  2. pytorch_model.bin +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-base-finetuned-ade-640-640",
3
+ "architectures": [
4
+ "BeitForSemanticSegmentation"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_channels": 256,
8
+ "auxiliary_concat_input": false,
9
+ "auxiliary_loss_weight": 0.4,
10
+ "auxiliary_num_convs": 1,
11
+ "drop_path_rate": 0.1,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.0,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "background",
17
+ "1": "lungs"
18
+ },
19
+ "image_size": 640,
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "background": 0,
24
+ "lungs": 1
25
+ },
26
+ "layer_norm_eps": 1e-12,
27
+ "layer_scale_init_value": 0.1,
28
+ "model_type": "beit",
29
+ "num_attention_heads": 12,
30
+ "num_channels": 3,
31
+ "num_hidden_layers": 12,
32
+ "out_indices": [
33
+ 3,
34
+ 5,
35
+ 7,
36
+ 11
37
+ ],
38
+ "patch_size": 16,
39
+ "pool_scales": [
40
+ 1,
41
+ 2,
42
+ 3,
43
+ 6
44
+ ],
45
+ "segmentation_indices": [
46
+ 3,
47
+ 5,
48
+ 7,
49
+ 11
50
+ ],
51
+ "semantic_loss_ignore_index": 255,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.32.0",
54
+ "use_absolute_position_embeddings": false,
55
+ "use_auxiliary_head": true,
56
+ "use_mask_token": false,
57
+ "use_mean_pooling": true,
58
+ "use_relative_position_bias": true,
59
+ "use_shared_relative_position_bias": false,
60
+ "vocab_size": 8192
61
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f49d6c40a24b4f011baeab6f51b620744fc8f20c0d3e0bed03468b94fd74620a
3
+ size 653212205
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b12b12910250d4f453c2382b8e68f24e7169b041a67a44ba0e062c36542eba13
3
+ size 4091