OFA-Sys/Chinese-CLIP

Chinese version of CLIP which achieves Chinese cross-modal retrieval and representation generation.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 11th, 2026
Created on July 8th, 2022
Open Issues & Pull Requests: 197 (+0)
GitHub issues: Enabled
Number of forks: 551
Total Stargazers: 6,007 (+0)
Total Subscribers: 40 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.6 days
Mean response time: 60.0 days
90th percentile: 270.1 days
Tracked items: 65

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 5% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 76
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 689 days
Stale 30+ days: 75
Stale 90+ days: 74

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Chinese-CLIP is a vision-language model that enables cross-modal retrieval and representation generation for Chinese text and images.

The project addresses the limitation of the original CLIP model, which was primarily trained on English data and performs poorly on Chinese content. Chinese-CLIP applies contrastive learning to align image and text representations in a shared embedding space, allowing it to match images with Chinese descriptions and generate embeddings for both modalities. The model is built on PyTorch and uses transformer architectures for both vision and language encoding, trained with contrastive loss to maximize similarity between matched image-text pairs while minimizing similarity for unmatched pairs.

Developers working with Chinese language datasets should consider Chinese-CLIP when they need to perform tasks like image search using Chinese queries, content recommendation, or cross-modal similarity matching. The project is particularly suited for applications serving Chinese-speaking users where English-trained models would be inadequate. The repository provides pretrained model weights and CoreML model variants, making it accessible for both research and production deployment across different platforms.

The project maintains active development with regular updates to model checkpoints and documentation. The codebase demonstrates consistent refinement of training procedures and model architectures. Contributors engage in addressing issues and expanding the model's capabilities for Chinese language understanding. The project includes comprehensive examples and evaluation benchmarks that reflect ongoing attention to practical usability.