Push Keras model using huggingface_hub.
Browse files- .gitattributes +1 -0
- README.md +28 -198
- fingerprint.pb +3 -0
- keras_metadata.pb +3 -0
- saved_model.pb +3 -0
- variables/variables.data-00000-of-00001 +3 -0
- variables/variables.index +0 -0
.gitattributes
CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* 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 |
Baseline_Unet_Ash_Image_50_epochs.keras 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 |
Baseline_Unet_Ash_Image_50_epochs.keras filter=lfs diff=lfs merge=lfs -text
|
37 |
+
variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,211 +1,41 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
# Doc / guide: https://huggingface.co/docs/hub/model-cards
|
4 |
-
|
5 |
-
widget:
|
6 |
-
- src: https://huggingface.co/MIDSCapstoneTeam/ContrailSentinel/blob/main/contrail_shot.png
|
7 |
-
example_title: contrail1
|
8 |
-
#- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/airport.jpg
|
9 |
-
# example_title: Airport
|
10 |
-
|
11 |
---
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
<!-- Provide a quick summary of what the model is/does. -->
|
16 |
-
|
17 |
-
This model serves as a resource for researchers and data scientists seeking to identify contrails in satellite images.
|
18 |
-
Contrails (streams of vapor from airplane exhaust) can spread to many kilometers wide and trap heat in the atmosphere, which contributes to global warming.
|
19 |
-
Rerouting planes to avoid the atmospheric conditions that lead to contrail formation is an effective strategy,
|
20 |
-
and other researchers are already working on models that predict contrails. However, there is a need to validate those prediction models based on a "ground truth"
|
21 |
-
indicating when and where contrails did/did not actually form. This model provides that ground truth, and should be used to help improve other models
|
22 |
-
that predict contrail formation.
|
23 |
-
|
24 |
-
|
25 |
-
## Model Details
|
26 |
-
|
27 |
-
### Model Description
|
28 |
-
|
29 |
-
<!-- Provide a longer summary of what this model is. -->
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
- **Developed by:** UC Berkeley Master of Information and Data Science (MIDS) Capstone Team: Pedro Melendez, Prakash Krishnan, Rebecca Nissan, Sitao Chen, Ziling Huang
|
34 |
-
- **Model type:** [More Information Needed]
|
35 |
-
- **License:** [More Information Needed]
|
36 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
37 |
-
|
38 |
-
### Model Sources [optional]
|
39 |
-
|
40 |
-
<!-- Provide the basic links for the model. -->
|
41 |
-
|
42 |
-
- **Repository:** [More Information Needed]
|
43 |
-
- **Paper [optional]:** [More Information Needed]
|
44 |
-
- **Demo [optional]:** [More Information Needed]
|
45 |
-
|
46 |
-
## Uses
|
47 |
-
|
48 |
-
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
49 |
-
|
50 |
-
### Direct Use
|
51 |
-
|
52 |
-
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
53 |
-
|
54 |
-
[More Information Needed]
|
55 |
-
|
56 |
-
### Downstream Use [optional]
|
57 |
-
|
58 |
-
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
59 |
-
|
60 |
-
[More Information Needed]
|
61 |
-
|
62 |
-
### Out-of-Scope Use
|
63 |
-
|
64 |
-
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
65 |
-
|
66 |
-
[More Information Needed]
|
67 |
-
|
68 |
-
## Bias, Risks, and Limitations
|
69 |
-
|
70 |
-
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
71 |
-
|
72 |
-
[More Information Needed]
|
73 |
-
|
74 |
-
### Recommendations
|
75 |
-
|
76 |
-
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
77 |
-
|
78 |
-
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
79 |
-
|
80 |
-
## How to Get Started with the Model
|
81 |
-
|
82 |
-
Use the code below to get started with the model.
|
83 |
-
|
84 |
-
[More Information Needed]
|
85 |
-
|
86 |
-
## Training Details
|
87 |
-
|
88 |
-
### Training Data
|
89 |
-
|
90 |
-
<!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
91 |
-
|
92 |
-
[More Information Needed]
|
93 |
-
|
94 |
-
### Training Procedure
|
95 |
-
|
96 |
-
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
97 |
-
|
98 |
-
#### Preprocessing [optional]
|
99 |
-
|
100 |
-
[More Information Needed]
|
101 |
-
|
102 |
-
|
103 |
-
#### Training Hyperparameters
|
104 |
-
|
105 |
-
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
106 |
-
|
107 |
-
#### Speeds, Sizes, Times [optional]
|
108 |
-
|
109 |
-
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
110 |
-
|
111 |
-
[More Information Needed]
|
112 |
-
|
113 |
-
## Evaluation
|
114 |
-
|
115 |
-
<!-- This section describes the evaluation protocols and provides the results. -->
|
116 |
-
|
117 |
-
### Testing Data, Factors & Metrics
|
118 |
-
|
119 |
-
#### Testing Data
|
120 |
-
|
121 |
-
<!-- This should link to a Data Card if possible. -->
|
122 |
-
|
123 |
-
[More Information Needed]
|
124 |
-
|
125 |
-
#### Factors
|
126 |
-
|
127 |
-
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
128 |
-
|
129 |
-
[More Information Needed]
|
130 |
-
|
131 |
-
#### Metrics
|
132 |
-
|
133 |
-
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
134 |
-
|
135 |
-
[More Information Needed]
|
136 |
-
|
137 |
-
### Results
|
138 |
-
|
139 |
-
[More Information Needed]
|
140 |
-
|
141 |
-
#### Summary
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
## Model Examination [optional]
|
146 |
-
|
147 |
-
<!-- Relevant interpretability work for the model goes here -->
|
148 |
-
|
149 |
-
[More Information Needed]
|
150 |
-
|
151 |
-
## Environmental Impact
|
152 |
-
|
153 |
-
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
154 |
-
|
155 |
-
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
156 |
-
|
157 |
-
- **Hardware Type:** [More Information Needed]
|
158 |
-
- **Hours used:** [More Information Needed]
|
159 |
-
- **Cloud Provider:** [More Information Needed]
|
160 |
-
- **Compute Region:** [More Information Needed]
|
161 |
-
- **Carbon Emitted:** [More Information Needed]
|
162 |
-
|
163 |
-
## Technical Specifications [optional]
|
164 |
-
|
165 |
-
### Model Architecture and Objective
|
166 |
-
|
167 |
-
[More Information Needed]
|
168 |
-
|
169 |
-
### Compute Infrastructure
|
170 |
-
|
171 |
-
[More Information Needed]
|
172 |
-
|
173 |
-
#### Hardware
|
174 |
-
|
175 |
-
[More Information Needed]
|
176 |
-
|
177 |
-
#### Software
|
178 |
-
|
179 |
-
[More Information Needed]
|
180 |
-
|
181 |
-
## Citation [optional]
|
182 |
-
|
183 |
-
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
184 |
-
|
185 |
-
**BibTeX:**
|
186 |
-
|
187 |
-
[More Information Needed]
|
188 |
-
|
189 |
-
**APA:**
|
190 |
-
|
191 |
-
[More Information Needed]
|
192 |
-
|
193 |
-
## Glossary [optional]
|
194 |
|
195 |
-
|
196 |
|
197 |
-
|
198 |
|
199 |
-
|
200 |
|
201 |
-
|
202 |
|
203 |
-
|
204 |
|
205 |
-
|
206 |
|
207 |
-
|
208 |
|
209 |
-
|
210 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
211 |
|
|
|
1 |
---
|
2 |
+
library_name: keras
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
+
## Model description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
+
More information needed
|
8 |
|
9 |
+
## Intended uses & limitations
|
10 |
|
11 |
+
More information needed
|
12 |
|
13 |
+
## Training and evaluation data
|
14 |
|
15 |
+
More information needed
|
16 |
|
17 |
+
## Training procedure
|
18 |
|
19 |
+
### Training hyperparameters
|
20 |
|
21 |
+
The following hyperparameters were used during training:
|
22 |
|
23 |
+
| Hyperparameters | Value |
|
24 |
+
| :-- | :-- |
|
25 |
+
| name | RMSprop |
|
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 | 100 |
|
33 |
+
| jit_compile | True |
|
34 |
+
| is_legacy_optimizer | False |
|
35 |
+
| learning_rate | 0.0010000000474974513 |
|
36 |
+
| rho | 0.9 |
|
37 |
+
| momentum | 0.0 |
|
38 |
+
| epsilon | 1e-07 |
|
39 |
+
| centered | False |
|
40 |
+
| training_precision | float32 |
|
41 |
|
fingerprint.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f17b78f5cf932087b94a84f80b34465d02ce7ee8a70e60fb6371f81d2a5c4ed
|
3 |
+
size 56
|
keras_metadata.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a568f036fe8d48c2976858e0b50ee8caa13fd6b62faf4ea34a0d47152d4144b
|
3 |
+
size 466199
|
saved_model.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fff3dd4638e56ac63b5a4482016c31cf360b234bebe322d860b7c999b135a02
|
3 |
+
size 4329532
|
variables/variables.data-00000-of-00001
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11de3283e3c75943a7855f0cbbb312cf90f07651c1e0fbf10c0066ca1d7e1430
|
3 |
+
size 283479403
|
variables/variables.index
ADDED
Binary file (24.4 kB). View file
|
|