Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
TencentARC
/
QA-CLIP
like
7
Follow
ARC Lab, Tencent PCG
317
Zero-Shot Classification
License:
apache-2.0
Model card
Files
Files and versions
Community
1
60aa3f9
QA-CLIP
/
clip
/
__init__.py
kunyi
Upload 30 files
f76d30f
over 1 year ago
raw
Copy download link
history
blame
Safe
195 Bytes
from
.bert_tokenizer
import
FullTokenizer
_tokenizer = FullTokenizer()
from
.model
import
convert_state_dict
from
.utils
import
load_from_name, available_models, tokenize, image_transform, load