amauriciogonzalez commited on
Commit
10921b2
1 Parent(s): d6de09f

Training in progress, epoch 1

Browse files
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:6e4cfe58823273ae05938c6b4acd88134d765dd904d0beee4c0d0ba3969b3788
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_22-36-27_2de8c0b5efc2/events.out.tfevents.1725662189.2de8c0b5efc2.36.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f813e94016de710a15adbc0e2a1fe8df80d745130113ed4490b810192701580
3
+ size 6751
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b786de5df32c1195eb8e0720995105473f264a8af3cdadc33411b6cf19224c75
3
+ size 5240