An open-source video-to-text attribute value extraction dataset.
For processing from raw data:
cd data_processing
python raw_data_processing.py --data_name raw_meta_All_Beauty --output_path raw_meta_All_Beauty.csv
For implementing CLIP-MoE data curation steps:
python CLIP-MoE.py
The output will be the same as training data and testing data provided in Dataset folder.
We support four benchmarks: Video-LLaVA, VideoLLaMA3, InternVideo2.5, and Qwen2.5-VL.
Here is an example for Qwen2.5-VL:
cd benchmarks_inference
python qwen.py
We use LLaMA-Factory for fine-tuning Qwen2.5-VL. data_info and yaml files are provided in model_training. Here is the fine-tuning steps:
./data_processing/training_data_processing.ipynb
./model_training/qwen2_5vl_full_sft.yaml
evaluation.ipynb
1 commits
Python
97.1%
Jupyter Notebook
2.9%
An open-source video-to-text attribute value extraction dataset.
For processing from raw data:
cd data_processing
python raw_data_processing.py --data_name raw_meta_All_Beauty --output_path raw_meta_All_Beauty.csv
For implementing CLIP-MoE data curation steps:
python CLIP-MoE.py
The output will be the same as training data and testing data provided in Dataset folder.
We support four benchmarks: Video-LLaVA, VideoLLaMA3, InternVideo2.5, and Qwen2.5-VL.
Here is an example for Qwen2.5-VL:
cd benchmarks_inference
python qwen.py
We use LLaMA-Factory for fine-tuning Qwen2.5-VL. data_info and yaml files are provided in model_training. Here is the fine-tuning steps:
./data_processing/training_data_processing.ipynb
./model_training/qwen2_5vl_full_sft.yaml
evaluation.ipynb
1 commits
Python
97.1%
Jupyter Notebook
2.9%