amauriciogonzalez
commited on
Commit
•
23ecfd3
1
Parent(s):
a63637b
Training in progress, epoch 1
Browse files- config.json +83 -0
- model.safetensors +3 -0
- preprocessor_config.json +27 -0
- runs/Sep06_20-48-49_2de8c0b5efc2/events.out.tfevents.1725655731.2de8c0b5efc2.36.0 +3 -0
- runs/Sep06_21-05-17_2de8c0b5efc2/events.out.tfevents.1725656717.2de8c0b5efc2.36.1 +3 -0
- runs/Sep06_21-08-44_2de8c0b5efc2/events.out.tfevents.1725656925.2de8c0b5efc2.36.2 +3 -0
- runs/Sep06_21-20-00_2de8c0b5efc2/events.out.tfevents.1725657601.2de8c0b5efc2.36.3 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "calling",
|
14 |
+
"1": "clapping",
|
15 |
+
"2": "cycling",
|
16 |
+
"3": "dancing",
|
17 |
+
"4": "drinking",
|
18 |
+
"5": "eating",
|
19 |
+
"6": "fighting",
|
20 |
+
"7": "hugging",
|
21 |
+
"8": "laughing",
|
22 |
+
"9": "listening_to_music",
|
23 |
+
"10": "running",
|
24 |
+
"11": "sitting",
|
25 |
+
"12": "sleeping",
|
26 |
+
"13": "texting",
|
27 |
+
"14": "using_laptop"
|
28 |
+
},
|
29 |
+
"image_size": 518,
|
30 |
+
"initializer_range": 0.02,
|
31 |
+
"label2id": {
|
32 |
+
"calling": 0,
|
33 |
+
"clapping": 1,
|
34 |
+
"cycling": 2,
|
35 |
+
"dancing": 3,
|
36 |
+
"drinking": 4,
|
37 |
+
"eating": 5,
|
38 |
+
"fighting": 6,
|
39 |
+
"hugging": 7,
|
40 |
+
"laughing": 8,
|
41 |
+
"listening_to_music": 9,
|
42 |
+
"running": 10,
|
43 |
+
"sitting": 11,
|
44 |
+
"sleeping": 12,
|
45 |
+
"texting": 13,
|
46 |
+
"using_laptop": 14
|
47 |
+
},
|
48 |
+
"layer_norm_eps": 1e-06,
|
49 |
+
"layerscale_value": 1.0,
|
50 |
+
"mlp_ratio": 4,
|
51 |
+
"model_type": "dinov2",
|
52 |
+
"num_attention_heads": 12,
|
53 |
+
"num_channels": 3,
|
54 |
+
"num_hidden_layers": 12,
|
55 |
+
"out_features": [
|
56 |
+
"stage12"
|
57 |
+
],
|
58 |
+
"out_indices": [
|
59 |
+
12
|
60 |
+
],
|
61 |
+
"patch_size": 14,
|
62 |
+
"problem_type": "single_label_classification",
|
63 |
+
"qkv_bias": true,
|
64 |
+
"reshape_hidden_states": true,
|
65 |
+
"stage_names": [
|
66 |
+
"stem",
|
67 |
+
"stage1",
|
68 |
+
"stage2",
|
69 |
+
"stage3",
|
70 |
+
"stage4",
|
71 |
+
"stage5",
|
72 |
+
"stage6",
|
73 |
+
"stage7",
|
74 |
+
"stage8",
|
75 |
+
"stage9",
|
76 |
+
"stage10",
|
77 |
+
"stage11",
|
78 |
+
"stage12"
|
79 |
+
],
|
80 |
+
"torch_dtype": "float32",
|
81 |
+
"transformers_version": "4.44.0",
|
82 |
+
"use_swiglu_ffn": false
|
83 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e68fbca766577d739c69be81e0152d297ce4882908ea55c9f2fe371d24f7d08
|
3 |
+
size 346439852
|
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 |
+
}
|
runs/Sep06_20-48-49_2de8c0b5efc2/events.out.tfevents.1725655731.2de8c0b5efc2.36.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:079ee04228613560b66ffa1e23950f958ee51a36bfdedd3e38dd5f3037fff71f
|
3 |
+
size 5872
|
runs/Sep06_21-05-17_2de8c0b5efc2/events.out.tfevents.1725656717.2de8c0b5efc2.36.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55c9547380c216aa31147c54c839a374148b98951b8b63226fb2719c2158d496
|
3 |
+
size 5872
|
runs/Sep06_21-08-44_2de8c0b5efc2/events.out.tfevents.1725656925.2de8c0b5efc2.36.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f6620c1ac1bf23aa5978107e61edab1a1585c856e38e2500dd5ec57dd9baaad
|
3 |
+
size 6493
|
runs/Sep06_21-20-00_2de8c0b5efc2/events.out.tfevents.1725657601.2de8c0b5efc2.36.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56428c6e037da0d31ad2de0751e523302e8c975e56693ef179f61df8b192e6fc
|
3 |
+
size 7017
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ad2a2844b34fac12e45e398b6ac628b88282a65d484769788c90bdd03aeb29c
|
3 |
+
size 5240
|