Update README.md
Browse files
README.md
CHANGED
@@ -4,10 +4,9 @@ thumbnail: https://github.com/rinnakk/japanese-pretrained-models/blob/master/rin
|
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- feature-extraction
|
7 |
-
- ja
|
8 |
-
- japanese
|
9 |
- clip
|
10 |
- vision
|
|
|
11 |
---
|
12 |
|
13 |
# rinna/japanese-clip-vit-b-16
|
@@ -68,6 +67,24 @@ The model was trained a ViT-B/16 Transformer architecture as an image encoder a
|
|
68 |
The model was trained on [CC12M](https://github.com/google-research-datasets/conceptual-12m) translated the captions to Japanese.
|
69 |
|
70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
# License
|
72 |
|
73 |
[The Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0)
|
|
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- feature-extraction
|
|
|
|
|
7 |
- clip
|
8 |
- vision
|
9 |
+
inference: false
|
10 |
---
|
11 |
|
12 |
# rinna/japanese-clip-vit-b-16
|
|
|
67 |
The model was trained on [CC12M](https://github.com/google-research-datasets/conceptual-12m) translated the captions to Japanese.
|
68 |
|
69 |
|
70 |
+
# How to cite
|
71 |
+
~~~
|
72 |
+
@misc{rinna-japanese-clip-vit-b-16,
|
73 |
+
title = {rinna/japanese-clip-vit-b-16},
|
74 |
+
author={Shing, Makoto and Zhao, Tianyu and Sawada, Kei}
|
75 |
+
url = {https://huggingface.co/rinna/japanese-clip-vit-b-16},
|
76 |
+
}
|
77 |
+
|
78 |
+
@inproceedings{sawada2024release,
|
79 |
+
title = {Release of Pre-Trained Models for the {J}apanese Language},
|
80 |
+
author = {Sawada, Kei and Zhao, Tianyu and Shing, Makoto and Mitsui, Kentaro and Kaga, Akio and Hono, Yukiya and Wakatsuki, Toshiaki and Mitsuda, Koh},
|
81 |
+
booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
|
82 |
+
month = {5},
|
83 |
+
year = {2024},
|
84 |
+
url = {https://arxiv.org/abs/2404.01657},
|
85 |
+
}
|
86 |
+
~~~
|
87 |
+
|
88 |
# License
|
89 |
|
90 |
[The Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0)
|