Instructions to use IDEA-CCNL/Taiyi-CLIP-Roberta-102M-Chinese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IDEA-CCNL/Taiyi-CLIP-Roberta-102M-Chinese with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="IDEA-CCNL/Taiyi-CLIP-Roberta-102M-Chinese")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("IDEA-CCNL/Taiyi-CLIP-Roberta-102M-Chinese") model = AutoModelForSequenceClassification.from_pretrained("IDEA-CCNL/Taiyi-CLIP-Roberta-102M-Chinese") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md cbd0e39
Adding `safetensors` variant of this model (#3) d16f12e
Update README.md ab347b1
weifeng commited on
Update README.md 98ccbcd
Update README.md 744ece3
Update README.md 14fe9d6
update readme 1b1abd0
add zero dataset and achieve better result 901bc96
update coco result ec67cfd
coco update e1aa040
Weifeng-Chen commited on
update coco-cn 1e11c2d
Weifeng-Chen commited on
flickr30k evalution 8bdb9cb
Weifeng-Chen commited on
update 640fcde
Weifeng-Chen commited on
using hugging face clip version 59cea48
Weifeng-Chen commited on
update a6dcf85
weifeng chen commited on
name update dfd5e6c
weifeng chen commited on
update 56b40e2
weifeng chen commited on
update readme 0e7276c
weifeng chen commited on
update readme 84e65f5
weifeng chen commited on
update readme 5b66f25
weifeng chen commited on
up-date 31cb198
weifeng chen commited on
hello world 596630e
weifeng chen commited on