till-onethousand
commited on
Commit
·
593be23
1
Parent(s):
fece5b2
finalize
Browse files- HINT.md → HINTS.md +0 -0
- README.md +2 -3
HINT.md → HINTS.md
RENAMED
File without changes
|
README.md
CHANGED
@@ -8,8 +8,8 @@ sdk_version: 1.41.1
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
-
|
12 |
# Huggingface Workshop
|
|
|
13 |
Huggingface has become an essential hub for the artifical intelligence community to share models, datasets and intelligent applications.
|
14 |
|
15 |
Discover it with us.
|
@@ -25,7 +25,6 @@ Pick a model to learn from the chosen data from [Models](https://huggingface.co/
|
|
25 |
Train the model.
|
26 |
|
27 |
Use GoogleColab to train a model on GPU for free.
|
28 |
-
Training notebook for this application: https://colab.research.google.com/drive/1mC1b5KkkGJRcqtaRH09Qb25NZelCGnIZ?usp=sharing
|
29 |
|
30 |
Deploy the model with [Spaces](https://huggingface.co/spaces) and build an interface so that the model's behavior can be tested. Using spaces you can run your model on minimal but often sufficient hardware for free.
|
31 |
|
@@ -33,4 +32,4 @@ Done :)
|
|
33 |
|
34 |
---
|
35 |
|
36 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
11 |
# Huggingface Workshop
|
12 |
+
|
13 |
Huggingface has become an essential hub for the artifical intelligence community to share models, datasets and intelligent applications.
|
14 |
|
15 |
Discover it with us.
|
|
|
25 |
Train the model.
|
26 |
|
27 |
Use GoogleColab to train a model on GPU for free.
|
|
|
28 |
|
29 |
Deploy the model with [Spaces](https://huggingface.co/spaces) and build an interface so that the model's behavior can be tested. Using spaces you can run your model on minimal but often sufficient hardware for free.
|
30 |
|
|
|
32 |
|
33 |
---
|
34 |
|
35 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|