Yudsky commited on
Commit
f619e01
·
verified ·
1 Parent(s): 635c63c

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,21 +1,13 @@
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": "anger",
21
  "1": "contempt",
@@ -28,6 +20,7 @@
28
  },
29
  "image_size": 224,
30
  "initializer_range": 0.02,
 
31
  "label2id": {
32
  "anger": "0",
33
  "contempt": "1",
@@ -38,36 +31,14 @@
38
  "sad": "6",
39
  "surprise": "7"
40
  },
41
- "layer_norm_eps": 1e-05,
42
- "mlp_ratio": 4.0,
43
- "model_type": "swin",
44
  "num_channels": 3,
45
- "num_heads": [
46
- 4,
47
- 8,
48
- 16,
49
- 32
50
- ],
51
- "num_layers": 4,
52
- "out_features": [
53
- "stage4"
54
- ],
55
- "out_indices": [
56
- 4
57
- ],
58
- "patch_size": 4,
59
- "path_norm": true,
60
  "problem_type": "single_label_classification",
61
  "qkv_bias": true,
62
- "stage_names": [
63
- "stem",
64
- "stage1",
65
- "stage2",
66
- "stage3",
67
- "stage4"
68
- ],
69
  "torch_dtype": "float32",
70
- "transformers_version": "4.44.2",
71
- "use_absolute_embeddings": false,
72
- "window_size": 7
73
  }
 
1
  {
2
+ "_name_or_path": "dennisjooo/emotion_classification",
3
  "architectures": [
4
+ "ViTForImageClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
 
 
 
 
 
 
 
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
  "id2label": {
12
  "0": "anger",
13
  "1": "contempt",
 
20
  },
21
  "image_size": 224,
22
  "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
  "label2id": {
25
  "anger": "0",
26
  "contempt": "1",
 
31
  "sad": "6",
32
  "surprise": "7"
33
  },
34
+ "layer_norm_eps": 1e-12,
35
+ "model_type": "vit",
36
+ "num_attention_heads": 12,
37
  "num_channels": 3,
38
+ "num_hidden_layers": 12,
39
+ "patch_size": 16,
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  "problem_type": "single_label_classification",
41
  "qkv_bias": true,
 
 
 
 
 
 
 
42
  "torch_dtype": "float32",
43
+ "transformers_version": "4.44.2"
 
 
44
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a0972d5594f4717fa03f2797e2673626ced42dd5d344ace86b78fe455d324b5
3
- size 347523416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faea7e99e40441915a874032f1e9d43c26ea73b51f371f6ecb8a8708533d6838
3
+ size 343242432
preprocessor_config.json CHANGED
@@ -3,17 +3,17 @@
3
  "do_rescale": true,
4
  "do_resize": true,
5
  "image_mean": [
6
- 0.485,
7
- 0.456,
8
- 0.406
9
  ],
10
  "image_processor_type": "ViTImageProcessor",
11
  "image_std": [
12
- 0.229,
13
- 0.224,
14
- 0.225
15
  ],
16
- "resample": 3,
17
  "rescale_factor": 0.00392156862745098,
18
  "size": {
19
  "height": 224,
 
3
  "do_rescale": true,
4
  "do_resize": true,
5
  "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
  ],
10
  "image_processor_type": "ViTImageProcessor",
11
  "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
  ],
16
+ "resample": 2,
17
  "rescale_factor": 0.00392156862745098,
18
  "size": {
19
  "height": 224,
runs/Sep06_13-57-32_0f6a57d125fc/events.out.tfevents.1725631127.0f6a57d125fc.1806.6 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0df1ff098cfc3725bf892716e0ecca03f0a8242bf23af8f3254ac1bdd93b77f0
3
- size 16893
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c801716dcdb27630596c80fcd723b27087be26b661c11b04e5c668821eb44395
3
+ size 17570
runs/Sep06_14-04-08_0f6a57d125fc/events.out.tfevents.1725631460.0f6a57d125fc.1806.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f544aa6a54f9de5e298fce6ae7db251d184f4687ba1bbb290fb7166c2e55647e
3
+ size 4184
runs/Sep06_14-04-08_0f6a57d125fc/events.out.tfevents.1725631477.0f6a57d125fc.1806.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21207b5b1ed85f710d4f42021dd59ad652b2c970afa086016a9b0a9cde46471d
3
+ size 6411
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:363ff6ffef843803e14e3bd33ebccc0f2767e0af6dd3414bbd27d1f413ecd59e
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d76c9e4519b53997064d269a23ae91d298e2d2aa98bf99b46a4579565ddde4a
3
  size 5240