AnoushkaJain3 commited on
Commit
8524936
1 Parent(s): fcd083f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,7 +19,7 @@ There are two tutorial notebooks:
19
 
20
  1. Model_based_curation.ipynb
21
 
22
- If you already have fitted models, you can use this notebook to predict on new recordings.
23
 
24
 
25
  ``` python
@@ -33,7 +33,7 @@ There are two tutorial notebooks:
33
 
34
  2. Train_new_model.ipynb
35
 
36
- If already have your own manually curated on other species you can use this notebook to create your own model.
37
 
38
 
39
  ``` python
 
19
 
20
  1. Model_based_curation.ipynb
21
 
22
+ This notebook helps you apply pretrained models to new recordings. Simply load the models and use them to label your spike-sorted data.
23
 
24
 
25
  ``` python
 
33
 
34
  2. Train_new_model.ipynb
35
 
36
+ If you have your own manually curated data (e.g., from other species), this notebook allows you to train a new model using your specific data.
37
 
38
 
39
  ``` python