update readme
Browse files- README.md +5 -1
- README_JA.md +1 -0
- requirements.txt +3 -0
README.md
CHANGED
|
@@ -7,7 +7,11 @@ tags:
|
|
| 7 |
- sentence-similarity
|
| 8 |
- feature-extraction
|
| 9 |
- sentence-transformers
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Japanese SimCSE (BERT-base)
|
|
|
|
| 7 |
- sentence-similarity
|
| 8 |
- feature-extraction
|
| 9 |
- sentence-transformers
|
| 10 |
+
widget:
|
| 11 |
+
- source_sentence: "This widget can't work correctly now."
|
| 12 |
+
- sentences:
|
| 13 |
+
- "Sorry :("
|
| 14 |
+
- "Try this model in your local environment!"
|
| 15 |
---
|
| 16 |
|
| 17 |
# Japanese SimCSE (BERT-base)
|
README_JA.md
CHANGED
|
@@ -8,6 +8,7 @@ tags:
|
|
| 8 |
- feature-extraction
|
| 9 |
- sentence-transformers
|
| 10 |
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Japanese SimCSE (BERT-base)
|
|
|
|
| 8 |
- feature-extraction
|
| 9 |
- sentence-transformers
|
| 10 |
|
| 11 |
+
|
| 12 |
---
|
| 13 |
|
| 14 |
# Japanese SimCSE (BERT-base)
|
requirements.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fugashi[unidic-lite]
|
| 2 |
+
fugashi
|
| 3 |
+
unidic-lite
|