Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +58 -0
- preprocessor_config.json +20 -0
- pytorch_model.bin +3 -0
- runs/Nov03_19-31-15_86b3bee97402/1667504007.6627731/events.out.tfevents.1667504007.86b3bee97402.72.1 +3 -0
- runs/Nov03_19-31-15_86b3bee97402/1667504099.569143/events.out.tfevents.1667504099.86b3bee97402.72.3 +3 -0
- runs/Nov03_19-31-15_86b3bee97402/1667504154.3081255/events.out.tfevents.1667504154.86b3bee97402.72.5 +3 -0
- runs/Nov03_19-31-15_86b3bee97402/1667504256.3593597/events.out.tfevents.1667504256.86b3bee97402.72.7 +3 -0
- runs/Nov03_19-31-15_86b3bee97402/events.out.tfevents.1667504007.86b3bee97402.72.0 +3 -0
- runs/Nov03_19-31-15_86b3bee97402/events.out.tfevents.1667504099.86b3bee97402.72.2 +3 -0
- runs/Nov03_19-31-15_86b3bee97402/events.out.tfevents.1667504154.86b3bee97402.72.4 +3 -0
- runs/Nov03_19-31-15_86b3bee97402/events.out.tfevents.1667504256.86b3bee97402.72.6 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/beit-base-patch16-224-pt22k-ft22k",
|
3 |
+
"architectures": [
|
4 |
+
"BeitForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"auxiliary_channels": 256,
|
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": 768,
|
15 |
+
"id2label": {
|
16 |
+
"0": "angular_leaf_spot",
|
17 |
+
"1": "bean_rust",
|
18 |
+
"2": "healthy"
|
19 |
+
},
|
20 |
+
"image_size": 224,
|
21 |
+
"initializer_range": 0.02,
|
22 |
+
"intermediate_size": 3072,
|
23 |
+
"label2id": {
|
24 |
+
"angular_leaf_spot": "0",
|
25 |
+
"bean_rust": "1",
|
26 |
+
"healthy": "2"
|
27 |
+
},
|
28 |
+
"layer_norm_eps": 1e-12,
|
29 |
+
"layer_scale_init_value": 0.1,
|
30 |
+
"model_type": "beit",
|
31 |
+
"num_attention_heads": 12,
|
32 |
+
"num_channels": 3,
|
33 |
+
"num_hidden_layers": 12,
|
34 |
+
"out_indices": [
|
35 |
+
3,
|
36 |
+
5,
|
37 |
+
7,
|
38 |
+
11
|
39 |
+
],
|
40 |
+
"patch_size": 16,
|
41 |
+
"pool_scales": [
|
42 |
+
1,
|
43 |
+
2,
|
44 |
+
3,
|
45 |
+
6
|
46 |
+
],
|
47 |
+
"problem_type": "single_label_classification",
|
48 |
+
"semantic_loss_ignore_index": 255,
|
49 |
+
"torch_dtype": "float32",
|
50 |
+
"transformers_version": "4.24.0",
|
51 |
+
"use_absolute_position_embeddings": false,
|
52 |
+
"use_auxiliary_head": true,
|
53 |
+
"use_mask_token": false,
|
54 |
+
"use_mean_pooling": true,
|
55 |
+
"use_relative_position_bias": true,
|
56 |
+
"use_shared_relative_position_bias": false,
|
57 |
+
"vocab_size": 8192
|
58 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": 224,
|
3 |
+
"do_center_crop": false,
|
4 |
+
"do_normalize": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"feature_extractor_type": "BeitFeatureExtractor",
|
7 |
+
"image_mean": [
|
8 |
+
0.5,
|
9 |
+
0.5,
|
10 |
+
0.5
|
11 |
+
],
|
12 |
+
"image_std": [
|
13 |
+
0.5,
|
14 |
+
0.5,
|
15 |
+
0.5
|
16 |
+
],
|
17 |
+
"reduce_labels": false,
|
18 |
+
"resample": 2,
|
19 |
+
"size": 224
|
20 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9211c15bb6dfb92c6a0951c2343b6a909717921be32b7fa615f36c6e0e778da
|
3 |
+
size 346858283
|
runs/Nov03_19-31-15_86b3bee97402/1667504007.6627731/events.out.tfevents.1667504007.86b3bee97402.72.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcc1dec108740992df2a8c01bade9cfb86c46f242f3464651e1755f926fd36d0
|
3 |
+
size 5567
|
runs/Nov03_19-31-15_86b3bee97402/1667504099.569143/events.out.tfevents.1667504099.86b3bee97402.72.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e8534de34a80700867d24358873c716258fe856dff1de3cf873185aa224fd05
|
3 |
+
size 5567
|
runs/Nov03_19-31-15_86b3bee97402/1667504154.3081255/events.out.tfevents.1667504154.86b3bee97402.72.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb1f6db742778cc7bf45e4214e0b75fc72a5c72bd8e4492f3b1f3f1215c91221
|
3 |
+
size 5567
|
runs/Nov03_19-31-15_86b3bee97402/1667504256.3593597/events.out.tfevents.1667504256.86b3bee97402.72.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43d57db8001ef95e33f19f456cca997606c03a5213900207d874894c57ea7d6d
|
3 |
+
size 5567
|
runs/Nov03_19-31-15_86b3bee97402/events.out.tfevents.1667504007.86b3bee97402.72.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3c543a6ad6b08ae352794757c59f15f0675e712afd10c6326ecde823cfe4960
|
3 |
+
size 4434
|
runs/Nov03_19-31-15_86b3bee97402/events.out.tfevents.1667504099.86b3bee97402.72.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4564cf60d3ff8b68c5c00eafec6b3d0e383f39fd4440df9ce09da1258c5d56f1
|
3 |
+
size 4434
|
runs/Nov03_19-31-15_86b3bee97402/events.out.tfevents.1667504154.86b3bee97402.72.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8682955ea88a0669e15bd553d177b19a60bc5f0c34d4613c92e25826e3b6128
|
3 |
+
size 4434
|
runs/Nov03_19-31-15_86b3bee97402/events.out.tfevents.1667504256.86b3bee97402.72.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c8ff4f821015a9f7988f891527810a771d11b121e009e231b52f07a87d57a42
|
3 |
+
size 4914
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cf22e3725b418f2999e294c305b75814f73cf47cbb86e2dfa53f2ea19c43199
|
3 |
+
size 3439
|