Skip to content

webis-de/ecir25-beauty-ideals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Call for Research on the Impact of Information Retrieval on Social Norms

Repository Structure

├── 📃 .gitignore <-- Specifies untracked files to ignore\
├── 📃 README.md <-- You are here! Project overview and repo structure\
├── 📃 requirements.txt <-- Python dependencies for the project\
│
├── 📁 notebooks <-- Jupyter notebooks for initial experiments:\
│ ├── bg_removal.ipynb <-- For background removal in images\
│ ├── data_augmentation.ipynb <-- Data augmentation techniques\
│ ├── fine_tuning.ipynb <-- Fine-tuning of models\
│ ├── model_testing.ipynb <-- Testing the models\
│ └── resize.ipynb <-- Resizing images for uniformity\
│
├── 📁 results <-- Evaluation results and model comparisons:\
│ ├── 📁 bert <-- Results from BERT model\
│ ├── 📁 late_fusion <-- Results from Late Fusion model\
│ ├── 📁 zero_shot <-- Results from zero_shot models\
│ └── 📁 vision_models <-- Results from various vision models\
│
└── 📁 src <-- Source code for the project:\
│ ├── 📁 fusion_model <-- The Late Fusion Model\
│ ├── 📁 imag_processing <-- Data Augmentation and Image Processing\
│ ├── 📁 llava <-- The LLaVA Model Experiments\
│ ├── 📁 text_models <-- Bert Fine-Tuning\
│ └── 📁 text_processing <-- GPT4 Reformulation\
│ └── 📁 vision_models <-- Fine-Tuning Vision Models + CLIP Zero-Shot\

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published