Add UnitRefine to the README
Browse files
README.md
CHANGED
@@ -8,6 +8,7 @@ license: mit
|
|
8 |
---
|
9 |
|
10 |
## Model description
|
|
|
11 |
The model is trained on recordings from 11 mice in the V1, SC, and ALM brain regions using Neuropixels probes.
|
12 |
Each recording was labeled by at least two independent annotators, with different combinations of labelers, achieving an 80% agreement rate.
|
13 |
This model utilizes a subset of metrics that are computationally efficient while maintaining robust classification performance.
|
@@ -22,7 +23,7 @@ This can be used to automatically identify SUA units in spike-sorted outputs. If
|
|
22 |
from spikeinterface.curation import auto_label_units
|
23 |
labels = auto_label_units(
|
24 |
sorting_analyzer = sorting_analyzer,
|
25 |
-
repo_id = "
|
26 |
trusted = ['numpy.dtype']
|
27 |
)
|
28 |
```
|
|
|
8 |
---
|
9 |
|
10 |
## Model description
|
11 |
+
This model is part of the UnitRefine project and it is a direct port of [this model](https://huggingface.co/AnoushkaJain3/noise_neural_classifier_lightweight).
|
12 |
The model is trained on recordings from 11 mice in the V1, SC, and ALM brain regions using Neuropixels probes.
|
13 |
Each recording was labeled by at least two independent annotators, with different combinations of labelers, achieving an 80% agreement rate.
|
14 |
This model utilizes a subset of metrics that are computationally efficient while maintaining robust classification performance.
|
|
|
23 |
from spikeinterface.curation import auto_label_units
|
24 |
labels = auto_label_units(
|
25 |
sorting_analyzer = sorting_analyzer,
|
26 |
+
repo_id = "SpikeInterface/UnitRefine_noise_neural_classifier_lightweight",
|
27 |
trusted = ['numpy.dtype']
|
28 |
)
|
29 |
```
|