gulsmyigit
commited on
Commit
•
b776ef1
1
Parent(s):
8663db9
Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/convnext-base-224-22k",
|
3 |
+
"architectures": [
|
4 |
+
"ConvNextForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
3,
|
8 |
+
3,
|
9 |
+
27,
|
10 |
+
3
|
11 |
+
],
|
12 |
+
"drop_path_rate": 0.0,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_sizes": [
|
15 |
+
128,
|
16 |
+
256,
|
17 |
+
512,
|
18 |
+
1024
|
19 |
+
],
|
20 |
+
"id2label": {
|
21 |
+
"0": "calling",
|
22 |
+
"1": "clapping",
|
23 |
+
"2": "cycling",
|
24 |
+
"3": "dancing",
|
25 |
+
"4": "drinking",
|
26 |
+
"5": "eating",
|
27 |
+
"6": "fighting",
|
28 |
+
"7": "hugging",
|
29 |
+
"8": "laughing",
|
30 |
+
"9": "listening_to_music",
|
31 |
+
"10": "running",
|
32 |
+
"11": "sitting",
|
33 |
+
"12": "sleeping",
|
34 |
+
"13": "texting",
|
35 |
+
"14": "using_laptop"
|
36 |
+
},
|
37 |
+
"image_size": 224,
|
38 |
+
"initializer_range": 0.02,
|
39 |
+
"label2id": {
|
40 |
+
"calling": 0,
|
41 |
+
"clapping": 1,
|
42 |
+
"cycling": 2,
|
43 |
+
"dancing": 3,
|
44 |
+
"drinking": 4,
|
45 |
+
"eating": 5,
|
46 |
+
"fighting": 6,
|
47 |
+
"hugging": 7,
|
48 |
+
"laughing": 8,
|
49 |
+
"listening_to_music": 9,
|
50 |
+
"running": 10,
|
51 |
+
"sitting": 11,
|
52 |
+
"sleeping": 12,
|
53 |
+
"texting": 13,
|
54 |
+
"using_laptop": 14
|
55 |
+
},
|
56 |
+
"layer_norm_eps": 1e-12,
|
57 |
+
"layer_scale_init_value": 1e-06,
|
58 |
+
"model_type": "convnext",
|
59 |
+
"num_channels": 3,
|
60 |
+
"num_stages": 4,
|
61 |
+
"out_features": [
|
62 |
+
"stage4"
|
63 |
+
],
|
64 |
+
"out_indices": [
|
65 |
+
4
|
66 |
+
],
|
67 |
+
"patch_size": 4,
|
68 |
+
"problem_type": "single_label_classification",
|
69 |
+
"stage_names": [
|
70 |
+
"stem",
|
71 |
+
"stage1",
|
72 |
+
"stage2",
|
73 |
+
"stage3",
|
74 |
+
"stage4"
|
75 |
+
],
|
76 |
+
"torch_dtype": "float32",
|
77 |
+
"transformers_version": "4.41.0"
|
78 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0de37f77c8a869df077eee39173dfc1503d95119fa64595d55b8f9ce74c2a1e
|
3 |
+
size 350368532
|
preprocessor_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"do_resize",
|
5 |
+
"size",
|
6 |
+
"crop_pct",
|
7 |
+
"resample",
|
8 |
+
"do_rescale",
|
9 |
+
"rescale_factor",
|
10 |
+
"do_normalize",
|
11 |
+
"image_mean",
|
12 |
+
"image_std",
|
13 |
+
"return_tensors",
|
14 |
+
"data_format",
|
15 |
+
"input_data_format"
|
16 |
+
],
|
17 |
+
"crop_pct": 0.875,
|
18 |
+
"do_normalize": true,
|
19 |
+
"do_rescale": true,
|
20 |
+
"do_resize": true,
|
21 |
+
"image_mean": [
|
22 |
+
0.485,
|
23 |
+
0.456,
|
24 |
+
0.406
|
25 |
+
],
|
26 |
+
"image_processor_type": "ConvNextImageProcessor",
|
27 |
+
"image_std": [
|
28 |
+
0.229,
|
29 |
+
0.224,
|
30 |
+
0.225
|
31 |
+
],
|
32 |
+
"resample": 3,
|
33 |
+
"rescale_factor": 0.00392156862745098,
|
34 |
+
"size": {
|
35 |
+
"shortest_edge": 224
|
36 |
+
}
|
37 |
+
}
|
runs/May26_10-58-51_b570cfc8160e/events.out.tfevents.1716721133.b570cfc8160e.1989.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e09bdfa5f387c495732cdea23987da2d56b2f2632df7e6adc59dcbd357dd46c1
|
3 |
+
size 7665
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb9a724bdb3d480412539c21bde6d44f4683768534bf00e1f84f7de705c3cd67
|
3 |
+
size 5240
|