Update HINT.md
Browse files
HINT.md
CHANGED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
Dataset: https://huggingface.co/datasets/jonathan-roberts1/Satellite-Images-of-Hurricane-Damage
|
3 |
+
|
4 |
+
Data exploration:
|
5 |
+
|
6 |
+
Model: https://huggingface.co/google/vit-base-patch16-224-in21k
|
7 |
+
|
8 |
+
Model training:
|
9 |
+
|
10 |
+
There are a lot of resources about how to train models from Huggingface in just a few lines of code.
|
11 |
+
|
12 |
+
Model deployment: https://huggingface.co/spaces/till-onethousand/huggingface-workshop/tree/main
|