Push Keras model using huggingface_hub.
Browse files- .gitattributes +1 -0
- README.md +23 -40
- fingerprint.pb +3 -0
- keras_metadata.pb +3 -0
- model.png +0 -0
- saved_model.pb +3 -0
- variables/variables.data-00000-of-00001 +3 -0
- variables/variables.index +0 -0
.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 |
-
|
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_100_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_100_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.0005
|
19 |
-
- Train Sparse Categorical Accuracy: 1.0
|
20 |
-
- Validation Loss: 0.0004
|
21 |
-
- Validation Sparse Categorical Accuracy: 1.0
|
22 |
-
- Epoch: 9
|
23 |
-
|
24 |
## Model description
|
25 |
|
26 |
More information needed
|
@@ -38,28 +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': 185040, '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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
-
|
47 |
-
|:----------:|:---------------------------------:|:---------------:|:--------------------------------------:|:-----:|
|
48 |
-
| 1.9258 | 0.9587 | 0.6056 | 1.0 | 0 |
|
49 |
-
| 0.2899 | 1.0 | 0.1262 | 1.0 | 1 |
|
50 |
-
| 0.0761 | 1.0 | 0.0438 | 1.0 | 2 |
|
51 |
-
| 0.0294 | 1.0 | 0.0189 | 1.0 | 3 |
|
52 |
-
| 0.0133 | 1.0 | 0.0090 | 1.0 | 4 |
|
53 |
-
| 0.0065 | 1.0 | 0.0046 | 1.0 | 5 |
|
54 |
-
| 0.0033 | 1.0 | 0.0024 | 1.0 | 6 |
|
55 |
-
| 0.0017 | 1.0 | 0.0013 | 1.0 | 7 |
|
56 |
-
| 0.0009 | 1.0 | 0.0007 | 1.0 | 8 |
|
57 |
-
| 0.0005 | 1.0 | 0.0004 | 1.0 | 9 |
|
58 |
|
|
|
|
|
59 |
|
60 |
-
|
61 |
|
62 |
-
|
63 |
-
- TensorFlow 2.14.0
|
64 |
-
- Datasets 2.14.6
|
65 |
-
- 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:63aad5705abe152053b33329c40627f059f874038a00c889947921ece2865458
|
3 |
+
size 57
|
keras_metadata.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a1759abdf11ab29eef329d246b1fa610be3427c1839e775aed1575657379df8
|
3 |
+
size 63000
|
model.png
ADDED
saved_model.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3433630d945120e07083b65bc1c16537ffc4b504150bdbbb7dbf16f8e56510cb
|
3 |
+
size 480668
|
variables/variables.data-00000-of-00001
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2b53de5c872276c85ba71fe11c2894d07084a47631562c96301ede60f4dd745
|
3 |
+
size 303254772
|
variables/variables.index
ADDED
Binary file (2.99 kB). View file
|
|