Commit
·
13711f9
1
Parent(s):
7a1b8c6
fix: my model path
Browse files
README.md
CHANGED
@@ -7,6 +7,15 @@ sdk: streamlit
|
|
7 |
sdk_version: 1.41.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
sdk_version: 1.41.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
|
13 |
+
Use GoogleColab to train a model on GPU for free.
|
14 |
+
Training notebook for this application: https://colab.research.google.com/drive/1mC1b5KkkGJRcqtaRH09Qb25NZelCGnIZ?usp=sharing
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
---
|
20 |
|
21 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
config.py
CHANGED
@@ -6,4 +6,4 @@ labels = ds['train'].features['label'].names
|
|
6 |
|
7 |
UNTRAINED = 'google/vit-base-patch16-224-in21k'
|
8 |
|
9 |
-
TRAINED = '
|
|
|
6 |
|
7 |
UNTRAINED = 'google/vit-base-patch16-224-in21k'
|
8 |
|
9 |
+
TRAINED = 'till-onethousand/hurricane_model'
|