Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +52 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- runs/Jul27_08-53-19_2384ce36d893/events.out.tfevents.1690448004.2384ce36d893.391.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "sad",
|
23 |
+
"1": "angry",
|
24 |
+
"2": "happy",
|
25 |
+
"3": "relaxed"
|
26 |
+
},
|
27 |
+
"label2id": {
|
28 |
+
"angry": 1,
|
29 |
+
"happy": 2,
|
30 |
+
"relaxed": 3,
|
31 |
+
"sad": 0
|
32 |
+
},
|
33 |
+
"layer_type": "bottleneck",
|
34 |
+
"model_type": "resnet",
|
35 |
+
"num_channels": 3,
|
36 |
+
"out_features": [
|
37 |
+
"stage4"
|
38 |
+
],
|
39 |
+
"out_indices": [
|
40 |
+
4
|
41 |
+
],
|
42 |
+
"problem_type": "single_label_classification",
|
43 |
+
"stage_names": [
|
44 |
+
"stem",
|
45 |
+
"stage1",
|
46 |
+
"stage2",
|
47 |
+
"stage3",
|
48 |
+
"stage4"
|
49 |
+
],
|
50 |
+
"torch_dtype": "float32",
|
51 |
+
"transformers_version": "4.31.0"
|
52 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
+
],
|
11 |
+
"image_processor_type": "ConvNextImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.229,
|
14 |
+
0.224,
|
15 |
+
0.225
|
16 |
+
],
|
17 |
+
"resample": 3,
|
18 |
+
"rescale_factor": 0.00392156862745098,
|
19 |
+
"size": {
|
20 |
+
"shortest_edge": 224
|
21 |
+
}
|
22 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6dbddb5b68b2cc7f4062f7e26fb491c68d33acdd5bdd5afd1861b68db78f48bf
|
3 |
+
size 94391373
|
runs/Jul27_08-53-19_2384ce36d893/events.out.tfevents.1690448004.2384ce36d893.391.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fd5522e5a736fdac1270d601f1b313d4e26c33ea6bef125f95a777240739522
|
3 |
+
size 4533
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0e5b227f6277172850cd8386022267f02200441054dff591a89bd695223ea03
|
3 |
+
size 3963
|