kingabzpro
commited on
Commit
•
d8285b8
1
Parent(s):
ad4c3c8
Update README.md
Browse files
README.md
CHANGED
@@ -19,14 +19,20 @@ This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B-Instruct](ht
|
|
19 |
|
20 |
## Results
|
21 |
|
|
|
22 |
100%|██████████| 300/300 [03:24<00:00, 1.47it/s]
|
|
|
23 |
Accuracy: 0.913
|
24 |
Accuracy for label Normal: 0.972
|
25 |
Accuracy for label Depression: 0.913
|
26 |
Accuracy for label Anxiety: 0.667
|
27 |
Accuracy for label Bipolar: 0.800
|
|
|
|
|
28 |
|
29 |
**Classification Report:**
|
|
|
|
|
30 |
precision recall f1-score support
|
31 |
|
32 |
Normal 0.92 0.97 0.95 143
|
@@ -37,10 +43,13 @@ Accuracy for label Bipolar: 0.800
|
|
37 |
accuracy 0.91 300
|
38 |
macro avg 0.90 0.84 0.87 300
|
39 |
weighted avg 0.91 0.91 0.91 300
|
40 |
-
|
41 |
|
42 |
**Confusion Matrix:**
|
|
|
|
|
43 |
[[139 3 1 0]
|
44 |
[ 5 105 5 0]
|
45 |
[ 6 3 18 0]
|
46 |
-
[ 1 2 0 12]]
|
|
|
|
19 |
|
20 |
## Results
|
21 |
|
22 |
+
```bash
|
23 |
100%|██████████| 300/300 [03:24<00:00, 1.47it/s]
|
24 |
+
|
25 |
Accuracy: 0.913
|
26 |
Accuracy for label Normal: 0.972
|
27 |
Accuracy for label Depression: 0.913
|
28 |
Accuracy for label Anxiety: 0.667
|
29 |
Accuracy for label Bipolar: 0.800
|
30 |
+
```
|
31 |
+
|
32 |
|
33 |
**Classification Report:**
|
34 |
+
|
35 |
+
```bash
|
36 |
precision recall f1-score support
|
37 |
|
38 |
Normal 0.92 0.97 0.95 143
|
|
|
43 |
accuracy 0.91 300
|
44 |
macro avg 0.90 0.84 0.87 300
|
45 |
weighted avg 0.91 0.91 0.91 300
|
46 |
+
```
|
47 |
|
48 |
**Confusion Matrix:**
|
49 |
+
|
50 |
+
```bash
|
51 |
[[139 3 1 0]
|
52 |
[ 5 105 5 0]
|
53 |
[ 6 3 18 0]
|
54 |
+
[ 1 2 0 12]]
|
55 |
+
```
|