Celal11 commited on
Commit
fddb25c
1 Parent(s): d6562af

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:e36e1e569ca61a7cd5c3702081d09692ab3fdc2bd960fa2a6d6c6f55fc74ca2c
3
+ size 94413633
runs/Feb11_12-30-11_81fa6c40a190/1676118636.2731967/events.out.tfevents.1676118636.81fa6c40a190.24.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c9c7611a1ae09b0f124897d98e7535817df8fbda2de23e98433ba302a519d7a
3
+ size 5327
runs/Feb11_12-30-11_81fa6c40a190/events.out.tfevents.1676118636.81fa6c40a190.24.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c88b47527bf3f7ab32974b26c89710be370c53857f9dbedbf70346355bd3f93
3
+ size 7439
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:416dc1fc0435a7da05136a5ed85a681ad84564322ba00436afd6f2a3606c7e83
3
+ size 3311