Celal11 commited on
Commit
65b88a7
1 Parent(s): d7625df

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": "microsoft/resnet-50",
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
+ "angry": 0,
32
+ "disgust": 1,
33
+ "fear": 2,
34
+ "happy": 3,
35
+ "neutral": 4,
36
+ "sad": 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:c1ba58f9e6fa164b16e2d70c9e4123b41623bb97ea844ca8459d2e310d97dc7c
3
+ size 94413633
runs/Feb11_13-03-32_0fe6082267d7/1676122566.8661685/events.out.tfevents.1676122566.0fe6082267d7.23.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:782c278b06541d1281939b2026485bd37a4534fbed012e8e00e05a84f583aec4
3
+ size 5330
runs/Feb11_13-03-32_0fe6082267d7/events.out.tfevents.1676122566.0fe6082267d7.23.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27f7677dcaba80471734a6b5c105e3ea1032ee6169e5ced40e1950e8dd833dc7
3
+ size 7442
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f11953bafdbea1bd9b6ad084acf89e589d16daad968fe07508eb3e01db17849
3
+ size 3311