Update README.md
Browse files
README.md
CHANGED
@@ -95,3 +95,16 @@ with torch.no_grad():
|
|
95 |
# Get emotion label
|
96 |
predicted_emotion = idx2label[predicted.item()]
|
97 |
print(f"Predicted Emotion: {predicted_emotion}")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
# Get emotion label
|
96 |
predicted_emotion = idx2label[predicted.item()]
|
97 |
print(f"Predicted Emotion: {predicted_emotion}")
|
98 |
+
```
|
99 |
+
|
100 |
+
## Citation
|
101 |
+
|
102 |
+
If you use this model in your research, please cite:
|
103 |
+
|
104 |
+
```bibtex
|
105 |
+
@article{zalcher2025don,
|
106 |
+
title={Don't Judge Before You CLIP: A Unified Approach for Perceptual Tasks},
|
107 |
+
author={Zalcher, Amit and Wasserman, Navve and Beliy, Roman and Heinimann, Oliver and Irani, Michal},
|
108 |
+
journal={arXiv preprint arXiv:2503.13260},
|
109 |
+
year={2025}
|
110 |
+
}
|