Celal11 commited on
Commit
582fa3c
1 Parent(s): 2a18a61

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Celal11/resnet-50-finetuned-FER2013-0.003",
3
+ "architectures": [
4
+ "ResNetForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 4,
9
+ 6,
10
+ 3
11
+ ],
12
+ "downsample_in_first_stage": false,
13
+ "embedding_size": 64,
14
+ "hidden_act": "relu",
15
+ "hidden_sizes": [
16
+ 256,
17
+ 512,
18
+ 1024,
19
+ 2048
20
+ ],
21
+ "id2label": {
22
+ "0": "angry",
23
+ "1": "disgust",
24
+ "2": "fear",
25
+ "3": "happy",
26
+ "4": "neutral",
27
+ "5": "sad",
28
+ "6": "surprise"
29
+ },
30
+ "label2id": {
31
+ "anger": 0,
32
+ "contempt": 4,
33
+ "disgust": 1,
34
+ "fear": 2,
35
+ "happy": 3,
36
+ "sadness": 5,
37
+ "surprise": 6
38
+ },
39
+ "layer_type": "bottleneck",
40
+ "model_type": "resnet",
41
+ "num_channels": 3,
42
+ "problem_type": "single_label_classification",
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.20.1"
45
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "ConvNextFeatureExtractor",
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 3,
17
+ "size": 224
18
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a76ec2bb271913b5c7b19c649ea81a4b610ef015335b2dfe8506d8fb825f43e
3
+ size 94413633
runs/Jan30_20-52-18_31251e48c1c7/1675111950.3202484/events.out.tfevents.1675111950.31251e48c1c7.23.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8951eeda002dd69f5c0d41f2797ff931ef3994bfe8ff5f74c04966c4f3a2b8c2
3
+ size 5405
runs/Jan30_20-52-18_31251e48c1c7/events.out.tfevents.1675111950.31251e48c1c7.23.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13a83ea3200d239f8c4a9ecfcb40d20cc8c91ce18d9bc3e3f556e6135dec22eb
3
+ size 4477
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee5ed08bd2b6be4879f5b647182cbb7b0652112279b47e7b654bd40f4ffef5dd
3
+ size 3375