zhdhfhd33 commited on
Commit
1615ccf
1 Parent(s): bf24375

Training in progress, step 20

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. config.json +65 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-large-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": 1024,
15
+ "id2label": {
16
+ "0": "background",
17
+ "1": "block",
18
+ "2": "equipment",
19
+ "3": "space"
20
+ },
21
+ "image_size": 640,
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 4096,
24
+ "label2id": {
25
+ "background": 0,
26
+ "block": 1,
27
+ "equipment": 2,
28
+ "space": 3
29
+ },
30
+ "layer_norm_eps": 1e-12,
31
+ "layer_scale_init_value": 0.1,
32
+ "model_type": "beit",
33
+ "num_attention_heads": 16,
34
+ "num_channels": 3,
35
+ "num_hidden_layers": 24,
36
+ "out_indices": [
37
+ 3,
38
+ 5,
39
+ 7,
40
+ 11
41
+ ],
42
+ "patch_size": 16,
43
+ "pool_scales": [
44
+ 1,
45
+ 2,
46
+ 3,
47
+ 6
48
+ ],
49
+ "segmentation_indices": [
50
+ 7,
51
+ 11,
52
+ 15,
53
+ 23
54
+ ],
55
+ "semantic_loss_ignore_index": 255,
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.30.2",
58
+ "use_absolute_position_embeddings": false,
59
+ "use_auxiliary_head": true,
60
+ "use_mask_token": false,
61
+ "use_mean_pooling": true,
62
+ "use_relative_position_bias": true,
63
+ "use_shared_relative_position_bias": false,
64
+ "vocab_size": 8192
65
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ec3a19e48129e5eed67abf349b7508c6e42a35ffd4299f1cdc0e46eee20aedd
3
+ size 2256768109
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d384103accbba30a6a4ea9f9eb77f0cae6ed6471a01cce89d7470db3be506662
3
+ size 3899