ivensamdh commited on
Commit
2f66c64
·
1 Parent(s): 34d1010

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +34 -33
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,54 +1,55 @@
1
  {
2
- "_name_or_path": "microsoft/swin-base-patch4-window7-224-in22k",
3
  "architectures": [
4
- "SwinForImageClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.0,
7
- "depths": [
8
- 2,
9
- 2,
10
- 18,
11
- 2
12
- ],
13
  "drop_path_rate": 0.1,
14
- "embed_dim": 128,
15
- "encoder_stride": 32,
16
  "hidden_act": "gelu",
17
  "hidden_dropout_prob": 0.0,
18
- "hidden_size": 1024,
19
  "id2label": {
20
  "0": "LABEL_0"
21
  },
22
  "image_size": 224,
23
  "initializer_range": 0.02,
 
24
  "label2id": {
25
  "LABEL_0": 0
26
  },
27
- "layer_norm_eps": 1e-05,
28
- "mlp_ratio": 4.0,
29
- "model_type": "swin",
 
30
  "num_channels": 3,
31
- "num_heads": [
32
- 4,
33
- 8,
34
- 16,
35
- 32
 
36
  ],
37
- "num_layers": 4,
38
- "out_features": null,
39
- "patch_size": 4,
40
- "path_norm": true,
41
- "problem_type": "multi_label_classification",
42
- "qkv_bias": true,
43
- "stage_names": [
44
- "stem",
45
- "stage1",
46
- "stage2",
47
- "stage3",
48
- "stage4"
49
  ],
 
 
50
  "torch_dtype": "float32",
51
  "transformers_version": "4.26.0",
52
- "use_absolute_embeddings": false,
53
- "window_size": 7
 
 
 
 
 
54
  }
 
1
  {
2
+ "_name_or_path": "NTQAI/pedestrian_age_recognition",
3
  "architectures": [
4
+ "BeitForImageClassification"
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
+ "finetuning_task": "image-classification",
 
13
  "hidden_act": "gelu",
14
  "hidden_dropout_prob": 0.0,
15
+ "hidden_size": 768,
16
  "id2label": {
17
  "0": "LABEL_0"
18
  },
19
  "image_size": 224,
20
  "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
  "label2id": {
23
  "LABEL_0": 0
24
  },
25
+ "layer_norm_eps": 1e-12,
26
+ "layer_scale_init_value": 0.1,
27
+ "model_type": "beit",
28
+ "num_attention_heads": 12,
29
  "num_channels": 3,
30
+ "num_hidden_layers": 12,
31
+ "out_indices": [
32
+ 3,
33
+ 5,
34
+ 7,
35
+ 11
36
  ],
37
+ "patch_size": 16,
38
+ "pool_scales": [
39
+ 1,
40
+ 2,
41
+ 3,
42
+ 6
 
 
 
 
 
 
43
  ],
44
+ "problem_type": "multi_label_classification",
45
+ "semantic_loss_ignore_index": 255,
46
  "torch_dtype": "float32",
47
  "transformers_version": "4.26.0",
48
+ "use_absolute_position_embeddings": false,
49
+ "use_auxiliary_head": true,
50
+ "use_mask_token": false,
51
+ "use_mean_pooling": true,
52
+ "use_relative_position_bias": true,
53
+ "use_shared_relative_position_bias": false,
54
+ "vocab_size": 8192
55
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:42632ea2369c7b3d807320cff32d02cb1e97eab8ce5563fab89501499a3e3828
3
- size 347595665
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37e5740686a688b64c2d24763e602c682197a757edc5635919c4f14cee3ca0e4
3
+ size 346857337
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c39aae2fef45e9f39e535da67ff162e972ec6a1dff04fcf014a47c15b1f8d9b2
3
  size 3515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb97167d35ccabd1caab670baefaa3e10af0914a7bbbaf24e4857aa4ed084e6b
3
  size 3515