frncscp commited on
Commit
e70b106
1 Parent(s): 6597f8d

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/dinov2-base",
3
+ "_out_features": [
4
+ "stage12"
5
+ ],
6
+ "_out_indices": [
7
+ 12
8
+ ],
9
+ "apply_layernorm": true,
10
+ "architectures": [
11
+ "Dinov2ForImageClassification"
12
+ ],
13
+ "attention_probs_dropout_prob": 0.0,
14
+ "drop_path_rate": 0.0,
15
+ "hidden_act": "gelu",
16
+ "hidden_dropout_prob": 0.0,
17
+ "hidden_size": 768,
18
+ "id2label": {
19
+ "0": "Patacon-False",
20
+ "1": "Patacon-True"
21
+ },
22
+ "image_size": 518,
23
+ "initializer_range": 0.02,
24
+ "label2id": {
25
+ "Patacon-False": "0",
26
+ "Patacon-True": "1"
27
+ },
28
+ "layer_norm_eps": 1e-06,
29
+ "layerscale_value": 1.0,
30
+ "mlp_ratio": 4,
31
+ "model_type": "dinov2",
32
+ "num_attention_heads": 12,
33
+ "num_channels": 3,
34
+ "num_hidden_layers": 12,
35
+ "patch_size": 14,
36
+ "problem_type": "single_label_classification",
37
+ "qkv_bias": true,
38
+ "reshape_hidden_states": true,
39
+ "stage_names": [
40
+ "stem",
41
+ "stage1",
42
+ "stage2",
43
+ "stage3",
44
+ "stage4",
45
+ "stage5",
46
+ "stage6",
47
+ "stage7",
48
+ "stage8",
49
+ "stage9",
50
+ "stage10",
51
+ "stage11",
52
+ "stage12"
53
+ ],
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.33.3",
56
+ "use_swiglu_ffn": false
57
+ }
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b87e70fec64d4169a7d7a2d9d87225cfa4b3e04924ec7f99ae9e8a10bfb6bb0d
3
+ size 346410257
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c85f2d969349e88780a34b6db8b90f9674d7976ea872256dec6a5424af93b61
3
+ size 4027