PHVK1611 commited on
Commit
03fd4f2
1 Parent(s): 62b5c9a

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "0_degree",
14
+ "1": "180_degree",
15
+ "2": "270_degree",
16
+ "3": "90_degree"
17
+ },
18
+ "image_size": 518,
19
+ "initializer_range": 0.02,
20
+ "label2id": {
21
+ "0_degree": 0,
22
+ "180_degree": 1,
23
+ "270_degree": 2,
24
+ "90_degree": 3
25
+ },
26
+ "layer_norm_eps": 1e-06,
27
+ "layerscale_value": 1.0,
28
+ "mlp_ratio": 4,
29
+ "model_type": "dinov2",
30
+ "num_attention_heads": 12,
31
+ "num_channels": 3,
32
+ "num_hidden_layers": 12,
33
+ "out_features": [
34
+ "stage12"
35
+ ],
36
+ "out_indices": [
37
+ 12
38
+ ],
39
+ "patch_size": 14,
40
+ "problem_type": "single_label_classification",
41
+ "qkv_bias": true,
42
+ "reshape_hidden_states": true,
43
+ "stage_names": [
44
+ "stem",
45
+ "stage1",
46
+ "stage2",
47
+ "stage3",
48
+ "stage4",
49
+ "stage5",
50
+ "stage6",
51
+ "stage7",
52
+ "stage8",
53
+ "stage9",
54
+ "stage10",
55
+ "stage11",
56
+ "stage12"
57
+ ],
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.35.0",
60
+ "use_swiglu_ffn": false
61
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1813cf964dfaba3e56713d1d974c424f76fc8ef330c2605af312c851b3250b33
3
+ size 346372224
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "use_square_size": false
28
+ }
runs/Apr10_17-25-56_img-srch-kworker2/events.out.tfevents.1712750159.img-srch-kworker2.746143.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fd597483cf9029b7c2af0fcf0de3e5f0dead4428d8e3ece46c0ccad129e77bf
3
+ size 101767
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5819cea4291ba50d3937e68514415d4ccabe90f5ebea5a10919d8db841966109
3
+ size 4143