imirandam commited on
Commit
fb5b8df
·
verified ·
1 Parent(s): 17315e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ datasets:
13
  ## Model Description
14
  - **Homepage:** https://imirandam.github.io/BiVLC_project_page/
15
  - **Repository:** https://github.com/IMirandaM/BiVLC
16
- - **Paper:**
17
  - **Point of Contact:** [Imanol Miranda](mailto:[email protected])
18
  ### Model Summary
19
  CLIP_TROHN-Img_Detector is a model presented in the [BiVLC](https://github.com/IMirandaM/BiVLC) paper for experimentation. It has been trained with the OpenCLIP framework using [CLIP_TROHN-Img](https://huggingface.co/imirandam/CLIP_TROHN-Img) as a basis. For binary classification, the encoders are kept frozen. A sigmoid neuron is added over the CLS embedding for the image encoder and over the EOT embedding for the text encoder (more details in the paper). The objective of the model is to classify text and images as natural or synthetic. Hyperparameters:
 
13
  ## Model Description
14
  - **Homepage:** https://imirandam.github.io/BiVLC_project_page/
15
  - **Repository:** https://github.com/IMirandaM/BiVLC
16
+ - **Paper:** https://arxiv.org/abs/2406.09952
17
  - **Point of Contact:** [Imanol Miranda](mailto:[email protected])
18
  ### Model Summary
19
  CLIP_TROHN-Img_Detector is a model presented in the [BiVLC](https://github.com/IMirandaM/BiVLC) paper for experimentation. It has been trained with the OpenCLIP framework using [CLIP_TROHN-Img](https://huggingface.co/imirandam/CLIP_TROHN-Img) as a basis. For binary classification, the encoders are kept frozen. A sigmoid neuron is added over the CLS embedding for the image encoder and over the EOT embedding for the text encoder (more details in the paper). The objective of the model is to classify text and images as natural or synthetic. Hyperparameters: