update readme
Browse files
README.md
CHANGED
|
@@ -1,9 +1,12 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- fi
|
|
|
|
| 4 |
tags:
|
| 5 |
-
-
|
| 6 |
-
-
|
|
|
|
|
|
|
| 7 |
widget:
|
| 8 |
- text: "Minusta täällä on ihana asua!"
|
| 9 |
---
|
|
@@ -11,8 +14,7 @@ widget:
|
|
| 11 |
|
| 12 |
# Cased Finnish Sentence BERT model
|
| 13 |
|
| 14 |
-
Finnish Sentence BERT trained from FinBERT
|
| 15 |
-
A demo on retrieving the most similar sentences from a dataset of 400 million sentences can be found [here](http://epsilon-it.utu.fi/sbert400m)
|
| 16 |
|
| 17 |
## Training
|
| 18 |
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- fi
|
| 4 |
+
pipeline_tag: sentence-similarity
|
| 5 |
tags:
|
| 6 |
+
- sentence-transformers
|
| 7 |
+
- feature-extraction
|
| 8 |
+
- sentence-similarity
|
| 9 |
+
- transformers
|
| 10 |
widget:
|
| 11 |
- text: "Minusta täällä on ihana asua!"
|
| 12 |
---
|
|
|
|
| 14 |
|
| 15 |
# Cased Finnish Sentence BERT model
|
| 16 |
|
| 17 |
+
Finnish Sentence BERT trained from FinBERT. A demo on retrieving the most similar sentences from a dataset of 400 million sentences can be found [here](http://epsilon-it.utu.fi/sbert400m).
|
|
|
|
| 18 |
|
| 19 |
## Training
|
| 20 |
|