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
#2
by alfredplpl - opened
BibTeXにおいてカンマは名前の区切りを表すのではなく、姓と名を明記するために使われます。したがって、BibTeXで読み込めるようにするためには、カンマをandに変える必要があります。
ご修正ありがとうございます。問題ないと思いますので、mergeします。
pfzhu changed pull request status to merged