prithivMLmods commited on
Commit
15ca218
·
verified ·
1 Parent(s): 4e177d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -5,4 +5,19 @@ datasets:
5
  language:
6
  - en
7
  library_name: transformers
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  language:
6
  - en
7
  library_name: transformers
8
+ ---
9
+
10
+ ```py
11
+ Classification Report:
12
+ precision recall f1-score support
13
+
14
+ Real 0.9215 0.8842 0.9025 8288
15
+ AI 0.9100 0.9396 0.9246 10330
16
+
17
+ accuracy 0.9149 18618
18
+ macro avg 0.9158 0.9119 0.9135 18618
19
+ weighted avg 0.9151 0.9149 0.9147 18618
20
+ ```
21
+
22
+ ![download (2).png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/AtUeLO-22whnmrN-mJZDr.png)
23
+