Update README.md
Browse files
README.md
CHANGED
|
@@ -63,7 +63,12 @@ Shorter audio samples may lead to reduced prediction accuracy.
|
|
| 63 |
|
| 64 |
The model outputs a dictionary of the following form `{"depression":score, "anxiety": score}`.
|
| 65 |
|
| 66 |
-
If `quantize=False` (see the Usage section below), the scores are returned as raw float values which correlate monotonically with PHQ-9 and GAD-7.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
|
| 68 |
If `quantize=True` the scores are converted into integers representing the severity of depression and anxiety.
|
| 69 |
|
|
|
|
| 63 |
|
| 64 |
The model outputs a dictionary of the following form `{"depression":score, "anxiety": score}`.
|
| 65 |
|
| 66 |
+
If `quantize=False` (see the Usage section below), the scores are returned as raw float values on arbitrary scales which correlate monotonically with PHQ-9 for depression and GAD-7 for anxiety.
|
| 67 |
+
For reference the cumulative distribution of scores for each label sum is plotted below.
|
| 68 |
+
|
| 69 |
+

|
| 70 |
+
|
| 71 |
+

|
| 72 |
|
| 73 |
If `quantize=True` the scores are converted into integers representing the severity of depression and anxiety.
|
| 74 |
|