NamLe12 commited on
Commit
3230d33
1 Parent(s): b42c3cb

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "finetuning_task": "image-classification",
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.0,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "angular_leaf_spot",
15
+ "1": "bean_rust",
16
+ "2": "healthy"
17
+ },
18
+ "image_size": 518,
19
+ "initializer_range": 0.02,
20
+ "label2id": {
21
+ "angular_leaf_spot": "0",
22
+ "bean_rust": "1",
23
+ "healthy": "2"
24
+ },
25
+ "layer_norm_eps": 1e-06,
26
+ "layerscale_value": 1.0,
27
+ "mlp_ratio": 4,
28
+ "model_type": "dinov2",
29
+ "num_attention_heads": 12,
30
+ "num_channels": 3,
31
+ "num_hidden_layers": 12,
32
+ "out_features": [
33
+ "stage12"
34
+ ],
35
+ "out_indices": [
36
+ 12
37
+ ],
38
+ "patch_size": 14,
39
+ "problem_type": "single_label_classification",
40
+ "qkv_bias": true,
41
+ "reshape_hidden_states": true,
42
+ "stage_names": [
43
+ "stem",
44
+ "stage1",
45
+ "stage2",
46
+ "stage3",
47
+ "stage4",
48
+ "stage5",
49
+ "stage6",
50
+ "stage7",
51
+ "stage8",
52
+ "stage9",
53
+ "stage10",
54
+ "stage11",
55
+ "stage12"
56
+ ],
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.46.3",
59
+ "use_swiglu_ffn": false
60
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:760e69f68f646d5b63960e511f46181011102bb61bc0f3987bb1d73f5b2fd06c
3
+ size 346366076
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:3363d5958aea570600afc93c1d2cc41f9cb56dd654679af910ab730ef511beed
3
+ size 5304