jucamohedano commited on
Commit
9401847
1 Parent(s): d6ad375

Training in progress, epoch 0

Browse files
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": "AnnualCrop",
14
+ "1": "Forest",
15
+ "2": "HerbaceousVegetation",
16
+ "3": "Highway",
17
+ "4": "Industrial",
18
+ "5": "Pasture",
19
+ "6": "PermanentCrop",
20
+ "7": "Residential",
21
+ "8": "River",
22
+ "9": "SeaLake"
23
+ },
24
+ "image_size": 518,
25
+ "initializer_range": 0.02,
26
+ "label2id": {
27
+ "AnnualCrop": 0,
28
+ "Forest": 1,
29
+ "HerbaceousVegetation": 2,
30
+ "Highway": 3,
31
+ "Industrial": 4,
32
+ "Pasture": 5,
33
+ "PermanentCrop": 6,
34
+ "Residential": 7,
35
+ "River": 8,
36
+ "SeaLake": 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.37.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:7bee8b2ed1fe68c9340ab6946f6e27e1c5bb11af522ae75407f051e03d80685c
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
+ }
runs/Feb28_10-32-04_a2a2e0280d68/events.out.tfevents.1709116339.a2a2e0280d68.6538.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f20f71e31d3c551979cf3d0e733edfa634a12f3ebd4545ea1984c5ce029b09a
3
+ size 21325
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd6be6b32ab3c05d4c7444480aa6a5c67ca7950e4fc7e07f98e62d664b63dc21
3
+ size 4792