prithivMLmods commited on
Commit
cfea7b6
·
verified ·
1 Parent(s): 4d51f8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -4,6 +4,20 @@ datasets:
4
  - flwrlabs/pacs
5
  ---
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8
  ```py
9
  from datasets import load_dataset
 
4
  - flwrlabs/pacs
5
  ---
6
 
7
+ ```py
8
+ precision recall f1-score support
9
+
10
+ art_painting 0.8538 0.9380 0.8939 2048
11
+ cartoon 0.9891 0.9330 0.9603 2344
12
+ photo 0.9029 0.8635 0.8828 1670
13
+ sketch 0.9990 1.0000 0.9995 3929
14
+
15
+ accuracy 0.9488 9991
16
+ macro avg 0.9362 0.9336 0.9341 9991
17
+ weighted avg 0.9509 0.9488 0.9491 9991
18
+ ```
19
+
20
+ ![download (1).png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/lCLDN4U4zT8U2viaJyV1d.png)
21
 
22
  ```py
23
  from datasets import load_dataset