Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,8 @@ 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.
|
|
|
18 |
|
19 |
Pick a dataset to learn from from [Datasets](https://huggingface.co/datasets).
|
20 |
|
21 |
+
Explore the dataset and prepare it for training.
|
22 |
+
|
23 |
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.
|
24 |
|
25 |
Train the model.
|