arieg commited on
Commit
38cbfa4
1 Parent(s): 4156e58

Push Keras model using huggingface_hub.

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,26 +1,7 @@
1
  ---
2
- license: apache-2.0
3
- base_model: google/vit-base-patch16-224-in21k
4
- tags:
5
- - generated_from_keras_callback
6
- model-index:
7
- - name: arieg/bw_spec_cls_8_00_noise_200
8
- results: []
9
  ---
10
 
11
- <!-- This model card has been generated automatically according to the information Keras had access to. You should
12
- probably proofread and complete it, then remove this comment. -->
13
-
14
- # arieg/bw_spec_cls_8_00_noise_200
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: 0.0115
19
- - Train Sparse Categorical Accuracy: 1.0
20
- - Validation Loss: 0.0109
21
- - Validation Sparse Categorical Accuracy: 1.0
22
- - Epoch: 19
23
-
24
  ## Model description
25
 
26
  More information needed
@@ -38,38 +19,30 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - optimizer: {'name': 'AdamWeightDecay', 'clipnorm': 1.0, 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 3e-05, 'decay_steps': 30600, '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}
42
- - training_precision: float32
43
 
44
- ### Training results
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
- | Train Loss | Train Sparse Categorical Accuracy | Validation Loss | Validation Sparse Categorical Accuracy | Epoch |
47
- |:----------:|:---------------------------------:|:---------------:|:--------------------------------------:|:-----:|
48
- | 0.8708 | 0.9739 | 0.3432 | 1.0 | 0 |
49
- | 0.2554 | 1.0 | 0.1989 | 1.0 | 1 |
50
- | 0.1700 | 1.0 | 0.1456 | 1.0 | 2 |
51
- | 0.1286 | 1.0 | 0.1130 | 1.0 | 3 |
52
- | 0.1011 | 1.0 | 0.0900 | 1.0 | 4 |
53
- | 0.0812 | 1.0 | 0.0729 | 1.0 | 5 |
54
- | 0.0664 | 1.0 | 0.0602 | 1.0 | 6 |
55
- | 0.0551 | 1.0 | 0.0503 | 1.0 | 7 |
56
- | 0.0463 | 1.0 | 0.0425 | 1.0 | 8 |
57
- | 0.0394 | 1.0 | 0.0363 | 1.0 | 9 |
58
- | 0.0338 | 1.0 | 0.0314 | 1.0 | 10 |
59
- | 0.0293 | 1.0 | 0.0273 | 1.0 | 11 |
60
- | 0.0255 | 1.0 | 0.0239 | 1.0 | 12 |
61
- | 0.0224 | 1.0 | 0.0210 | 1.0 | 13 |
62
- | 0.0198 | 1.0 | 0.0187 | 1.0 | 14 |
63
- | 0.0176 | 1.0 | 0.0166 | 1.0 | 15 |
64
- | 0.0157 | 1.0 | 0.0149 | 1.0 | 16 |
65
- | 0.0141 | 1.0 | 0.0134 | 1.0 | 17 |
66
- | 0.0127 | 1.0 | 0.0121 | 1.0 | 18 |
67
- | 0.0115 | 1.0 | 0.0109 | 1.0 | 19 |
68
 
 
 
69
 
70
- ### Framework versions
71
 
72
- - Transformers 4.35.0
73
- - TensorFlow 2.14.0
74
- - Datasets 2.14.6
75
- - Tokenizers 0.14.1
 
1
  ---
2
+ library_name: keras
 
 
 
 
 
 
3
  ---
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ## Model description
6
 
7
  More information needed
 
19
  ### Training hyperparameters
20
 
21
  The following hyperparameters were used during training:
 
 
22
 
23
+ | Hyperparameters | Value |
24
+ | :-- | :-- |
25
+ | name | SGD |
26
+ | weight_decay | None |
27
+ | clipnorm | None |
28
+ | global_clipnorm | None |
29
+ | clipvalue | None |
30
+ | use_ema | False |
31
+ | ema_momentum | 0.99 |
32
+ | ema_overwrite_frequency | None |
33
+ | jit_compile | True |
34
+ | is_legacy_optimizer | False |
35
+ | learning_rate | 0.0010000000474974513 |
36
+ | momentum | 0.0 |
37
+ | nesterov | False |
38
+ | training_precision | float32 |
39
+
40
 
41
+ ## Model Plot
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
 
43
+ <details>
44
+ <summary>View Model Plot</summary>
45
 
46
+ ![Model Image](./model.png)
47
 
48
+ </details>
 
 
 
fingerprint.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a17ab60a570b330e9cd5eef69ca650e19774d340760ff420033a18f23fcca31
3
+ size 54
history.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "categorical_accuracy": [
3
+ 0.7444444298744202,
4
+ 0.97124183177948,
5
+ 0.98562091588974,
6
+ 0.998039186000824,
7
+ 0.9993463754653931
8
+ ],
9
+ "loss": [
10
+ 1.2079797983169556,
11
+ 0.4493885636329651,
12
+ 0.24449706077575684,
13
+ 0.16368263959884644,
14
+ 0.11630311608314514
15
+ ],
16
+ "val_categorical_accuracy": [
17
+ 0.8823529481887817,
18
+ 1.0,
19
+ 1.0,
20
+ 1.0,
21
+ 1.0
22
+ ],
23
+ "val_loss": [
24
+ 0.6126745939254761,
25
+ 0.20612265169620514,
26
+ 0.11283677071332932,
27
+ 0.07244613766670227,
28
+ 0.05332567170262337
29
+ ]
30
+ }
keras_metadata.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6f19ff0ff0356d6c480ad4b56998fb6774204b9dd5f24129b53ba15838e9368
3
+ size 62994
model.png ADDED
saved_model.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c890bf2af56af226016cf7bbf73340fcd0563ee2eaaa73641fe50c2b7713976f
3
+ size 479871
variables/variables.data-00000-of-00001 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73a617f62409f6a9d2e871a01ab12b84bb2380337b37847ef3c7ce40cc486d61
3
+ size 302500740
variables/variables.index ADDED
Binary file (2.99 kB). View file