Instructions to use line-corporation/clip-japanese-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use line-corporation/clip-japanese-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="line-corporation/clip-japanese-base", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("line-corporation/clip-japanese-base", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse filesBibTeXにおいてカンマは名前の区切りを表すのではなく、姓と名を明記するために使われます。したがって、BibTeXで読み込めるようにするためには、カンマをandに変える必要があります。
README.md
CHANGED
|
@@ -70,7 +70,7 @@ The model uses an [Eva02-B](https://huggingface.co/timm/eva02_base_patch16_clip_
|
|
| 70 |
```
|
| 71 |
@misc{clip-japanese-base,
|
| 72 |
title = {CLIP Japanese Base},
|
| 73 |
-
author={Shuhei Yokoo
|
| 74 |
url = {https://huggingface.co/line-corporation/clip-japanese-base},
|
| 75 |
}
|
| 76 |
```
|
|
|
|
| 70 |
```
|
| 71 |
@misc{clip-japanese-base,
|
| 72 |
title = {CLIP Japanese Base},
|
| 73 |
+
author={Shuhei Yokoo and Shuntaro Okada and Peifei Zhu and Shuhei Nishimura and Naoki Takayama}
|
| 74 |
url = {https://huggingface.co/line-corporation/clip-japanese-base},
|
| 75 |
}
|
| 76 |
```
|