Deexit commited on
Commit
c6850ab
1 Parent(s): e2ecba9

End of training

Browse files
Files changed (3) hide show
  1. README.md +9 -9
  2. config.json +20 -22
  3. 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: 2.3043
19
- - Validation Loss: 2.3868
20
- - Train Accuracy: 0.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': 55, '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.4220 | 2.3051 | 0.3333 | 0 |
48
- | 2.3767 | 2.3182 | 0.3333 | 1 |
49
- | 2.3069 | 2.3403 | 0.0 | 2 |
50
- | 2.2764 | 2.3623 | 0.0 | 3 |
51
- | 2.3043 | 2.3868 | 0.0 | 4 |
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": "boat",
13
- "1": "children",
14
- "10": "water",
15
- "2": "dogs",
16
- "3": "fireman",
17
- "4": "firetruck",
18
- "5": "mountains",
19
- "6": "people",
20
- "7": "river",
21
- "8": "snow",
22
- "9": "stairs"
23
  },
24
  "image_size": 224,
25
  "initializer_range": 0.02,
26
  "intermediate_size": 3072,
27
  "label2id": {
28
- "boat": "0",
29
- "children": "1",
30
- "dogs": "2",
31
- "fireman": "3",
32
- "firetruck": "4",
33
- "mountains": "5",
34
- "people": "6",
35
- "river": "7",
36
- "snow": "8",
37
- "stairs": "9",
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:9106ae9b3b3ffcb96078a9573b9aeb37b165399dcb8d43b1d7da8279ffd7b89c
3
- size 343513784
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31fc3058d526b7963ffda5c568157dc80935109fed134fd939d8a5a8df4a5e54
3
+ size 343510712