ivensamdh commited on
Commit
e26401f
1 Parent(s): 5193310

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. config.json +55 -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,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:598ec060cce2ee50b9113461cf140ae1013e4e7708cd7b6a8f4a9b10d7923800
3
+ size 346857337
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5a7041f86d5f5ffad1bb78ac2876ee6f63aac7e2fff9424099811d3da693194
3
+ size 3515