Amitz244 commited on
Commit
18c7061
·
verified ·
1 Parent(s): 9c8ca7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -18,7 +18,8 @@ We apply **LoRA adaptation** on the **CLIP visual encoder** and add an **MLP hea
18
 
19
  - *Dataset*: [KonIQ-10k](https://arxiv.org/pdf/1910.06180)
20
  - *Architecture*: CLIP Vision Encoder (ViT-L/14) with *LoRA adaptation*
21
- - *Loss Function*: Pearson correlation induced loss\\$( L_{PLCC} = \frac{1}{2} \left(1 - \text{PLCC}(\tilde{y}, y)\right) $\\)
 
22
  - *Optimizer*: AdamW
23
  - *Learning Rate*: 5e-05
24
  - *Batch Size*: 32
 
18
 
19
  - *Dataset*: [KonIQ-10k](https://arxiv.org/pdf/1910.06180)
20
  - *Architecture*: CLIP Vision Encoder (ViT-L/14) with *LoRA adaptation*
21
+ - *Loss Function*: Pearson correlation induced loss
22
+ $L_{PLCC} = \frac{1}{2} \left(1 - \text{PLCC}(\tilde{y}, y)\right)$
23
  - *Optimizer*: AdamW
24
  - *Learning Rate*: 5e-05
25
  - *Batch Size*: 32