update widget setting
Browse files- README.md +3 -1
- README_JA.md +0 -13
README.md
CHANGED
@@ -7,11 +7,13 @@ tags:
|
|
7 |
- sentence-similarity
|
8 |
- feature-extraction
|
9 |
- sentence-transformers
|
|
|
10 |
widget:
|
11 |
- source_sentence: "This widget can't work correctly now."
|
12 |
-
|
13 |
- "Sorry :("
|
14 |
- "Try this model in your local environment!"
|
|
|
15 |
---
|
16 |
|
17 |
# Japanese SimCSE (BERT-base)
|
|
|
7 |
- sentence-similarity
|
8 |
- feature-extraction
|
9 |
- sentence-transformers
|
10 |
+
inference: false
|
11 |
widget:
|
12 |
- source_sentence: "This widget can't work correctly now."
|
13 |
+
sentences:
|
14 |
- "Sorry :("
|
15 |
- "Try this model in your local environment!"
|
16 |
+
example_title: "notification"
|
17 |
---
|
18 |
|
19 |
# Japanese SimCSE (BERT-base)
|
README_JA.md
CHANGED
@@ -1,16 +1,3 @@
|
|
1 |
-
---
|
2 |
-
pipeline_tag: sentence-similarity
|
3 |
-
language: ja
|
4 |
-
license: cc-by-sa-4.0
|
5 |
-
tags:
|
6 |
-
- transformers
|
7 |
-
- sentence-similarity
|
8 |
-
- feature-extraction
|
9 |
-
- sentence-transformers
|
10 |
-
|
11 |
-
|
12 |
-
---
|
13 |
-
|
14 |
# Japanese SimCSE (BERT-base)
|
15 |
|
16 |
日本語の[SimCSE](https://arxiv.org/abs/2104.08821)の日本語モデルです。`cl-tohoku/bert-base-japanese-v2`をベースに、日本語自然言語推論データセットである[JSNLI](https://nlp.ist.i.kyoto-u.ac.jp/?%E6%97%A5%E6%9C%AC%E8%AA%9ESNLI%28JSNLI%29%E3%83%87%E3%83%BC%E3%82%BF%E3%82%BB%E3%83%83%E3%83%88)で、学習を行いました。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Japanese SimCSE (BERT-base)
|
2 |
|
3 |
日本語の[SimCSE](https://arxiv.org/abs/2104.08821)の日本語モデルです。`cl-tohoku/bert-base-japanese-v2`をベースに、日本語自然言語推論データセットである[JSNLI](https://nlp.ist.i.kyoto-u.ac.jp/?%E6%97%A5%E6%9C%AC%E8%AA%9ESNLI%28JSNLI%29%E3%83%87%E3%83%BC%E3%82%BF%E3%82%BB%E3%83%83%E3%83%88)で、学習を行いました。
|