imirandam commited on
Commit
64139d5
1 Parent(s): 2a65661

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ datasets:
8
  ## Model Description
9
  - **Homepage:** https://imirandam.github.io/BiVLC_project_page/
10
  - **Repository:** https://github.com/IMirandaM/BiVLC
11
- - **Paper:**
12
  - **Point of Contact:** [Imanol Miranda](mailto:imanol.miranda@ehu.eus)
13
  ### Model Summary
14
  CLIP_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 the CLIP ViT-B-32 model pre-trained by 'openai' 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:
 
8
  ## Model Description
9
  - **Homepage:** https://imirandam.github.io/BiVLC_project_page/
10
  - **Repository:** https://github.com/IMirandaM/BiVLC
11
+ - **Paper:** https://arxiv.org/abs/2406.09952
12
  - **Point of Contact:** [Imanol Miranda](mailto:imanol.miranda@ehu.eus)
13
  ### Model Summary
14
  CLIP_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 the CLIP ViT-B-32 model pre-trained by 'openai' 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: