Update README.md
Browse files
README.md
CHANGED
@@ -9,12 +9,25 @@ 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 |
|
|
|
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.
|
16 |
+
|
17 |
+
Decide on an AI usecase.
|
18 |
+
|
19 |
+
Pick a dataset to learn from from [Datasets](https://huggingface.co/datasets).
|
20 |
+
|
21 |
+
Pick a model to learn from the chosen data from [Models](https://huggingface.co/models). To save time choose a pre-trained model that you want to refine for the specific usecase.
|
22 |
+
|
23 |
+
Train the model.
|
24 |
|
25 |
Use GoogleColab to train a model on GPU for free.
|
26 |
Training notebook for this application: https://colab.research.google.com/drive/1mC1b5KkkGJRcqtaRH09Qb25NZelCGnIZ?usp=sharing
|
27 |
|
28 |
+
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.
|
29 |
|
30 |
+
Done :)
|
31 |
|
32 |
---
|
33 |
|