keisawada commited on
Commit
169b6d6
1 Parent(s): 80b15fb

Update README.md

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