Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CLIP model and scripts #118

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add CLIP model and scripts #118

wants to merge 3 commits into from

Conversation

ydli-ai
Copy link
Collaborator

@ydli-ai ydli-ai commented Jan 8, 2024

python3 pretrain.py --dataset_path dataset.pt
--pretrained_model_path clip.bin
--output_model_path clip-base16.bin
--config_path models/clip/base-16_config.json
--vocab_path vocab.json --merges_path merges.txt --tokenizer clip
--world_size 4 --gpu_ranks 0 1 2 3 --data_processor clip

@ydli-ai ydli-ai changed the title Add CLIP model 爱你的 Add CLIP model and scripts Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant