Update README.md
Browse files
README.md
CHANGED
|
@@ -118,10 +118,20 @@ SentenceTransformer(
|
|
| 118 |
- Datasets: 2.19.1
|
| 119 |
- Tokenizers: 0.19.1
|
| 120 |
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
|
| 126 |
## License
|
| 127 |
This model is published under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
|
|
|
| 118 |
- Datasets: 2.19.1
|
| 119 |
- Tokenizers: 0.19.1
|
| 120 |
|
| 121 |
+
## Citation
|
| 122 |
+
|
| 123 |
+
```bibtex
|
| 124 |
+
@misc{
|
| 125 |
+
Ruri,
|
| 126 |
+
title={{Ruri: Japanese General Text Embeddings}},
|
| 127 |
+
author={Hayato Tsukagoshi and Ryohei Sasano},
|
| 128 |
+
year={2024},
|
| 129 |
+
eprint={2409.07737},
|
| 130 |
+
archivePrefix={arXiv},
|
| 131 |
+
primaryClass={cs.CL},
|
| 132 |
+
url={https://arxiv.org/abs/2409.07737},
|
| 133 |
+
}
|
| 134 |
+
```
|
| 135 |
|
| 136 |
## License
|
| 137 |
This model is published under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|