keisawada commited on
Commit
1659a92
1 Parent(s): bba9e9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -68,11 +68,11 @@ The model was trained on [CC12M](https://github.com/google-research-datasets/con
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,
@@ -81,9 +81,11 @@ The model was trained on [CC12M](https://github.com/google-research-datasets/con
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
 
 
68
 
69
 
70
  # How to cite
71
+ ```bibtex
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,
 
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
+ pages = {13898--13905},
85
+ url = {https://aclanthology.org/2024.lrec-main.1213},
86
+ note = {\url{https://arxiv.org/abs/2404.01657}}
87
  }
88
+ ```
89
 
90
  # License
91