Training in progress, epoch 1
Browse files- config.json +8 -7
- pytorch_model.bin +1 -1
- runs/May07_16-22-20_ab226596bbf7/events.out.tfevents.1715098943.ab226596bbf7.19614.4 +2 -2
- runs/May07_16-26-50_ab226596bbf7/1715099213.3541021/events.out.tfevents.1715099213.ab226596bbf7.19614.7 +3 -0
- runs/May07_16-26-50_ab226596bbf7/events.out.tfevents.1715099213.ab226596bbf7.19614.6 +3 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,25 +1,26 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
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": 768,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
},
|
16 |
"image_size": 224,
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
},
|
24 |
"layer_norm_eps": 1e-12,
|
25 |
"model_type": "vit",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "nateraw/vit-base-beans",
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
"encoder_stride": 16,
|
8 |
+
"finetuning_task": "image-classification",
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.0,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "angular_leaf_spot",
|
14 |
+
"1": "bean_rust",
|
15 |
+
"2": "healthy"
|
16 |
},
|
17 |
"image_size": 224,
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3072,
|
20 |
"label2id": {
|
21 |
+
"angular_leaf_spot": "0",
|
22 |
+
"bean_rust": "1",
|
23 |
+
"healthy": "2"
|
24 |
},
|
25 |
"layer_norm_eps": 1e-12,
|
26 |
"model_type": "vit",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343272234
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de4eceffeee2c72407ff07add031c5877e74e5df6960550d995f7c610f53a30a
|
3 |
size 343272234
|
runs/May07_16-22-20_ab226596bbf7/events.out.tfevents.1715098943.ab226596bbf7.19614.4
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:d2f09cdcb797dd9ff59622c36cc89c125273ed711cb9f032c70700da98f370e2
|
3 |
+
size 5883
|
runs/May07_16-26-50_ab226596bbf7/1715099213.3541021/events.out.tfevents.1715099213.ab226596bbf7.19614.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dec5614f87b3fc1790aa0999cb703a33d168bf495fd54e9caddcb805dc7a24a1
|
3 |
+
size 5913
|
runs/May07_16-26-50_ab226596bbf7/events.out.tfevents.1715099213.ab226596bbf7.19614.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6674d86c191f56b8e200c0ae08f28de35d85a4b8b98e3bceb5d2122d928221b7
|
3 |
+
size 4645
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4088
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4632db944102b688d0adabc108b3ffaf1805bb151c44398254340f5669af7a9
|
3 |
size 4088
|