AnoushkaJain3 commited on
Commit
f4fda78
1 Parent(s): 8c82c46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -33,7 +33,8 @@ There are two tutorial notebooks:
33
 
34
  These steps are explained in more detail in the Jupyter notebook in the files folder.
35
 
36
- auto_label_units is the main in this notebook. API link to know the parameters:
 
37
  (https://spikeinterface--2918.org.readthedocs.build/en/2918/api.html#spikeinterface.curation.auto_label_units)
38
 
39
 
@@ -53,7 +54,8 @@ There are two tutorial notebooks:
53
  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.
54
  Here you need to follow the three steps mentioned before but you need to provide your manually curated labels.
55
 
56
- train_model is the main function to train your model. API link to know the parameters:
 
57
  https://spikeinterface--2918.org.readthedocs.build/en/2918/api.html#spikeinterface.curation.train_model
58
 
59
  # example use of train_model function
 
33
 
34
  These steps are explained in more detail in the Jupyter notebook in the files folder.
35
 
36
+ auto_label_units is the main function in this notebook.
37
+ API link to know the parameters:
38
  (https://spikeinterface--2918.org.readthedocs.build/en/2918/api.html#spikeinterface.curation.auto_label_units)
39
 
40
 
 
54
  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.
55
  Here you need to follow the three steps mentioned before but you need to provide your manually curated labels.
56
 
57
+ train_model is the main function in this notebook.
58
+ API link to know the parameters:
59
  https://spikeinterface--2918.org.readthedocs.build/en/2918/api.html#spikeinterface.curation.train_model
60
 
61
  # example use of train_model function