Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,18 @@
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- prithivMLmods/Human-vs-NonHuman
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- prithivMLmods/Human-vs-NonHuman
|
5 |
+
---
|
6 |
+
|
7 |
+
```py
|
8 |
+
Classification Report:
|
9 |
+
precision recall f1-score support
|
10 |
+
|
11 |
+
Human 𖨆 0.9939 0.9735 0.9836 6646
|
12 |
+
Non Human メ 0.9807 0.9956 0.9881 8989
|
13 |
+
|
14 |
+
accuracy 0.9862 15635
|
15 |
+
macro avg 0.9873 0.9845 0.9858 15635
|
16 |
+
weighted avg 0.9863 0.9862 0.9862 15635
|
17 |
+
```
|
18 |
+
|
19 |
+

|