goerkemsaylam commited on
Commit
4455641
·
verified ·
1 Parent(s): e4699ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -6,7 +6,7 @@ datasets:
6
 
7
  # TinyAestheticNet
8
 
9
- ## DATA
10
 
11
  To measure creativity in paintings, this study utilizes a dataset consisting of 878 open-access modern art paintings. Each artwork was rigorously evaluated by 3 fine arts experts specializing in painting. The experts reached a consensus to score the artworks on a scale of 1 to 10 across 5 distinct criteria:
12
  * **K1:** Originality
@@ -17,7 +17,7 @@ To measure creativity in paintings, this study utilizes a dataset consisting of
17
 
18
  The dataset features a well-balanced distribution, with an almost equal representation of scores across the 1 to 10 scale for each criterion.
19
 
20
- ## MODEL
21
 
22
  ```bash
23
  pip install torch torchvision git+https://github.com/openai/CLIP.git huggingface_hub
@@ -75,10 +75,10 @@ for c, s in zip(criteria, scores):
75
  print(f"{c}: {s:.2f}/10")
76
  ```
77
 
78
- ## PERFORMANCE
79
 
80
  ![Performance](TinyAestheticNet_performance.png)
81
 
82
- ## EXPLAINABILITY
83
 
84
  ![XAI](TinyAestheticNet_xai.png)
 
6
 
7
  # TinyAestheticNet
8
 
9
+ ## Data
10
 
11
  To measure creativity in paintings, this study utilizes a dataset consisting of 878 open-access modern art paintings. Each artwork was rigorously evaluated by 3 fine arts experts specializing in painting. The experts reached a consensus to score the artworks on a scale of 1 to 10 across 5 distinct criteria:
12
  * **K1:** Originality
 
17
 
18
  The dataset features a well-balanced distribution, with an almost equal representation of scores across the 1 to 10 scale for each criterion.
19
 
20
+ ## Model
21
 
22
  ```bash
23
  pip install torch torchvision git+https://github.com/openai/CLIP.git huggingface_hub
 
75
  print(f"{c}: {s:.2f}/10")
76
  ```
77
 
78
+ ## Performance
79
 
80
  ![Performance](TinyAestheticNet_performance.png)
81
 
82
+ ## Explainability
83
 
84
  ![XAI](TinyAestheticNet_xai.png)