add base model information.
Browse files
README.md
CHANGED
|
@@ -3,19 +3,20 @@ pipeline_tag: sentence-similarity
|
|
| 3 |
language: ja
|
| 4 |
license: apache-2.0
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
inference: false
|
| 11 |
datasets:
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
|
|
@@ -105,4 +106,4 @@ This model is published under the [Apache License, Version 2.0](https://www.apac
|
|
| 105 |
[^1]: When we trained this model, the test data of JGLUE was not released, so we used the dev set of JGLUE as a private evaluation data. Therefore, we selected the checkpoint on the train set of JGLUE insted of its dev set.
|
| 106 |
[^2]: https://qiita.com/akeyhero/items/ce371bfed64399027c23
|
| 107 |
[^3]: This is the model we have released before.
|
| 108 |
-
[^4]: For more details, please refer to https://arxiv.org/pdf/2004.04906.pdf.
|
|
|
|
| 3 |
language: ja
|
| 4 |
license: apache-2.0
|
| 5 |
tags:
|
| 6 |
+
- transformers
|
| 7 |
+
- sentence-similarity
|
| 8 |
+
- feature-extraction
|
| 9 |
+
- sentence-transformers
|
| 10 |
inference: false
|
| 11 |
datasets:
|
| 12 |
+
- mc4
|
| 13 |
+
- clips/mqa
|
| 14 |
+
- shunk031/JGLUE
|
| 15 |
+
- paws-x
|
| 16 |
+
- MoritzLaurer/multilingual-NLI-26lang-2mil7
|
| 17 |
+
- castorini/mr-tydi
|
| 18 |
+
- hpprc/jsick
|
| 19 |
+
base_model: studio-ousia/luke-base
|
| 20 |
---
|
| 21 |
|
| 22 |
|
|
|
|
| 106 |
[^1]: When we trained this model, the test data of JGLUE was not released, so we used the dev set of JGLUE as a private evaluation data. Therefore, we selected the checkpoint on the train set of JGLUE insted of its dev set.
|
| 107 |
[^2]: https://qiita.com/akeyhero/items/ce371bfed64399027c23
|
| 108 |
[^3]: This is the model we have released before.
|
| 109 |
+
[^4]: For more details, please refer to https://arxiv.org/pdf/2004.04906.pdf.
|