# cm **Repository Path**: StarsJsm/cm ## Basic Information - **Project Name**: cm - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-15 - **Last Updated**: 2025-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于交叉注意力与特征聚合的跨模态图文检索研究 - 数据集:https://www.kaggle.com/datasets/kuanghueilee/scan-features - bert模型:https://huggingface.co/google-bert/bert-base-uncased/resolve/main/pytorch_model.bin?download=true - 参数配置文件:config.py - 安装环境 ```bash conda env create -n crossmodal -f environment.yml ``` * Punkt Sentence Tokenizer: ```python import nltk nltk.download() > d punkt ``` - 开始训练 ```bash python train.py ```