pradanaadn
commited on
Training in progress, step 500
Browse files
config.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/mobilenet_v2_1.0_224",
|
3 |
+
"architectures": [
|
4 |
+
"MobileNetV2ForImageClassification"
|
5 |
+
],
|
6 |
+
"classifier_dropout_prob": 0.2,
|
7 |
+
"depth_divisible_by": 8,
|
8 |
+
"depth_multiplier": 1.0,
|
9 |
+
"expand_ratio": 6,
|
10 |
+
"finegrained_output": true,
|
11 |
+
"first_layer_is_expansion": true,
|
12 |
+
"hidden_act": "relu6",
|
13 |
+
"id2label": {
|
14 |
+
"0": "calling",
|
15 |
+
"1": "clapping",
|
16 |
+
"10": "running",
|
17 |
+
"11": "sitting",
|
18 |
+
"12": "sleeping",
|
19 |
+
"13": "texting",
|
20 |
+
"14": "using_laptop",
|
21 |
+
"2": "cycling",
|
22 |
+
"3": "dancing",
|
23 |
+
"4": "drinking",
|
24 |
+
"5": "eating",
|
25 |
+
"6": "fighting",
|
26 |
+
"7": "hugging",
|
27 |
+
"8": "laughing",
|
28 |
+
"9": "listening_to_music"
|
29 |
+
},
|
30 |
+
"image_size": 224,
|
31 |
+
"initializer_range": 0.02,
|
32 |
+
"label2id": {
|
33 |
+
"calling": "0",
|
34 |
+
"clapping": "1",
|
35 |
+
"cycling": "2",
|
36 |
+
"dancing": "3",
|
37 |
+
"drinking": "4",
|
38 |
+
"eating": "5",
|
39 |
+
"fighting": "6",
|
40 |
+
"hugging": "7",
|
41 |
+
"laughing": "8",
|
42 |
+
"listening_to_music": "9",
|
43 |
+
"running": "10",
|
44 |
+
"sitting": "11",
|
45 |
+
"sleeping": "12",
|
46 |
+
"texting": "13",
|
47 |
+
"using_laptop": "14"
|
48 |
+
},
|
49 |
+
"layer_norm_eps": 0.001,
|
50 |
+
"min_depth": 8,
|
51 |
+
"model_type": "mobilenet_v2",
|
52 |
+
"num_channels": 3,
|
53 |
+
"output_stride": 32,
|
54 |
+
"problem_type": "single_label_classification",
|
55 |
+
"semantic_loss_ignore_index": 255,
|
56 |
+
"tf_padding": true,
|
57 |
+
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.41.2"
|
59 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:240800908410120ff6acd51ba3bd1d59d90715c407e4c8f8013860ea9063d8c5
|
3 |
+
size 9146828
|
preprocessor_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"do_resize",
|
5 |
+
"size",
|
6 |
+
"resample",
|
7 |
+
"do_center_crop",
|
8 |
+
"crop_size",
|
9 |
+
"do_rescale",
|
10 |
+
"rescale_factor",
|
11 |
+
"do_normalize",
|
12 |
+
"image_mean",
|
13 |
+
"image_std",
|
14 |
+
"return_tensors",
|
15 |
+
"data_format",
|
16 |
+
"input_data_format"
|
17 |
+
],
|
18 |
+
"crop_size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
},
|
22 |
+
"do_center_crop": true,
|
23 |
+
"do_normalize": true,
|
24 |
+
"do_rescale": true,
|
25 |
+
"do_resize": true,
|
26 |
+
"image_mean": [
|
27 |
+
0.5,
|
28 |
+
0.5,
|
29 |
+
0.5
|
30 |
+
],
|
31 |
+
"image_processor_type": "MobileNetV2ImageProcessor",
|
32 |
+
"image_std": [
|
33 |
+
0.5,
|
34 |
+
0.5,
|
35 |
+
0.5
|
36 |
+
],
|
37 |
+
"resample": 2,
|
38 |
+
"rescale_factor": 0.00392156862745098,
|
39 |
+
"size": {
|
40 |
+
"shortest_edge": 256
|
41 |
+
}
|
42 |
+
}
|
runs/Jun18_14-18-48_e106558e0730/events.out.tfevents.1718720332.e106558e0730.3183.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2aba67be783f6447e446d0f72a5cf34e8cdd5720ea26c97b605c1c24d2599a0f
|
3 |
+
size 32102
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:843972e84ca63d3cb4c36682abf00d68784cc4132a969c501f90a31a2818bc6d
|
3 |
+
size 5112
|