till-onethousand commited on
Commit
02ea3f8
·
verified ·
1 Parent(s): 57822a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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.