Training in progress, step 500
Browse files
config.json
CHANGED
@@ -1,17 +1,13 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
-
"
|
8 |
-
"auxiliary_concat_input": false,
|
9 |
-
"auxiliary_loss_weight": 0.4,
|
10 |
-
"auxiliary_num_convs": 1,
|
11 |
-
"drop_path_rate": 0.1,
|
12 |
"hidden_act": "gelu",
|
13 |
"hidden_dropout_prob": 0.0,
|
14 |
-
"hidden_size":
|
15 |
"id2label": {
|
16 |
"0": "Black-grass",
|
17 |
"1": "Charlock",
|
@@ -28,7 +24,7 @@
|
|
28 |
},
|
29 |
"image_size": 224,
|
30 |
"initializer_range": 0.02,
|
31 |
-
"intermediate_size":
|
32 |
"label2id": {
|
33 |
"Black-grass": "0",
|
34 |
"Charlock": "1",
|
@@ -44,33 +40,13 @@
|
|
44 |
"Sugar beet": "11"
|
45 |
},
|
46 |
"layer_norm_eps": 1e-12,
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"num_attention_heads": 12,
|
50 |
"num_channels": 3,
|
51 |
-
"num_hidden_layers":
|
52 |
-
"out_indices": [
|
53 |
-
3,
|
54 |
-
5,
|
55 |
-
7,
|
56 |
-
11
|
57 |
-
],
|
58 |
"patch_size": 16,
|
59 |
-
"pool_scales": [
|
60 |
-
1,
|
61 |
-
2,
|
62 |
-
3,
|
63 |
-
6
|
64 |
-
],
|
65 |
"problem_type": "single_label_classification",
|
66 |
-
"
|
67 |
"torch_dtype": "float32",
|
68 |
-
"transformers_version": "4.28.1"
|
69 |
-
"use_absolute_position_embeddings": false,
|
70 |
-
"use_auxiliary_head": true,
|
71 |
-
"use_mask_token": false,
|
72 |
-
"use_mean_pooling": true,
|
73 |
-
"use_relative_position_bias": true,
|
74 |
-
"use_shared_relative_position_bias": false,
|
75 |
-
"vocab_size": 8192
|
76 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google/vit-large-patch16-224-in21k",
|
3 |
"architectures": [
|
4 |
+
"ViTForImageClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"encoder_stride": 16,
|
|
|
|
|
|
|
|
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
+
"hidden_size": 1024,
|
11 |
"id2label": {
|
12 |
"0": "Black-grass",
|
13 |
"1": "Charlock",
|
|
|
24 |
},
|
25 |
"image_size": 224,
|
26 |
"initializer_range": 0.02,
|
27 |
+
"intermediate_size": 4096,
|
28 |
"label2id": {
|
29 |
"Black-grass": "0",
|
30 |
"Charlock": "1",
|
|
|
40 |
"Sugar beet": "11"
|
41 |
},
|
42 |
"layer_norm_eps": 1e-12,
|
43 |
+
"model_type": "vit",
|
44 |
+
"num_attention_heads": 16,
|
|
|
45 |
"num_channels": 3,
|
46 |
+
"num_hidden_layers": 24,
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
"patch_size": 16,
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
"problem_type": "single_label_classification",
|
49 |
+
"qkv_bias": true,
|
50 |
"torch_dtype": "float32",
|
51 |
+
"transformers_version": "4.28.1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
}
|
preprocessor_config.json
CHANGED
@@ -1,11 +1,5 @@
|
|
1 |
{
|
2 |
-
"crop_size": {
|
3 |
-
"height": 224,
|
4 |
-
"width": 224
|
5 |
-
},
|
6 |
-
"do_center_crop": false,
|
7 |
"do_normalize": true,
|
8 |
-
"do_reduce_labels": false,
|
9 |
"do_rescale": true,
|
10 |
"do_resize": true,
|
11 |
"image_mean": [
|
@@ -13,7 +7,7 @@
|
|
13 |
0.5,
|
14 |
0.5
|
15 |
],
|
16 |
-
"image_processor_type": "
|
17 |
"image_std": [
|
18 |
0.5,
|
19 |
0.5,
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
2 |
"do_normalize": true,
|
|
|
3 |
"do_rescale": true,
|
4 |
"do_resize": true,
|
5 |
"image_mean": [
|
|
|
7 |
0.5,
|
8 |
0.5
|
9 |
],
|
10 |
+
"image_processor_type": "ViTFeatureExtractor",
|
11 |
"image_std": [
|
12 |
0.5,
|
13 |
0.5,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0841c6f80e59008c9a771a28e7311e1ac524535f873fd01b8df3fdfd48c43582
|
3 |
+
size 1213389613
|
runs/Apr16_20-11-47_3b1c7990af73/1681676013.252243/events.out.tfevents.1681676013.3b1c7990af73.253.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c4b9f839d9e30d9b7e336b85bb463619452dc4d622413135d09487dcacc1010
|
3 |
+
size 5896
|
runs/Apr16_20-11-47_3b1c7990af73/events.out.tfevents.1681676013.3b1c7990af73.253.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abdbfb2cd3bb792681571bdd789240642a73f0d97153a5ed58c2420479e5c6ad
|
3 |
+
size 12685
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3579
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43a5142eb690b726ff89529d86328472b48a979c6405ff0b373adee9e50c2c1c
|
3 |
size 3579
|