End of training
Browse files- README.md +9 -9
- config.json +20 -22
- tf_model.h5 +2 -2
README.md
CHANGED
@@ -15,9 +15,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss:
|
19 |
-
- Validation Loss:
|
20 |
-
- Train Accuracy: 0.
|
21 |
- Epoch: 4
|
22 |
|
23 |
## Model description
|
@@ -37,18 +37,18 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 3e-05, 'decay_steps':
|
41 |
- training_precision: float32
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
-
| 2.
|
48 |
-
| 2.
|
49 |
-
|
|
50 |
-
|
|
51 |
-
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 1.5656
|
19 |
+
- Validation Loss: 1.7181
|
20 |
+
- Train Accuracy: 0.8
|
21 |
- Epoch: 4
|
22 |
|
23 |
## Model description
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 3e-05, 'decay_steps': 840, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
|
41 |
- training_precision: float32
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
+
| 2.2701 | 2.2679 | 0.1 | 0 |
|
48 |
+
| 2.1066 | 2.1493 | 0.4 | 1 |
|
49 |
+
| 1.9323 | 2.0279 | 0.6 | 2 |
|
50 |
+
| 1.7463 | 1.8713 | 0.6667 | 3 |
|
51 |
+
| 1.5656 | 1.7181 | 0.8 | 4 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
config.json
CHANGED
@@ -9,33 +9,31 @@
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"9": "stairs"
|
23 |
},
|
24 |
"image_size": 224,
|
25 |
"initializer_range": 0.02,
|
26 |
"intermediate_size": 3072,
|
27 |
"label2id": {
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"water": "10"
|
39 |
},
|
40 |
"layer_norm_eps": 1e-12,
|
41 |
"model_type": "vit",
|
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
+
"0": "AnnualCrop",
|
13 |
+
"1": "Forest",
|
14 |
+
"2": "HerbaceousVegetation",
|
15 |
+
"3": "Highway",
|
16 |
+
"4": "Industrial",
|
17 |
+
"5": "Pasture",
|
18 |
+
"6": "PermanentCrop",
|
19 |
+
"7": "Residential",
|
20 |
+
"8": "River",
|
21 |
+
"9": "SeaLake"
|
|
|
22 |
},
|
23 |
"image_size": 224,
|
24 |
"initializer_range": 0.02,
|
25 |
"intermediate_size": 3072,
|
26 |
"label2id": {
|
27 |
+
"AnnualCrop": "0",
|
28 |
+
"Forest": "1",
|
29 |
+
"HerbaceousVegetation": "2",
|
30 |
+
"Highway": "3",
|
31 |
+
"Industrial": "4",
|
32 |
+
"Pasture": "5",
|
33 |
+
"PermanentCrop": "6",
|
34 |
+
"Residential": "7",
|
35 |
+
"River": "8",
|
36 |
+
"SeaLake": "9"
|
|
|
37 |
},
|
38 |
"layer_norm_eps": 1e-12,
|
39 |
"model_type": "vit",
|
tf_model.h5
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:31fc3058d526b7963ffda5c568157dc80935109fed134fd939d8a5a8df4a5e54
|
3 |
+
size 343510712
|