erwinyonata
commited on
Commit
•
63efa6e
1
Parent(s):
93f299d
Training in progress, epoch 0
Browse files- config.json +73 -0
- model.safetensors +3 -0
- preprocessor_config.json +27 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/dinov2-base",
|
3 |
+
"apply_layernorm": true,
|
4 |
+
"architectures": [
|
5 |
+
"Dinov2ForImageClassification"
|
6 |
+
],
|
7 |
+
"attention_probs_dropout_prob": 0.0,
|
8 |
+
"drop_path_rate": 0.0,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.0,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "bca",
|
14 |
+
"1": "bumn",
|
15 |
+
"2": "gojek",
|
16 |
+
"3": "indomie",
|
17 |
+
"4": "pertamina",
|
18 |
+
"5": "shopee",
|
19 |
+
"6": "telkomsel",
|
20 |
+
"7": "tempo",
|
21 |
+
"8": "tokopedia",
|
22 |
+
"9": "wardah"
|
23 |
+
},
|
24 |
+
"image_size": 518,
|
25 |
+
"initializer_range": 0.02,
|
26 |
+
"label2id": {
|
27 |
+
"bca": 0,
|
28 |
+
"bumn": 1,
|
29 |
+
"gojek": 2,
|
30 |
+
"indomie": 3,
|
31 |
+
"pertamina": 4,
|
32 |
+
"shopee": 5,
|
33 |
+
"telkomsel": 6,
|
34 |
+
"tempo": 7,
|
35 |
+
"tokopedia": 8,
|
36 |
+
"wardah": 9
|
37 |
+
},
|
38 |
+
"layer_norm_eps": 1e-06,
|
39 |
+
"layerscale_value": 1.0,
|
40 |
+
"mlp_ratio": 4,
|
41 |
+
"model_type": "dinov2",
|
42 |
+
"num_attention_heads": 12,
|
43 |
+
"num_channels": 3,
|
44 |
+
"num_hidden_layers": 12,
|
45 |
+
"out_features": [
|
46 |
+
"stage12"
|
47 |
+
],
|
48 |
+
"out_indices": [
|
49 |
+
12
|
50 |
+
],
|
51 |
+
"patch_size": 14,
|
52 |
+
"problem_type": "single_label_classification",
|
53 |
+
"qkv_bias": true,
|
54 |
+
"reshape_hidden_states": true,
|
55 |
+
"stage_names": [
|
56 |
+
"stem",
|
57 |
+
"stage1",
|
58 |
+
"stage2",
|
59 |
+
"stage3",
|
60 |
+
"stage4",
|
61 |
+
"stage5",
|
62 |
+
"stage6",
|
63 |
+
"stage7",
|
64 |
+
"stage8",
|
65 |
+
"stage9",
|
66 |
+
"stage10",
|
67 |
+
"stage11",
|
68 |
+
"stage12"
|
69 |
+
],
|
70 |
+
"torch_dtype": "float32",
|
71 |
+
"transformers_version": "4.46.2",
|
72 |
+
"use_swiglu_ffn": false
|
73 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d68dc79337eda006be9bdbceba994b57be242ee5792fd7731a180fc824e58ab7
|
3 |
+
size 346409112
|
preprocessor_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
+
"do_convert_rgb": true,
|
8 |
+
"do_normalize": true,
|
9 |
+
"do_rescale": true,
|
10 |
+
"do_resize": true,
|
11 |
+
"image_mean": [
|
12 |
+
0.485,
|
13 |
+
0.456,
|
14 |
+
0.406
|
15 |
+
],
|
16 |
+
"image_processor_type": "BitImageProcessor",
|
17 |
+
"image_std": [
|
18 |
+
0.229,
|
19 |
+
0.224,
|
20 |
+
0.225
|
21 |
+
],
|
22 |
+
"resample": 3,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"size": {
|
25 |
+
"shortest_edge": 256
|
26 |
+
}
|
27 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aab7686b3534848f244c8466d6dc032588d3e5fbb7168f2768177ebd41d3b794
|
3 |
+
size 5304
|