Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,8 @@ tags:
|
|
11 |
- CLIP
|
12 |
- EmoSet
|
13 |
---
|
14 |
-
# Don’t Judge Before You CLIP: Visual Emotion Analysis Model
|
15 |
|
16 |
-
PreceptCLIP-Emotions is a model designed to predict the emotions that an image evokes in users. This is the official model from the paper ["Don't Judge Before You CLIP: A Unified Approach for Perceptual Tasks"](https://arxiv.org/abs/2503.13260). Our model applies LoRA adaptation on the CLIP visual encoder with an additional MLP head to achieve state-of-the-art results
|
17 |
|
18 |
## Training Details
|
19 |
|
|
|
11 |
- CLIP
|
12 |
- EmoSet
|
13 |
---
|
|
|
14 |
|
15 |
+
PreceptCLIP-Emotions is a model designed to predict the emotions that an image evokes in users. This is the official model from the paper ["Don't Judge Before You CLIP: A Unified Approach for Perceptual Tasks"](https://arxiv.org/abs/2503.13260). Our model applies LoRA adaptation on the CLIP visual encoder with an additional MLP head to *achieve state-of-the-art results*.
|
16 |
|
17 |
## Training Details
|
18 |
|