Nopphakorn
commited on
Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "apple/mobilevit-x-small",
|
3 |
+
"architectures": [
|
4 |
+
"MobileViTForImageClassification"
|
5 |
+
],
|
6 |
+
"aspp_dropout_prob": 0.1,
|
7 |
+
"aspp_out_channels": 256,
|
8 |
+
"atrous_rates": [
|
9 |
+
6,
|
10 |
+
12,
|
11 |
+
18
|
12 |
+
],
|
13 |
+
"attention_probs_dropout_prob": 0.0,
|
14 |
+
"classifier_dropout_prob": 0.1,
|
15 |
+
"conv_kernel_size": 3,
|
16 |
+
"expand_ratio": 4.0,
|
17 |
+
"hidden_act": "silu",
|
18 |
+
"hidden_dropout_prob": 0.1,
|
19 |
+
"hidden_sizes": [
|
20 |
+
96,
|
21 |
+
120,
|
22 |
+
144
|
23 |
+
],
|
24 |
+
"id2label": {
|
25 |
+
"0": "neutral",
|
26 |
+
"1": "happiness",
|
27 |
+
"2": "surprise",
|
28 |
+
"3": "sadness",
|
29 |
+
"4": "anger",
|
30 |
+
"5": "disgust",
|
31 |
+
"6": "fear",
|
32 |
+
"7": "contempt",
|
33 |
+
"8": "unknown"
|
34 |
+
},
|
35 |
+
"image_size": 256,
|
36 |
+
"initializer_range": 0.02,
|
37 |
+
"label2id": {
|
38 |
+
"anger": 4,
|
39 |
+
"contempt": 7,
|
40 |
+
"disgust": 5,
|
41 |
+
"fear": 6,
|
42 |
+
"happiness": 1,
|
43 |
+
"neutral": 0,
|
44 |
+
"sadness": 3,
|
45 |
+
"surprise": 2,
|
46 |
+
"unknown": 8
|
47 |
+
},
|
48 |
+
"layer_norm_eps": 1e-05,
|
49 |
+
"mlp_ratio": 2.0,
|
50 |
+
"model_type": "mobilevit",
|
51 |
+
"neck_hidden_sizes": [
|
52 |
+
16,
|
53 |
+
32,
|
54 |
+
48,
|
55 |
+
64,
|
56 |
+
80,
|
57 |
+
96,
|
58 |
+
384
|
59 |
+
],
|
60 |
+
"num_attention_heads": 4,
|
61 |
+
"num_channels": 3,
|
62 |
+
"output_stride": 32,
|
63 |
+
"patch_size": 2,
|
64 |
+
"problem_type": "multi_label_classification",
|
65 |
+
"qkv_bias": true,
|
66 |
+
"semantic_loss_ignore_index": 255,
|
67 |
+
"torch_dtype": "float32",
|
68 |
+
"transformers_version": "4.41.2"
|
69 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9f8d9467bebcc146e7357b3706ef7bde56fae0e26b4154f703a2c1529f9780e
|
3 |
+
size 7825620
|
preprocessor_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"segmentation_maps",
|
5 |
+
"do_resize",
|
6 |
+
"size",
|
7 |
+
"resample",
|
8 |
+
"do_rescale",
|
9 |
+
"rescale_factor",
|
10 |
+
"do_center_crop",
|
11 |
+
"crop_size",
|
12 |
+
"do_flip_channel_order",
|
13 |
+
"return_tensors",
|
14 |
+
"data_format",
|
15 |
+
"input_data_format"
|
16 |
+
],
|
17 |
+
"crop_size": {
|
18 |
+
"height": 256,
|
19 |
+
"width": 256
|
20 |
+
},
|
21 |
+
"do_center_crop": true,
|
22 |
+
"do_flip_channel_order": true,
|
23 |
+
"do_flip_channels": true,
|
24 |
+
"do_rescale": true,
|
25 |
+
"do_resize": true,
|
26 |
+
"image_processor_type": "MobileViTImageProcessor",
|
27 |
+
"resample": 2,
|
28 |
+
"rescale_factor": 0.00392156862745098,
|
29 |
+
"size": {
|
30 |
+
"shortest_edge": 288
|
31 |
+
}
|
32 |
+
}
|
runs/Jun27_11-31-24_e13a1940bff8/events.out.tfevents.1719487885.e13a1940bff8.238.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad0ed8d2ad3c12dfc1c6efca380d28591574eac88c08ebd645f67d19d33fb133
|
3 |
+
size 10336
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec1494c234b249ceb4a02d8afe503b49bdffc0b1e39dbcf8fb8f66bdfa236c62
|
3 |
+
size 5112
|